public class ListBuilder extends Object implements ListHandler
| Modifier and Type | Field and Description |
|---|---|
protected List |
list
The list being built.
|
| Constructor and Description |
|---|
ListBuilder(AbstractSVGList abstractSVGList) |
protected List list
public ListBuilder(AbstractSVGList abstractSVGList)
abstractSVGList - public 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 © 2000–2019 Apache Software Foundation. All rights reserved.