|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SVGPathContext
Context class for the SVG path element to support extra methods.
Field Summary |
---|
Fields inherited from interface org.apache.batik.dom.svg.SVGContext |
---|
PERCENTAGE_FONT_SIZE, PERCENTAGE_VIEWPORT_HEIGHT, PERCENTAGE_VIEWPORT_SIZE, PERCENTAGE_VIEWPORT_WIDTH |
Method Summary | |
---|---|
int |
getPathSegAtLength(float distance)
Returns the index of the path segment at the given distance along the path. |
java.awt.geom.Point2D |
getPointAtLength(float distance)
Returns the point at the given distance along the path. |
float |
getTotalLength()
Returns the total length of the path. |
Methods inherited from interface org.apache.batik.dom.svg.SVGContext |
---|
getBBox, getCTM, getFontSize, getGlobalTransform, getPixelToMM, getPixelUnitToMillimeter, getScreenTransform, getViewportHeight, getViewportWidth, setScreenTransform |
Method Detail |
---|
float getTotalLength()
java.awt.geom.Point2D getPointAtLength(float distance)
int getPathSegAtLength(float distance)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |