public class LottieInterpolatedPointValue extends LottieValueCallback<T>
value| Constructor and Description |
|---|
LottieInterpolatedPointValue(android.graphics.PointF startValue,
android.graphics.PointF endValue) |
LottieInterpolatedPointValue(android.graphics.PointF startValue,
android.graphics.PointF endValue,
android.view.animation.Interpolator interpolator) |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue(LottieFrameInfo<T> frameInfo)
Override this if you haven't set a static value in the constructor or with setValue.
|
getValueInternal, setAnimation, setValuepublic LottieInterpolatedPointValue(android.graphics.PointF startValue,
android.graphics.PointF endValue)
public LottieInterpolatedPointValue(android.graphics.PointF startValue,
android.graphics.PointF endValue,
android.view.animation.Interpolator interpolator)
public T getValue(LottieFrameInfo<T> frameInfo)
LottieValueCallbackgetValue in class LottieValueCallback<T>