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