org.apache.batik.dom.svg
Class SVGTransformableSupport

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

public class SVGTransformableSupport
extends java.lang.Object

This class provides support for the SVGTransformable interface.


Constructor Summary
SVGTransformableSupport()
          Creates a new SVGTransformableSupport.
 
Method Summary
static SVGAnimatedTransformList getTransform(Element elt)
          To implement SVGTransformable.getTransform().
 
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 SVGTransformableSupport.
Method Detail

getTransform

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


Copyright © 2002 Apache Software Foundation. All Rights Reserved.