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