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
DOMException
SVGTransform initialize(SVGTransform newItem) throws DOMException, SVGException
DOMException
SVGException
SVGTransform getItem(int index) throws DOMException
DOMException
SVGTransform insertItemBefore(SVGTransform newItem, int index) throws DOMException, SVGException
DOMException
SVGException
SVGTransform replaceItem(SVGTransform newItem, int index) throws DOMException, SVGException
DOMException
SVGException
SVGTransform removeItem(int index) throws DOMException
DOMException
SVGTransform appendItem(SVGTransform newItem) throws DOMException, SVGException
DOMException
SVGException
SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix)
SVGTransform consolidate()