Package org.sikuli.basics
Class AnimatorOutQuarticEase
- java.lang.Object
-
- org.sikuli.basics.AnimatorTimeValueFunction
-
- org.sikuli.basics.AnimatorOutQuarticEase
-
public class AnimatorOutQuarticEase extends AnimatorTimeValueFunction
-
-
Field Summary
-
Fields inherited from class org.sikuli.basics.AnimatorTimeValueFunction
_beginVal, _endVal, _totalTime
-
-
Constructor Summary
Constructors Constructor Description AnimatorOutQuarticEase(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
-
-