|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.dom.svg.ListBuilder
public class ListBuilder
A class for receiving notification of parsed list items.
| Field Summary | |
|---|---|
protected List |
list
The list being built. |
| Constructor Summary | |
|---|---|
ListBuilder(AbstractSVGList abstractSVGList)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List list
| Constructor Detail |
|---|
public ListBuilder(AbstractSVGList abstractSVGList)
abstractSVGList - | Method Detail |
|---|
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 ListHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||