org.apache.batik.anim
public class SimpleAnimation extends InterpolatingAnimation
| Field Summary | |
|---|---|
| protected AnimatableValue | by
Relative offset value for the animation. |
| protected AnimatableValue | from
Starting value of the animation. |
| protected AnimatableValue | to
Ending value of the animation. |
| protected AnimatableValue[] | values
Values between which to interpolate. |
| Constructor Summary | |
|---|---|
| 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. | |
| Method Summary | |
|---|---|
| protected void | sampledAtUnitTime(float unitTime, int repeatIteration)
Called when the element is sampled at the given unit time. |