org.apache.batik.dom.svg
public class SVGLocatableSupport extends Object
Constructor Summary | |
---|---|
SVGLocatableSupport()
Creates a new SVGLocatable element. |
Method Summary | |
---|---|
static SVGRect | getBBox(Element elt)
To implement org.w3c.dom.svg.SVGLocatable#getBBox(). |
static SVGMatrix | getCTM(Element elt)
To implement org.w3c.dom.svg.SVGLocatable#getCTM(). |
static SVGElement | getFarthestViewportElement(Element elt)
To implement org.w3c.dom.svg.SVGLocatable#getFarthestViewportElement(). |
static SVGElement | getNearestViewportElement(Element e)
To implement org.w3c.dom.svg.SVGLocatable#getNearestViewportElement(). |
static SVGMatrix | getScreenCTM(Element elt)
To implement org.w3c.dom.svg.SVGLocatable#getScreenCTM(). |
static SVGMatrix | getTransformToElement(Element elt, SVGElement element)
To implement org.w3c.dom.svg.SVGLocatable#getTransformToElement(SVGElement). |