|
||||||||||
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 org.w3c.dom.svg.SVGPathElement#getPathSegAtLength(float) . |
static SVGPoint |
getPointAtLength(SVGOMPathElement path,
float distance)
To implement org.w3c.dom.svg.SVGPathElement#getPointAtLength(float) . |
static float |
getTotalLength(SVGOMPathElement path)
To implement org.w3c.dom.svg.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)
org.w3c.dom.svg.SVGPathElement#getTotalLength()
.
public static int getPathSegAtLength(SVGOMPathElement path, float x)
org.w3c.dom.svg.SVGPathElement#getPathSegAtLength(float)
.
public static SVGPoint getPointAtLength(SVGOMPathElement path, float distance)
org.w3c.dom.svg.SVGPathElement#getPointAtLength(float)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |