- All Known Implementing Classes:
AbstractSVGTransformList,SVGOMAnimatedTransformList.AnimSVGTransformList,SVGOMAnimatedTransformList.BaseSVGTransformList
public interface SVGTransformList
-
Method Summary
Modifier 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
-
getNumberOfItems
int getNumberOfItems() -
clear
- Throws:
DOMException
-
initialize
- Throws:
DOMExceptionSVGException
-
getItem
- Throws:
DOMException
-
insertItemBefore
- Throws:
DOMExceptionSVGException
-
replaceItem
- Throws:
DOMExceptionSVGException
-
removeItem
- Throws:
DOMException
-
appendItem
- Throws:
DOMExceptionSVGException
-
createSVGTransformFromMatrix
-
consolidate
SVGTransform consolidate()
-