ListBuilderpublic interface ListHandler
| Modifier and Type | Method | Description |
|---|---|---|
void |
endList() |
Indicates that the parser ends
generating the list
|
void |
item(SVGItem item) |
Indicates a new item to add to the list.
|
void |
startList() |
Indicates that the parser starts
generating the list
|
void startList()
void item(SVGItem item)
item - the new item to be addedvoid endList()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.