| Package | Description |
|---|---|
| org.apache.batik.anim.dom |
| Modifier and Type | Method | Description |
|---|---|---|
static int |
SVGPathSupport.getPathSegAtLength(SVGOMPathElement path,
float x) |
To implement
SVGPathElement.getPathSegAtLength(float). |
static org.w3c.dom.svg.SVGPoint |
SVGPathSupport.getPointAtLength(SVGOMPathElement path,
float distance) |
To implement
SVGPathElement.getPointAtLength(float). |
static float |
SVGPathSupport.getTotalLength(SVGOMPathElement path) |
To implement
SVGPathElement.getTotalLength(). |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.