public class AnimationTimeEval
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
interp
Value on [0..1] representing the interpolation value of queried animation
element, or Double.NaN if element does not provide a valid evalutaion
|
int |
rep
Number of completed repetitions
|
| Constructor and Description |
|---|
AnimationTimeEval()
Creates a new instance of AnimateTimeEval
|
| Modifier and Type | Method and Description |
|---|---|
void |
set(double interp,
int rep) |
public double interp
public int rep