public class SVGPathSupport extends Object
| Constructor and Description |
|---|
SVGPathSupport() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getPathSegAtLength(SVGOMPathElement path,
float x)
To implement
SVGPathElement.getPathSegAtLength(float). |
static org.w3c.dom.svg.SVGPoint |
getPointAtLength(SVGOMPathElement path,
float distance)
To implement
SVGPathElement.getPointAtLength(float). |
static float |
getTotalLength(SVGOMPathElement path)
To implement
SVGPathElement.getTotalLength(). |
public static float getTotalLength(SVGOMPathElement path)
SVGPathElement.getTotalLength().public static int getPathSegAtLength(SVGOMPathElement path, float x)
SVGPathElement.getPathSegAtLength(float).public static org.w3c.dom.svg.SVGPoint getPointAtLength(SVGOMPathElement path, float distance)
SVGPathElement.getPointAtLength(float).Copyright © 2000–2024 Apache Software Foundation. All rights reserved.