org.apache.batik.anim
public class TransformAnimation extends SimpleAnimation
Field Summary | |
---|---|
protected float[] | keyTimes2
Time values to control the pacing of the second component of the
animation. |
protected float[] | keyTimes3
Time values to control the pacing of the third component of the
animation. |
protected short | type
The transform type. |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
protected void | sampledAtUnitTime(float unitTime, int repeatIteration)
Called when the element is sampled at the given unit time. |