| 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.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected AnimatableElement |
AbstractAnimation.animatableElement |
The AnimatableElement that gives access to underlying values in the
document.
|
| Constructor | Description |
|---|---|
AbstractAnimation(TimedElement timedElement,
AnimatableElement animatableElement) |
Creates a new Animation.
|
ColorAnimation(TimedElement timedElement,
AnimatableElement animatableElement,
int calcMode,
float[] keyTimes,
float[] keySplines,
boolean additive,
boolean cumulative,
AnimatableValue[] values,
AnimatableValue from,
AnimatableValue to,
AnimatableValue by) |
Creates a new ColorAnimation.
|
InterpolatingAnimation(TimedElement timedElement,
AnimatableElement animatableElement,
int calcMode,
float[] keyTimes,
float[] keySplines,
boolean additive,
boolean cumulative) |
Creates a new InterpolatingAnimation.
|
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.
|
SetAnimation(TimedElement timedElement,
AnimatableElement animatableElement,
AnimatableValue to) |
Creates a new SetAnimation.
|
SimpleAnimation(TimedElement timedElement,
AnimatableElement animatableElement,
int calcMode,
float[] keyTimes,
float[] keySplines,
boolean additive,
boolean cumulative,
AnimatableValue[] values,
AnimatableValue from,
AnimatableValue to,
AnimatableValue by) |
Creates a new SimpleAnimation.
|
TransformAnimation(TimedElement timedElement,
AnimatableElement animatableElement,
int calcMode,
float[] keyTimes,
float[] keySplines,
boolean additive,
boolean cumulative,
AnimatableValue[] values,
AnimatableValue from,
AnimatableValue to,
AnimatableValue by,
short type) |
Creates a new TransformAnimation.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SVGAnimateColorElementBridge |
Bridge class for the 'animateColor' animation element.
|
class |
SVGAnimateElementBridge |
Bridge class for the 'animate' animation element.
|
class |
SVGAnimateMotionElementBridge |
Bridge class for the 'animateMotion' animation element.
|
class |
SVGAnimateTransformElementBridge |
Bridge class for the 'animateTransform' animation element.
|
class |
SVGAnimationElementBridge |
An abstract base class for the SVG animation element bridges.
|
class |
SVGSetElementBridge |
A bridge class for the 'set' animation element.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.