org.apache.batik.dom.svg
protected class AbstractSVGList.ListBuilder extends Object implements ListHandler
Field Summary | |
---|---|
protected List | list
The list being built. |
Method Summary | |
---|---|
void | endList()
Ends the construction of the list. |
List | getList()
Returns the newly created list. |
void | item(SVGItem item)
Adds an item to the list. |
void | startList()
Begins the construction of the list. |