org.apache.batik.dom.svg
Class SVGAnimatedPointsSupport
java.lang.Object
org.apache.batik.dom.svg.SVGAnimatedPointsSupport
- public class SVGAnimatedPointsSupport
- extends Object
This class provide support for the SVGAnimatedPoints
interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POINTS_DEFAULT_VALUE
public static final String POINTS_DEFAULT_VALUE
- Default value for the 'points' attribute.
- See Also:
- Constant Field Values
SVGAnimatedPointsSupport
public SVGAnimatedPointsSupport()
getPoints
public static SVGPointList getPoints(AbstractElement e)
- DOM: Implements
SVGAnimatedPoints.getPoints()
.
getAnimatedPoints
public static SVGPointList getAnimatedPoints(AbstractElement e)
- DOM: Implements
SVGAnimatedPoints.getAnimatedPoints()
.
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.