|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtendedGeneralPath | |
---|---|
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 | |
---|---|
protected ExtendedGeneralPath |
MotionAnimation.path
The path that describes the motion. |
Constructors in org.apache.batik.anim with parameters of type ExtendedGeneralPath | |
---|---|
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 | |
---|---|
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 | |
---|---|
protected ExtendedGeneralPath |
AWTPathProducer.path
The temporary value of extendedGeneralPath. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |