Package 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SVGRectgetBBox()SVGMatrixgetCTM()SVGElementgetFarthestViewportElement()SVGElementgetNearestViewportElement()SVGMatrixgetScreenCTM()SVGMatrixgetTransformToElement(SVGElement element)
-
-
-
Method Detail
-
getNearestViewportElement
SVGElement getNearestViewportElement()
-
getFarthestViewportElement
SVGElement getFarthestViewportElement()
-
getBBox
SVGRect getBBox()
-
getCTM
SVGMatrix getCTM()
-
getScreenCTM
SVGMatrix getScreenCTM()
-
getTransformToElement
SVGMatrix getTransformToElement(SVGElement element) throws SVGException
- Throws:
SVGException
-
-