org.apache.fop.dom.svg
Class SVGTransformListImpl
org.apache.fop.dom.svg.SVGListImpl
|
+--org.apache.fop.dom.svg.SVGTransformListImpl
- public class SVGTransformListImpl
- extends SVGListImpl
- implements SVGTransformList
Transform List
appendItem
public SVGTransform appendItem(SVGTransform newItem)
throws SVGException
consolidate
public SVGTransform consolidate()
createItem
public SVGTransform createItem()
createSVGTransformFromMatrix
public SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix)
throws SVGException
getItem
public SVGTransform getItem(int index)
throws DOMException
initialize
public SVGTransform initialize(SVGTransform newItem)
throws SVGException
insertItemBefore
public SVGTransform insertItemBefore(SVGTransform newItem, int index)
throws SVGException
removeItem
public SVGTransform removeItem(int index)
throws DOMException
replaceItem
public SVGTransform replaceItem(SVGTransform newItem, int index)
throws DOMException,
SVGException