- All Known Implementing Classes:
- AbstractSVGTransformList,- SVGOMAnimatedTransformList.AnimSVGTransformList,- SVGOMAnimatedTransformList.BaseSVGTransformList
public interface SVGTransformList
- 
Method SummaryModifier and TypeMethodDescriptionappendItem(SVGTransform newItem) voidclear()getItem(int index) intinitialize(SVGTransform newItem) insertItemBefore(SVGTransform newItem, int index) removeItem(int index) replaceItem(SVGTransform 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
 
- 
createSVGTransformFromMatrix
- 
consolidateSVGTransform consolidate()
 
-