Uses of Class
org.apache.batik.ext.awt.geom.PathLength
Packages that use PathLength
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of PathLength in org.apache.batik.anim
Fields in org.apache.batik.anim declared as PathLengthModifier and TypeFieldDescriptionprotected PathLength
MotionAnimation.pathLength
The path length calculation object. -
Uses of PathLength in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as PathLengthModifier and TypeFieldDescriptionprotected PathLength
SVGPathElementBridge.pathLength
The cached PathLength object used for computing the path length.Methods in org.apache.batik.bridge that return PathLengthModifier and TypeMethodDescriptionprotected PathLength
SVGPathElementBridge.getPathLengthObj()
Returns the PathLength object that tracks the length of the path.