|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.svg.SVGPathSupport
The clas provides support for the SVGPath interface.
Constructor Summary | |
SVGPathSupport()
|
Method Summary | |
static SVGPoint |
getPointAtLength(SVGOMPathElement path,
float distance)
To implement SVGPathElement.getPointAtLength(float) . |
static float |
getTotalLength(SVGOMPathElement path)
To implement SVGPathElement.getTotalLength() . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVGPathSupport()
Method Detail |
public static float getTotalLength(SVGOMPathElement path)
SVGPathElement.getTotalLength()
.
public static SVGPoint getPointAtLength(SVGOMPathElement path, float distance)
SVGPathElement.getPointAtLength(float)
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |