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