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


Fields inherited from class org.apache.fop.dom.svg.SVGListImpl
list

Method Summary
 SVGTransformappendItem(SVGTransform newItem)
           
 SVGTransformconsolidate()
           
 SVGTransformcreateItem()
           
 SVGTransformcreateSVGTransformFromMatrix(SVGMatrix matrix)
           
 SVGTransformgetItem(int index)
           
 SVGTransforminitialize(SVGTransform newItem)
           
 SVGTransforminsertItemBefore(SVGTransform newItem, int index)
           
 SVGTransformremoveItem(int index)
           
 SVGTransformreplaceItem(SVGTransform newItem, int index)
           

Methods inherited from class org.apache.fop.dom.svg.SVGListImpl
clear, getNumberOfItems, toString

Method Detail

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