Class SVGLocatableSupport

java.lang.Object
org.apache.batik.anim.dom.SVGLocatableSupport

public class SVGLocatableSupport extends Object
This class provides support for the SVGLocatable interface.
  • Constructor Details

    • SVGLocatableSupport

      public SVGLocatableSupport()
      Creates a new SVGLocatable element.
  • Method Details

    • getNearestViewportElement

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

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

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

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

      public static org.w3c.dom.svg.SVGMatrix getScreenCTM(Element elt)
      To implement SVGLocatable.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 implement SVGLocatable.getTransformToElement(SVGElement).
      Throws:
      org.w3c.dom.svg.SVGException