|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.dom.svg.SVGPathSupport
public class SVGPathSupport
The class provides support for the SVGPath interface.
| Constructor Summary | |
|---|---|
SVGPathSupport()
|
|
| Method Summary | |
|---|---|
static int |
getPathSegAtLength(SVGOMPathElement path,
float x)
To implement svg.SVGPathElement. |
static SVGPoint |
getPointAtLength(SVGOMPathElement path,
float distance)
To implement svg.SVGPathElement. |
static float |
getTotalLength(SVGOMPathElement path)
To implement svg.SVGPathElement. |
| 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)
svg.SVGPathElement.
public static int getPathSegAtLength(SVGOMPathElement path,
float x)
svg.SVGPathElement.
public static SVGPoint getPointAtLength(SVGOMPathElement path,
float distance)
svg.SVGPathElement.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||