Package org.apache.batik.anim.dom
Class SVGLocatableSupport
- java.lang.Object
-
- org.apache.batik.anim.dom.SVGLocatableSupport
-
public class SVGLocatableSupport extends java.lang.ObjectThis class provides support for the SVGLocatable interface.- Version:
- $Id: SVGLocatableSupport.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Constructor Summary
Constructors Constructor Description SVGLocatableSupport()Creates a new SVGLocatable element.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.w3c.dom.svg.SVGRectgetBBox(org.w3c.dom.Element elt)To implementSVGLocatable.getBBox().static org.w3c.dom.svg.SVGMatrixgetCTM(org.w3c.dom.Element elt)To implementSVGLocatable.getCTM().static org.w3c.dom.svg.SVGElementgetFarthestViewportElement(org.w3c.dom.Element elt)To implementSVGLocatable.getFarthestViewportElement().static org.w3c.dom.svg.SVGElementgetNearestViewportElement(org.w3c.dom.Element e)To implementSVGLocatable.getNearestViewportElement().static org.w3c.dom.svg.SVGMatrixgetScreenCTM(org.w3c.dom.Element elt)To implementSVGLocatable.getScreenCTM().static org.w3c.dom.svg.SVGMatrixgetTransformToElement(org.w3c.dom.Element elt, org.w3c.dom.svg.SVGElement element)To implementSVGLocatable.getTransformToElement(SVGElement).
-
-
-
Method Detail
-
getNearestViewportElement
public static org.w3c.dom.svg.SVGElement getNearestViewportElement(org.w3c.dom.Element e)
To implementSVGLocatable.getNearestViewportElement().
-
getFarthestViewportElement
public static org.w3c.dom.svg.SVGElement getFarthestViewportElement(org.w3c.dom.Element elt)
To implementSVGLocatable.getFarthestViewportElement().
-
getBBox
public static org.w3c.dom.svg.SVGRect getBBox(org.w3c.dom.Element elt)
To implementSVGLocatable.getBBox().
-
getCTM
public static org.w3c.dom.svg.SVGMatrix getCTM(org.w3c.dom.Element elt)
To implementSVGLocatable.getCTM().
-
getScreenCTM
public static org.w3c.dom.svg.SVGMatrix getScreenCTM(org.w3c.dom.Element elt)
To implementSVGLocatable.getScreenCTM().
-
getTransformToElement
public static org.w3c.dom.svg.SVGMatrix getTransformToElement(org.w3c.dom.Element elt, org.w3c.dom.svg.SVGElement element) throws org.w3c.dom.svg.SVGExceptionTo implementSVGLocatable.getTransformToElement(SVGElement).- Throws:
org.w3c.dom.svg.SVGException
-
-