Interface SVGPointList
public interface SVGPointList
-
Method Summary
Modifier and TypeMethodDescriptionappendItem(SVGPoint newItem) voidclear()getItem(int index) intinitialize(SVGPoint newItem) insertItemBefore(SVGPoint newItem, int index) removeItem(int index) replaceItem(SVGPoint newItem, int index)
-
Method Details
-
getNumberOfItems
int getNumberOfItems() -
clear
- Throws:
DOMException
-
initialize
- Throws:
DOMExceptionSVGException
-
getItem
- Throws:
DOMException
-
insertItemBefore
- Throws:
DOMExceptionSVGException
-
replaceItem
- Throws:
DOMExceptionSVGException
-
removeItem
- Throws:
DOMException
-
appendItem
- Throws:
DOMExceptionSVGException
-