Package org.apache.batik.anim.dom
Class SVGPathSupport
java.lang.Object
org.apache.batik.anim.dom.SVGPathSupport
The class provides support for the SVGPath interface.
- Version:
- $Id: SVGPathSupport.java 1808001 2017-09-11 09:51:29Z ssteiner $
-
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).
-