org.w3c.dom.svg
Interface SVGTransformable

All Superinterfaces:
SVGLocatable
All Known Subinterfaces:
SVGAElement, SVGCircleElement, SVGClipPathElement, SVGDefsElement, SVGEllipseElement, SVGForeignObjectElement, SVGGElement, SVGImageElement, SVGLineElement, SVGPathElement, SVGPolygonElement, SVGPolylineElement, SVGRectElement, SVGSwitchElement, SVGTextElement, SVGUseElement

public interface SVGTransformable
extends SVGLocatable


Method Summary
 SVGAnimatedTransformList getTransform()
           
 
Methods inherited from interface org.w3c.dom.svg.SVGLocatable
getBBox, getCTM, getFarthestViewportElement, getNearestViewportElement, getScreenCTM, getTransformToElement
 

Method Detail

getTransform

SVGAnimatedTransformList getTransform()