public class StaticKeyframeAnimation<T> extends KeyframeAnimation<T>
KeyframeAnimation.AnimationListener<T>| Constructor and Description |
|---|
StaticKeyframeAnimation(T initialValue) |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue() |
void |
setProgress(float progress) |
addUpdateListener, removeUpdateListener, setIsDiscrete, setStartDelaypublic StaticKeyframeAnimation(T initialValue)
public void setProgress(float progress)
setProgress in class KeyframeAnimation<T>public T getValue()
getValue in class KeyframeAnimation<T>