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