public interface SVGStringList
-
Method Summary
Modifier and TypeMethodDescriptionappendItem
(String newItem) void
clear()
getItem
(int index) int
initialize
(String newItem) insertItemBefore
(String newItem, int index) removeItem
(int index) replaceItem
(String newItem, int index)
-
Method Details
-
getNumberOfItems
int getNumberOfItems() -
clear
- Throws:
DOMException
-
initialize
- Throws:
DOMException
SVGException
-
getItem
- Throws:
DOMException
-
insertItemBefore
- Throws:
DOMException
SVGException
-
replaceItem
- Throws:
DOMException
SVGException
-
removeItem
- Throws:
DOMException
-
appendItem
- Throws:
DOMException
SVGException
-