Package org.apache.batik.dom.svg
Class ListBuilder
java.lang.Object
org.apache.batik.dom.svg.ListBuilder
- All Implemented Interfaces:
ListHandler
A class for receiving notification of parsed list items.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
list
The list being built.
-
-
Constructor Details
-
ListBuilder
- Parameters:
abstractSVGList
-
-
-
Method Details
-
getList
Returns the newly created list. -
startList
public void startList()Begins the construction of the list.- Specified by:
startList
in interfaceListHandler
-
item
Adds an item to the list.- Specified by:
item
in interfaceListHandler
- Parameters:
item
- the new item to be added
-
endList
public void endList()Ends the construction of the list.- Specified by:
endList
in interfaceListHandler
-