Save This Page
Home » openjdk-7 » org.w3c » dom » svg » [javadoc | source]
org.w3c.dom.svg
public interface: SVGLocatable [javadoc | source]

All Known Implementing Classes:
    SVGClipPathElement, SVGAElement, SVGGElement, SVGCircleElement, SVGImageElement, SVGSVGElement, SVGUseElement, SVGDefsElement, SVGTransformable, SVGTextElement, SVGLineElement, SVGSwitchElement, SVGEllipseElement, SVGPolylineElement, SVGPolygonElement, SVGForeignObjectElement, SVGPathElement, SVGRectElement

Method from org.w3c.dom.svg.SVGLocatable Summary:
getBBox,   getCTM,   getFarthestViewportElement,   getNearestViewportElement,   getScreenCTM,   getTransformToElement
Method from org.w3c.dom.svg.SVGLocatable Detail:
 public SVGRect getBBox()
 public SVGMatrix getCTM()
 public SVGElement getFarthestViewportElement()
 public SVGElement getNearestViewportElement()
 public SVGMatrix getScreenCTM()
 public SVGMatrix getTransformToElement(SVGElement element) throws SVGException