protected class AbstractSVGList.ListBuilder extends java.lang.Object implements ListHandler
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List |
list
The list being built.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSVGList.ListBuilder() |
public java.util.List getList()
public void startList()
startList in interface ListHandlerpublic void item(SVGItem item)
item in interface ListHandleritem - the new item to be addedpublic void endList()
endList in interface ListHandlerCopyright ? 2009 Apache Software Foundation. All Rights Reserved.