Package org.sikuli.basics
Class AnimatorTimeValueFunction
- java.lang.Object
-
- org.sikuli.basics.AnimatorTimeValueFunction
-
- Direct Known Subclasses:
AnimatorLinearInterpolation,AnimatorOutQuarticEase,AnimatorQuarticEase,AnimatorStopExtention
public abstract class AnimatorTimeValueFunction extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected float_beginValprotected float_endValprotected long_totalTime
-
Constructor Summary
Constructors Constructor Description AnimatorTimeValueFunction(float beginVal, float endVal, long totalTime)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract floatgetValue(long t)booleanisEnd(long t)
-