org.apache.batik.dom.svg
Class SVGTransformableSupport

java.lang.Object
  extended byorg.apache.batik.dom.svg.SVGTransformableSupport

public class SVGTransformableSupport
extends java.lang.Object

This class provides support for the SVGTransformable interface.

Version:
$Id: SVGTransformableSupport.java,v 1.6 2003/08/09 16:58:41 deweese Exp $
Author:
Stephane Hillion

Field Summary
static java.lang.String TRANSFORM_DEFAULT_VALUE
          Default value for the 'transform' attribute.
 
Constructor Summary
SVGTransformableSupport()
          Creates a new SVGTransformableSupport.
 
Method Summary
static SVGAnimatedTransformList getTransform(AbstractElement elt)
          To implement SVGTransformable.getTransform().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSFORM_DEFAULT_VALUE

public static final java.lang.String TRANSFORM_DEFAULT_VALUE
Default value for the 'transform' attribute.

See Also:
Constant Field Values
Constructor Detail

SVGTransformableSupport

public SVGTransformableSupport()
Creates a new SVGTransformableSupport.

Method Detail

getTransform

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



<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.