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 int
getPathSegAtLength
(SVGOMPathElement path, float x) To implementSVGPathElement.getPathSegAtLength(float)
.static org.w3c.dom.svg.SVGPoint
getPointAtLength
(SVGOMPathElement path, float distance) To implementSVGPathElement.getPointAtLength(float)
.static float
To implementSVGPathElement.getTotalLength()
.
-
Constructor Details
-
SVGPathSupport
public SVGPathSupport()
-
-
Method Details
-
getTotalLength
To implementSVGPathElement.getTotalLength()
. -
getPathSegAtLength
To implementSVGPathElement.getPathSegAtLength(float)
. -
getPointAtLength
To implementSVGPathElement.getPointAtLength(float)
.
-