Uses of Class
org.apache.batik.dom.svg.SVGOMPathElement

Packages that use SVGOMPathElement
org.apache.batik.dom.svg   
 

Uses of SVGOMPathElement in org.apache.batik.dom.svg
 

Methods in org.apache.batik.dom.svg with parameters of type SVGOMPathElement
static int SVGPathSupport.getPathSegAtLength(SVGOMPathElement path, float x)
          To implement org.w3c.dom.svg.SVGPathElement#getPathSegAtLength(float).
static SVGPoint SVGPathSupport.getPointAtLength(SVGOMPathElement path, float distance)
          To implement org.w3c.dom.svg.SVGPathElement#getPointAtLength(float).
static float SVGPathSupport.getTotalLength(SVGOMPathElement path)
          To implement org.w3c.dom.svg.SVGPathElement#getTotalLength().
 



Copyright ? 2008 Apache Software Foundation. All Rights Reserved.