-
public class LottieInterpolatedPointValue extends LottieInterpolatedValue<PointF>
-
-
Constructor Summary
Constructors Constructor Description LottieInterpolatedPointValue(PointF startValue, PointF endValue)LottieInterpolatedPointValue(PointF startValue, PointF endValue, Interpolator interpolator)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.airbnb.lottie.value.LottieInterpolatedValue
getValue -
Methods inherited from class com.airbnb.lottie.value.LottieValueCallback
getValueInternal, setAnimation, setValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LottieInterpolatedPointValue
LottieInterpolatedPointValue(PointF startValue, PointF endValue, Interpolator interpolator)
-
-
-
-