Package org.apache.batik.anim.dom
Class SVGLocatableSupport
java.lang.Object
org.apache.batik.anim.dom.SVGLocatableSupport
This class provides support for the SVGLocatable interface.
- Version:
- $Id: SVGLocatableSupport.java 1733416 2016-03-03 07:07:13Z gadams $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.w3c.dom.svg.SVGRect
To implementSVGLocatable.getBBox()
.static org.w3c.dom.svg.SVGMatrix
To implementSVGLocatable.getCTM()
.static org.w3c.dom.svg.SVGElement
To implementSVGLocatable.getFarthestViewportElement()
.static org.w3c.dom.svg.SVGElement
To implementSVGLocatable.getNearestViewportElement()
.static org.w3c.dom.svg.SVGMatrix
getScreenCTM
(Element elt) To implementSVGLocatable.getScreenCTM()
.static org.w3c.dom.svg.SVGMatrix
getTransformToElement
(Element elt, org.w3c.dom.svg.SVGElement element) To implementSVGLocatable.getTransformToElement(SVGElement)
.
-
Constructor Details
-
SVGLocatableSupport
public SVGLocatableSupport()Creates a new SVGLocatable element.
-
-
Method Details
-
getNearestViewportElement
To implementSVGLocatable.getNearestViewportElement()
. -
getFarthestViewportElement
To implementSVGLocatable.getFarthestViewportElement()
. -
getBBox
To implementSVGLocatable.getBBox()
. -
getCTM
To implementSVGLocatable.getCTM()
. -
getScreenCTM
To implementSVGLocatable.getScreenCTM()
. -
getTransformToElement
public static org.w3c.dom.svg.SVGMatrix getTransformToElement(Element elt, org.w3c.dom.svg.SVGElement element) throws org.w3c.dom.svg.SVGException To implementSVGLocatable.getTransformToElement(SVGElement)
.- Throws:
org.w3c.dom.svg.SVGException
-