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