org.vectomatic.dom.svg.itf
Interface ISVGTransformable

All Superinterfaces:
ISVGLocatable
All Known Implementing Classes:
OMSVGAElement, OMSVGCircleElement, OMSVGClipPathElement, OMSVGDefsElement, OMSVGEllipseElement, OMSVGForeignObjectElement, OMSVGGElement, OMSVGImageElement, OMSVGLineElement, OMSVGPathElement, OMSVGPolygonElement, OMSVGPolylineElement, OMSVGRectElement, OMSVGSwitchElement, OMSVGTextElement, OMSVGUseElement

public interface ISVGTransformable
extends ISVGLocatable

Interface ISVGTransformable contains properties and methods that apply to all elements which have attribute getTransform().


Method Summary
 OMSVGAnimatedTransformList getTransform()
          Corresponds to attribute getTransform() on the given element.
 
Methods inherited from interface org.vectomatic.dom.svg.itf.ISVGLocatable
getBBox, getCTM, getFarthestViewportElement, getNearestViewportElement, getScreenCTM, getTransformToElement
 

Method Detail

getTransform

OMSVGAnimatedTransformList getTransform()
Corresponds to attribute getTransform() on the given element.



Copyright © 2012. All Rights Reserved.