- All Known Implementing Classes:
AbstractSVGNormPathSegList
,AbstractSVGPathSegList
,SVGOMAnimatedPathData.AnimSVGPathSegList
,SVGOMAnimatedPathData.BaseSVGPathSegList
,SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
public interface SVGPathSegList
-
Method Summary
Modifier and TypeMethodDescriptionappendItem
(SVGPathSeg newItem) void
clear()
getItem
(int index) int
initialize
(SVGPathSeg newItem) insertItemBefore
(SVGPathSeg newItem, int index) removeItem
(int index) replaceItem
(SVGPathSeg 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
-