Uses of Class
org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Packages that use ExtendedGeneralPath
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
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 ExtendedGeneralPathModifier and TypeFieldDescriptionprotected ExtendedGeneralPathMotionAnimation.pathThe path that describes the motion.Constructors in org.apache.batik.anim with parameters of type ExtendedGeneralPathModifierConstructorDescriptionMotionAnimation(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 ExtendedGeneralPathModifier and TypeMethodDescriptionprotected ExtendedGeneralPathSVGAnimateMotionElementBridge.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 ExtendedGeneralPathModifier and TypeFieldDescriptionprotected ExtendedGeneralPathAWTPathProducer.pathThe temporary value of extendedGeneralPath.