|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.apache.batik.dom.svg.SVGAnimatedPathDataSupport
This class provide support for the SVGAnimatedPathData interface.
| Field Summary | |
|---|---|
static java.lang.String |
D_DEFAULT_VALUE
Default value for the 'd' attribute. |
| Constructor Summary | |
|---|---|
SVGAnimatedPathDataSupport()
|
|
| Method Summary | |
|---|---|
static SVGPathSegList |
getAnimatedNormalizedPathSegList(AbstractElement e)
DOM: Implements SVGAnimatedPathData.getNormalizedPathSegList(). |
static SVGPathSegList |
getAnimatedPathSegList(AbstractElement e)
DOM: Implements SVGAnimatedPathData.getAnimatedPathSegList(). |
static SVGPathSegList |
getNormalizedPathSegList(AbstractElement e)
DOM: Implements SVGAnimatedPathData.getNormalizedPathSegList(). |
static SVGPathSegList |
getPathSegList(AbstractElement e)
DOM: Implements SVGAnimatedPathData.getPathSegList(). |
| 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 D_DEFAULT_VALUE
| Constructor Detail |
public SVGAnimatedPathDataSupport()
| Method Detail |
public static SVGPathSegList getPathSegList(AbstractElement e)
SVGAnimatedPathData.getPathSegList().
public static SVGPathSegList getNormalizedPathSegList(AbstractElement e)
SVGAnimatedPathData.getNormalizedPathSegList().
public static SVGPathSegList getAnimatedPathSegList(AbstractElement e)
SVGAnimatedPathData.getAnimatedPathSegList().
public static SVGPathSegList getAnimatedNormalizedPathSegList(AbstractElement e)
SVGAnimatedPathData.getNormalizedPathSegList().
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||