- All Known Implementing Classes:
AbstractSVGLengthList
,SVGOMAnimatedLengthList.AnimSVGLengthList
,SVGOMAnimatedLengthList.BaseSVGLengthList
public interface SVGLengthList
-
Method Summary
Modifier and TypeMethodDescriptionappendItem
(SVGLength newItem) void
clear()
getItem
(int index) int
initialize
(SVGLength newItem) insertItemBefore
(SVGLength newItem, int index) removeItem
(int index) replaceItem
(SVGLength 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
-