Package org.apache.batik.anim
Class SetAnimation
- java.lang.Object
-
- org.apache.batik.anim.AbstractAnimation
-
- org.apache.batik.anim.SetAnimation
-
public class SetAnimation extends AbstractAnimation
An animation class for 'set' animations.- Version:
- $Id: SetAnimation.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description protected AnimatableValue
to
The set animation value.-
Fields inherited from class org.apache.batik.anim.AbstractAnimation
animatableElement, beginTime, CALC_MODE_DISCRETE, CALC_MODE_LINEAR, CALC_MODE_PACED, CALC_MODE_SPLINE, composedValue, higherAnimation, isActive, isDirty, isFrozen, lowerAnimation, timedElement, toAnimation, usesUnderlyingValue, value
-
-
Constructor Summary
Constructors Constructor Description SetAnimation(TimedElement timedElement, AnimatableElement animatableElement, AnimatableValue to)
Creates a new SetAnimation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.-
Methods inherited from class org.apache.batik.anim.AbstractAnimation
getComposedValue, getTimedElement, getValue, markDirty, toString, usesUnderlyingValue, willReplace
-
-
-
-
Field Detail
-
to
protected AnimatableValue to
The set animation value.
-
-
Constructor Detail
-
SetAnimation
public SetAnimation(TimedElement timedElement, AnimatableElement animatableElement, AnimatableValue to)
Creates a new SetAnimation.
-
-
Method Detail
-
sampledAt
protected void sampledAt(float simpleTime, float simpleDur, int repeatIteration)
Called when the element is sampled at the given time.- Specified by:
sampledAt
in classAbstractAnimation
-
sampledLastValue
protected void sampledLastValue(int repeatIteration)
Called when the element is sampled for its "last" value.- Overrides:
sampledLastValue
in classAbstractAnimation
-
-