|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.kitfox.svg.animation.AnimationTimeEval
public class AnimationTimeEval
Field Summary | |
---|---|
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 Summary | |
---|---|
AnimationTimeEval()
Creates a new instance of AnimateTimeEval |
Method Summary | |
---|---|
void |
set(double interp,
int rep)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double interp
public int rep
Constructor Detail |
---|
public AnimationTimeEval()
Method Detail |
---|
public void set(double interp, int rep)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |