org.apache.batik.dom.svg
Class SVGPathSupport
java.lang.Object
org.apache.batik.dom.svg.SVGPathSupport
- public class SVGPathSupport
- extends Object
The clas provides support for the SVGPath interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGPathSupport
public SVGPathSupport()
getTotalLength
public static float getTotalLength(SVGOMPathElement path)
- To implement
SVGPathElement.getTotalLength()
.
getPointAtLength
public static SVGPoint getPointAtLength(SVGOMPathElement path,
float distance)
- To implement
SVGPathElement.getPointAtLength(float)
.
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.