Package com.airbnb.lottie.value
Class LottieInterpolatedIntegerValue
- java.lang.Object
-
- com.airbnb.lottie.value.LottieValueCallback<T>
-
- com.airbnb.lottie.value.LottieInterpolatedIntegerValue
-
public class LottieInterpolatedIntegerValue extends LottieValueCallback<T>
-
-
Field Summary
-
Fields inherited from class com.airbnb.lottie.value.LottieValueCallback
value
-
-
Constructor Summary
Constructors Constructor Description LottieInterpolatedIntegerValue(java.lang.Integer startValue, java.lang.Integer endValue)LottieInterpolatedIntegerValue(java.lang.Integer startValue, java.lang.Integer 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
-
LottieInterpolatedIntegerValue
public LottieInterpolatedIntegerValue(java.lang.Integer startValue, java.lang.Integer endValue)
-
LottieInterpolatedIntegerValue
public LottieInterpolatedIntegerValue(java.lang.Integer startValue, java.lang.Integer 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>
-
-