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
Modifier and Type Method Description floatgetValue(long t)
-
Constructor Details
-
AnimatorQuarticEase
public AnimatorQuarticEase(float beginVal, float endVal, long totalTime)
-
-
Method Details
-
getValue
public float getValue(long t)- Specified by:
getValuein classAnimatorTimeValueFunction
-