org.apache.batik.dom.svg

Class SVGLocatableSupport

public class SVGLocatableSupport extends Object

This class provides support for the SVGLocatable interface.
Constructor Summary
SVGLocatableSupport()
Creates a new SVGLocatable element.
Method Summary
static SVGRectgetBBox(Element elt)
To implement org.w3c.dom.svg.SVGLocatable#getBBox().
static SVGMatrixgetCTM(Element elt)
To implement org.w3c.dom.svg.SVGLocatable#getCTM().
static SVGElementgetFarthestViewportElement(Element elt)
To implement org.w3c.dom.svg.SVGLocatable#getFarthestViewportElement().
static SVGElementgetNearestViewportElement(Element e)
To implement org.w3c.dom.svg.SVGLocatable#getNearestViewportElement().
static SVGMatrixgetScreenCTM(Element elt)
To implement org.w3c.dom.svg.SVGLocatable#getScreenCTM().
static SVGMatrixgetTransformToElement(Element elt, SVGElement element)
To implement org.w3c.dom.svg.SVGLocatable#getTransformToElement(SVGElement).

Constructor Detail

SVGLocatableSupport

public SVGLocatableSupport()
Creates a new SVGLocatable element.

Method Detail

getBBox

public static SVGRect getBBox(Element elt)
To implement org.w3c.dom.svg.SVGLocatable#getBBox().

getCTM

public static SVGMatrix getCTM(Element elt)
To implement org.w3c.dom.svg.SVGLocatable#getCTM().

getFarthestViewportElement

public static SVGElement getFarthestViewportElement(Element elt)
To implement org.w3c.dom.svg.SVGLocatable#getFarthestViewportElement().

getNearestViewportElement

public static SVGElement getNearestViewportElement(Element e)
To implement org.w3c.dom.svg.SVGLocatable#getNearestViewportElement().

getScreenCTM

public static SVGMatrix getScreenCTM(Element elt)
To implement org.w3c.dom.svg.SVGLocatable#getScreenCTM().

getTransformToElement

public static SVGMatrix getTransformToElement(Element elt, SVGElement element)
To implement org.w3c.dom.svg.SVGLocatable#getTransformToElement(SVGElement).
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.