org.apache.batik.dom.svg
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 ListHandler
public void item(SVGItem item)
item
in interface ListHandler
item
- the new item to be addedpublic void endList()
endList
in interface ListHandler
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.