org.apache.batik.dom.svg
Class SVGTransformableSupport
java.lang.Object
org.apache.batik.dom.svg.SVGTransformableSupport
- public class SVGTransformableSupport
- extends Object
This class provides support for the SVGTransformable interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRANSFORM_DEFAULT_VALUE
public static final String TRANSFORM_DEFAULT_VALUE
- Default value for the 'transform' attribute.
- See Also:
- Constant Field Values
SVGTransformableSupport
public SVGTransformableSupport()
- Creates a new SVGTransformableSupport.
getTransform
public static SVGAnimatedTransformList getTransform(AbstractElement elt)
- To implement
SVGTransformable.getTransform()
.
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.