Package org.loboevolution.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
SVGElementobject.
-
getFarthestViewportElement
SVGElement getFarthestViewportElement()getFarthestViewportElement.
- Returns:
- a
SVGElementobject.
-
getBBox
SVGRect getBBox()getBBox.
- Returns:
- a
SVGRectobject.
-
getCTM
SVGMatrix getCTM()getCTM.
- Returns:
- a
SVGMatrixobject.
-
getScreenCTM
SVGMatrix getScreenCTM()getScreenCTM.
- Returns:
- a
SVGMatrixobject.
-
getTransformToElement
getTransformToElement.
- Parameters:
element- aSVGElementobject.- Returns:
- a
SVGMatrixobject. - Throws:
SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.SVGException- if any.
-