Uses of Class
org.apache.batik.anim.dom.SVGOMPathElement
Packages that use SVGOMPathElement
-
Uses of SVGOMPathElement in org.apache.batik.anim.dom
Methods in org.apache.batik.anim.dom with parameters of type SVGOMPathElementModifier and TypeMethodDescriptionstatic int
SVGPathSupport.getPathSegAtLength
(SVGOMPathElement path, float x) To implementSVGPathElement.getPathSegAtLength(float)
.static org.w3c.dom.svg.SVGPoint
SVGPathSupport.getPointAtLength
(SVGOMPathElement path, float distance) To implementSVGPathElement.getPointAtLength(float)
.static float
SVGPathSupport.getTotalLength
(SVGOMPathElement path) To implementSVGPathElement.getTotalLength()
.