Uses of Class
org.apache.batik.ext.awt.geom.ExtendedGeneralPath
-
Packages that use ExtendedGeneralPath Package Description org.apache.batik.anim org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.parser Provides a set of parsers and objects to manipulate SVG attributes. -
-
Uses of ExtendedGeneralPath in org.apache.batik.anim
Fields in org.apache.batik.anim declared as ExtendedGeneralPath Modifier and Type Field Description protected ExtendedGeneralPath
MotionAnimation. path
The path that describes the motion.Constructors in org.apache.batik.anim with parameters of type ExtendedGeneralPath Constructor Description MotionAnimation(TimedElement timedElement, AnimatableElement animatableElement, int calcMode, float[] keyTimes, float[] keySplines, boolean additive, boolean cumulative, AnimatableValue[] values, AnimatableValue from, AnimatableValue to, AnimatableValue by, ExtendedGeneralPath path, float[] keyPoints, boolean rotateAuto, boolean rotateAutoReverse, float rotateAngle, short rotateAngleUnit)
Creates a new MotionAnimation. -
Uses of ExtendedGeneralPath in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return ExtendedGeneralPath Modifier and Type Method Description protected ExtendedGeneralPath
SVGAnimateMotionElementBridge. parsePath()
Returns the parsed 'path' attribute (or the path from a referencing 'mpath') from the animation element. -
Uses of ExtendedGeneralPath in org.apache.batik.parser
Fields in org.apache.batik.parser declared as ExtendedGeneralPath Modifier and Type Field Description protected ExtendedGeneralPath
AWTPathProducer. path
The temporary value of extendedGeneralPath.
-