Package org.loboevolution.html.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
- All Known Implementing Classes:
SVGAElementImpl
,SVGCircleElementImpl
,SVGClipPathElementImpl
,SVGDefsElementImpl
,SVGEllipseElementImpl
,SVGGElementImpl
,SVGGraphic
,SVGImageElementImpl
,SVGLineElementImpl
,SVGPathElementImpl
,SVGPolygonElementImpl
,SVGPolylineElementImpl
,SVGRectElementImpl
,SVGTextElementImpl
,SVGTransformableImpl
,SVGUseElementImpl
SVGTransformable interface.
-
Method Summary
Methods inherited from interface org.loboevolution.html.dom.svg.SVGLocatable
getBBox, getCTM, getFarthestViewportElement, getNearestViewportElement, getScreenCTM, getTransformToElement
-
Method Details
-
getTransform
SVGAnimatedTransformList getTransform()getTransform.
- Returns:
- a
SVGAnimatedTransformList
object.
-