org.w3c.dom.svg
Interface SVGLocatable
- All Known Subinterfaces:
- SVGAElement, SVGCircleElement, SVGClipPathElement, SVGDefsElement, SVGEllipseElement, SVGForeignObjectElement, SVGGElement, SVGImageElement, SVGLineElement, SVGPathElement, SVGPolygonElement, SVGPolylineElement, SVGRectElement, SVGSVGElement, SVGSwitchElement, SVGTextElement, SVGTransformable, SVGUseElement
- public interface SVGLocatable
getNearestViewportElement
public SVGElement getNearestViewportElement()
getFarthestViewportElement
public SVGElement getFarthestViewportElement()
getBBox
public SVGRect getBBox()
getCTM
public SVGMatrix getCTM()
getScreenCTM
public SVGMatrix getScreenCTM()
getTransformToElement
public SVGMatrix getTransformToElement(SVGElement element)
throws SVGException
Copyright © 2002 Apache Software Foundation. All Rights Reserved.