org.w3c.dom.svg

Interface SVGTransformList

public interface SVGTransformList

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

Method Detail

appendItem

public SVGTransform appendItem(SVGTransform newItem)

clear

public void clear()

consolidate

public SVGTransform consolidate()

createSVGTransformFromMatrix

public SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix)

getItem

public SVGTransform getItem(int index)

getNumberOfItems

public int getNumberOfItems()

initialize

public SVGTransform initialize(SVGTransform newItem)

insertItemBefore

public SVGTransform insertItemBefore(SVGTransform newItem, int index)

removeItem

public SVGTransform removeItem(int index)

replaceItem

public SVGTransform replaceItem(SVGTransform newItem, int index)