|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.svg.AbstractSVGList.ListBuilder
Local list handler implementation. This will contructs a list of item coming out of the parser for the attribute.
Field Summary | |
---|---|
protected java.util.List |
list
the list to be build |
Constructor Summary | |
---|---|
AbstractSVGList.ListBuilder()
|
Method Summary | |
---|---|
void |
endList()
Indicates that the parser ends generating the list |
java.util.List |
getList()
Return the newly created list. |
void |
item(SVGItem item)
Indicates a new item to add to the list. |
void |
startList()
Indicates that the parser starts generating the list |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.List list
Constructor Detail |
public AbstractSVGList.ListBuilder()
Method Detail |
public java.util.List getList()
public void startList()
ListHandler
startList
in interface ListHandler
public void item(SVGItem item)
ListHandler
item
in interface ListHandler
item
- the new item to be addedpublic void endList()
ListHandler
endList
in interface ListHandler
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |