Class SVGPathSupport
java.lang.Object
org.apache.batik.anim.dom.SVGPathSupport
The class provides support for the SVGPath interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetPathSegAtLength(SVGOMPathElement path, float x) To implementSVGPathElement.getPathSegAtLength(float).static org.w3c.dom.svg.SVGPointgetPointAtLength(SVGOMPathElement path, float distance) To implementSVGPathElement.getPointAtLength(float).static floatTo implementSVGPathElement.getTotalLength().
-
Constructor Details
-
SVGPathSupport
public SVGPathSupport()
-
-
Method Details
-
getTotalLength
To implementSVGPathElement.getTotalLength(). -
getPathSegAtLength
To implementSVGPathElement.getPathSegAtLength(float). -
getPointAtLength
To implementSVGPathElement.getPointAtLength(float).
-