public interface SVGTransformList
| Modifier and Type | Method and Description |
|---|---|
SVGTransform |
appendItem(SVGTransform newItem) |
void |
clear() |
SVGTransform |
consolidate() |
SVGTransform |
createSVGTransformFromMatrix(SVGMatrix matrix) |
SVGTransform |
getItem(int index) |
int |
getNumberOfItems() |
SVGTransform |
initialize(SVGTransform newItem) |
SVGTransform |
insertItemBefore(SVGTransform newItem,
int index) |
SVGTransform |
removeItem(int index) |
SVGTransform |
replaceItem(SVGTransform newItem,
int index) |
int getNumberOfItems()
void clear()
throws DOMException
DOMExceptionSVGTransform initialize(SVGTransform newItem) throws DOMException, SVGException
DOMExceptionSVGExceptionSVGTransform getItem(int index) throws DOMException
DOMExceptionSVGTransform insertItemBefore(SVGTransform newItem, int index) throws DOMException, SVGException
DOMExceptionSVGExceptionSVGTransform replaceItem(SVGTransform newItem, int index) throws DOMException, SVGException
DOMExceptionSVGExceptionSVGTransform removeItem(int index) throws DOMException
DOMExceptionSVGTransform appendItem(SVGTransform newItem) throws DOMException, SVGException
DOMExceptionSVGExceptionSVGTransform createSVGTransformFromMatrix(SVGMatrix matrix)
SVGTransform consolidate()