Class SVGLocatableSupport
java.lang.Object
org.apache.batik.anim.dom.SVGLocatableSupport
This class provides support for the SVGLocatable interface.
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.w3c.dom.svg.SVGRectTo implementSVGLocatable.getBBox().static org.w3c.dom.svg.SVGMatrixTo implementSVGLocatable.getCTM().static org.w3c.dom.svg.SVGElementTo implementSVGLocatable.getFarthestViewportElement().static org.w3c.dom.svg.SVGElementTo implementSVGLocatable.getNearestViewportElement().static org.w3c.dom.svg.SVGMatrixgetScreenCTM(Element elt) To implementSVGLocatable.getScreenCTM().static org.w3c.dom.svg.SVGMatrixgetTransformToElement(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
-