| 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.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ExtendedGeneralPath |
MotionAnimation.path |
The path that describes the motion.
|
| 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.
|
| 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.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ExtendedGeneralPath |
AWTPathProducer.path |
The temporary value of extendedGeneralPath.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.