org.apache.batik.dom.svg
public interface SVGPathContext extends SVGContext
Method Summary | |
---|---|
int | getPathSegAtLength(float distance)
Returns the index of the path segment at the given distance along the
path. |
Point2D | getPointAtLength(float distance)
Returns the point at the given distance along the path. |
float | getTotalLength()
Returns the total length of the path. |