|
|||||||||||
| 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 class provides support for the SVGPath interface.
| Constructor Summary | |
SVGPathSupport()
|
|
| Method Summary | |
static int |
getPathSegAtLength(SVGOMPathElement path,
float x)
To implement SVGPathElement.getPathSegAtLength(float). |
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 int getPathSegAtLength(SVGOMPathElement path,
float x)
SVGPathElement.getPathSegAtLength(float).
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 | ||||||||||