org.apache.batik.dom.svg
Interface SVGPathContext

All Superinterfaces:
SVGContext
All Known Implementing Classes:
SVGPathElementBridge

public interface SVGPathContext
extends SVGContext

Context class for the SVG path element to support extra methods.


Method Summary
 Point2D getPointAtLength(float distance)
           
 float getTotalLength()
           
 
Methods inherited from interface org.apache.batik.dom.svg.SVGContext
getBBox, getCTM, getFontSize, getGlobalTransform, getPixelToMM, getPixelUnitToMillimeter, getScreenTransform, getViewportHeight, getViewportWidth, setScreenTransform
 

Method Detail

getTotalLength

public float getTotalLength()

getPointAtLength

public Point2D getPointAtLength(float distance)


Copyright ? 2005 Apache Software Foundation. All Rights Reserved.