Package org.loboevolution.html.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
- All Known Implementing Classes:
SVGAElementImpl
,SVGCircleElementImpl
,SVGClipPathElementImpl
,SVGDefsElementImpl
,SVGEllipseElementImpl
,SVGGElementImpl
,SVGGraphic
,SVGImageElementImpl
,SVGLineElementImpl
,SVGLocatableImpl
,SVGPathElementImpl
,SVGPolygonElementImpl
,SVGPolylineElementImpl
,SVGRectElementImpl
,SVGSVGElementImpl
,SVGTextElementImpl
,SVGTransformableImpl
,SVGUseElementImpl
public interface SVGLocatable
SVGLocatable interface.
-
Method Summary
Modifier and TypeMethodDescriptiongetBBox()
getBBox.getCTM()
getCTM.getFarthestViewportElement.getNearestViewportElement.getScreenCTM.getTransformToElement
(SVGElement element) getTransformToElement.
-
Method Details
-
getNearestViewportElement
SVGElement getNearestViewportElement()getNearestViewportElement.
- Returns:
- a
SVGElement
object.
-
getFarthestViewportElement
SVGElement getFarthestViewportElement()getFarthestViewportElement.
- Returns:
- a
SVGElement
object.
-
getBBox
SVGRect getBBox()getBBox.
- Returns:
- a
SVGRect
object.
-
getCTM
SVGMatrix getCTM()getCTM.
- Returns:
- a
SVGMatrix
object.
-
getScreenCTM
SVGMatrix getScreenCTM()getScreenCTM.
- Returns:
- a
SVGMatrix
object.
-
getTransformToElement
getTransformToElement.
- Parameters:
element
- aSVGElement
object.- Returns:
- a
SVGMatrix
object. - Throws:
SVGException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.SVGException
- if any.
-