Package org.apache.batik.anim.dom
Class SVGLocatableSupport
- java.lang.Object
-
- org.apache.batik.anim.dom.SVGLocatableSupport
-
public class SVGLocatableSupport extends java.lang.Object
This class provides support for the SVGLocatable interface.
-
-
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.SVGRect
getBBox(org.w3c.dom.Element elt)
To implementSVGLocatable.getBBox()
.static org.w3c.dom.svg.SVGMatrix
getCTM(org.w3c.dom.Element elt)
To implementSVGLocatable.getCTM()
.static org.w3c.dom.svg.SVGElement
getFarthestViewportElement(org.w3c.dom.Element elt)
To implementSVGLocatable.getFarthestViewportElement()
.static org.w3c.dom.svg.SVGElement
getNearestViewportElement(org.w3c.dom.Element e)
To implementSVGLocatable.getNearestViewportElement()
.static org.w3c.dom.svg.SVGMatrix
getScreenCTM(org.w3c.dom.Element elt)
To implementSVGLocatable.getScreenCTM()
.static org.w3c.dom.svg.SVGMatrix
getTransformToElement(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.SVGException
To implementSVGLocatable.getTransformToElement(SVGElement)
.- Throws:
org.w3c.dom.svg.SVGException
-
-