- All Known Implementing Classes:
- AbstractSVGLengthList,- SVGOMAnimatedLengthList.AnimSVGLengthList,- SVGOMAnimatedLengthList.BaseSVGLengthList
public interface SVGLengthList
- 
Method SummaryModifier 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- 
getNumberOfItemsint 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
 
 
-