org.w3c.dom.svg
Interface SVGTransformList
- public interface SVGTransformList
getNumberOfItems
public int getNumberOfItems()
clear
public void clear()
throws DOMException
initialize
public SVGTransform initialize(SVGTransform newItem)
throws DOMException,
SVGException
getItem
public SVGTransform getItem(int index)
throws DOMException
insertItemBefore
public SVGTransform insertItemBefore(SVGTransform newItem,
int index)
throws DOMException,
SVGException
replaceItem
public SVGTransform replaceItem(SVGTransform newItem,
int index)
throws DOMException,
SVGException
removeItem
public SVGTransform removeItem(int index)
throws DOMException
appendItem
public SVGTransform appendItem(SVGTransform newItem)
throws DOMException,
SVGException
createSVGTransformFromMatrix
public SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix)
consolidate
public SVGTransform consolidate()
Copyright © 2002 Apache Software Foundation. All Rights Reserved.