org.apache.batik.dom.svg
Class SVGTransformableSupport

java.lang.Object
  |
  +--org.apache.batik.dom.svg.SVGTransformableSupport

public class SVGTransformableSupport
extends java.lang.Object

To provide support for the SVGTransformable interface.


Constructor Summary
SVGTransformableSupport()
          Creates a new SVGTransformable element.
 
Method Summary
 SVGRect getBBox(Element elt)
          To implement SVGLocatable.getBBox().
 SVGMatrix getCTM(Element elt)
          To implement SVGLocatable.getCTM().
 SVGElement getFarthestViewportElement(Element elt)
          To implement SVGLocatable.getFarthestViewportElement().
 SVGElement getNearestViewportElement(Element elt)
          To implement SVGLocatable.getNearestViewportElement().
 SVGMatrix getScreenCTM(Element elt)
          To implement SVGLocatable.getScreenCTM().
 SVGAnimatedTransformList getTransform(Element elt)
          To implement SVGTransformable.getTransform().
 SVGMatrix getTransformToElement(SVGElement element, Element elt)
          To implement SVGLocatable.getTransformToElement(SVGElement).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGTransformableSupport

public SVGTransformableSupport()
Creates a new SVGTransformable element.
Method Detail

getNearestViewportElement

public SVGElement getNearestViewportElement(Element elt)
To implement SVGLocatable.getNearestViewportElement().

getFarthestViewportElement

public SVGElement getFarthestViewportElement(Element elt)
To implement SVGLocatable.getFarthestViewportElement().

getTransform

public SVGAnimatedTransformList getTransform(Element elt)
To implement SVGTransformable.getTransform().

getBBox

public SVGRect getBBox(Element elt)
To implement SVGLocatable.getBBox().

getCTM

public SVGMatrix getCTM(Element elt)
To implement SVGLocatable.getCTM().

getScreenCTM

public SVGMatrix getScreenCTM(Element elt)
To implement SVGLocatable.getScreenCTM().

getTransformToElement

public SVGMatrix getTransformToElement(SVGElement element,
                                       Element elt)
                                throws SVGException
To implement SVGLocatable.getTransformToElement(SVGElement).


Copyright © 2001 Apache Software Foundation. All Rights Reserved.