K - Keyframe typeA - Animation typepublic abstract class BaseKeyframeAnimation<K,A>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
BaseKeyframeAnimation.AnimationListener |
| Modifier and Type | Method and Description |
|---|---|
void |
addUpdateListener(BaseKeyframeAnimation.AnimationListener listener) |
float |
getProgress() |
A |
getValue() |
void |
setIsDiscrete() |
void |
setProgress(float progress) |
public void setIsDiscrete()
public void addUpdateListener(BaseKeyframeAnimation.AnimationListener listener)
public void setProgress(float progress)
public A getValue()
public float getProgress()