Package org.sikuli.basics
Class AnimatorQuarticEase
- java.lang.Object
-
- org.sikuli.basics.AnimatorTimeValueFunction
-
- org.sikuli.basics.AnimatorQuarticEase
-
public class AnimatorQuarticEase extends AnimatorTimeValueFunction
-
-
Field Summary
-
Fields inherited from class org.sikuli.basics.AnimatorTimeValueFunction
_beginVal, _endVal, _totalTime
-
-
Constructor Summary
Constructors Constructor Description AnimatorQuarticEase(float beginVal, float endVal, long totalTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetValue(long t)-
Methods inherited from class org.sikuli.basics.AnimatorTimeValueFunction
isEnd
-
-
-
-
Method Detail
-
getValue
public float getValue(long t)
- Specified by:
getValuein classAnimatorTimeValueFunction
-
-