org.apache.batik.anim
public class SetAnimation extends AbstractAnimation
Field Summary | |
---|---|
protected AnimatableValue | to
The set animation value. |
Constructor Summary | |
---|---|
SetAnimation(TimedElement timedElement, AnimatableElement animatableElement, AnimatableValue to)
Creates a new SetAnimation. |
Method Summary | |
---|---|
protected void | sampledAt(float simpleTime, float simpleDur, int repeatIteration)
Called when the element is sampled at the given time. |
protected void | sampledLastValue(int repeatIteration)
Called when the element is sampled for its "last" value. |