- All Known Implementing Classes:
AbstractSVGPointList
,SVGOMAnimatedPoints.AnimSVGPointList
,SVGOMAnimatedPoints.BaseSVGPointList
public interface SVGPointList
-
Method Summary
Modifier and TypeMethodDescriptionappendItem
(SVGPoint newItem) void
clear()
getItem
(int index) int
initialize
(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:
DOMException
SVGException
-
getItem
- Throws:
DOMException
-
insertItemBefore
- Throws:
DOMException
SVGException
-
replaceItem
- Throws:
DOMException
SVGException
-
removeItem
- Throws:
DOMException
-
appendItem
- Throws:
DOMException
SVGException
-