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
-
Field Details
-
_beginVal
protected float _beginVal -
_endVal
protected float _endVal -
_totalTime
protected long _totalTime
-
-
Constructor Details
-
AnimatorTimeValueFunction
public AnimatorTimeValueFunction(float beginVal, float endVal, long totalTime)
-
-
Method Details