|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.svg.SVGAnimatedPointsSupport
This class provide support for the SVGAnimatedPoints interface.
Field Summary | |
static java.lang.String |
POINTS_DEFAULT_VALUE
Default value for the 'points' attribute. |
Constructor Summary | |
SVGAnimatedPointsSupport()
|
Method Summary | |
static SVGPointList |
getAnimatedPoints(AbstractElement e)
DOM: Implements SVGAnimatedPoints.getAnimatedPoints() . |
static SVGPointList |
getPoints(AbstractElement e)
DOM: Implements SVGAnimatedPoints.getPoints() . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String POINTS_DEFAULT_VALUE
Constructor Detail |
public SVGAnimatedPointsSupport()
Method Detail |
public static SVGPointList getPoints(AbstractElement e)
SVGAnimatedPoints.getPoints()
.
public static SVGPointList getAnimatedPoints(AbstractElement e)
SVGAnimatedPoints.getAnimatedPoints()
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |