Package com.airbnb.lottie.value
Class LottieInterpolatedPointValue
- java.lang.Object
-
- com.airbnb.lottie.value.LottieValueCallback<T>
-
- com.airbnb.lottie.value.LottieInterpolatedPointValue
-
public class LottieInterpolatedPointValue extends LottieValueCallback<T>
-
-
Field Summary
-
Fields inherited from class com.airbnb.lottie.value.LottieValueCallback
value
-
-
Constructor Summary
Constructors Constructor Description LottieInterpolatedPointValue(PointF startValue, PointF endValue)LottieInterpolatedPointValue(PointF startValue, PointF endValue, Interpolator interpolator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetValue(LottieFrameInfo<T> frameInfo)Override this if you haven't set a static value in the constructor or with setValue.-
Methods inherited from class com.airbnb.lottie.value.LottieValueCallback
getValueInternal, setAnimation, setValue
-
-
-
-
Constructor Detail
-
LottieInterpolatedPointValue
public LottieInterpolatedPointValue(PointF startValue, PointF endValue)
-
LottieInterpolatedPointValue
public LottieInterpolatedPointValue(PointF startValue, PointF endValue, Interpolator interpolator)
-
-
Method Detail
-
getValue
public T getValue(LottieFrameInfo<T> frameInfo)
Description copied from class:LottieValueCallbackOverride this if you haven't set a static value in the constructor or with setValue. Return null to resort to the default value.- Overrides:
getValuein classLottieValueCallback<T>
-
-