public class SVGPathSupport extends Object
Constructor and Description |
---|
SVGPathSupport() |
Modifier and Type | Method and Description |
---|---|
static int |
getPathSegAtLength(SVGOMPathElement path,
float x)
To implement
svg.SVGPathElement . |
static SVGPoint |
getPointAtLength(SVGOMPathElement path,
float distance)
To implement
svg.SVGPathElement . |
static float |
getTotalLength(SVGOMPathElement path)
To implement
svg.SVGPathElement . |
public static float getTotalLength(SVGOMPathElement path)
svg.SVGPathElement
.public static int getPathSegAtLength(SVGOMPathElement path, float x)
svg.SVGPathElement
.public static SVGPoint getPointAtLength(SVGOMPathElement path, float distance)
svg.SVGPathElement
.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.