Class PathKeyframe
- java.lang.Object
-
- com.airbnb.lottie.value.Keyframe<PointF>
-
- com.airbnb.lottie.animation.keyframe.PathKeyframe
-
-
Field Summary
-
Fields inherited from class com.airbnb.lottie.value.Keyframe
endFrame, endValue, interpolator, pathCp1, pathCp2, startFrame, startValue, xInterpolator, yInterpolator
-
-
Constructor Summary
Constructors Constructor Description PathKeyframe(LottieComposition composition, Keyframe<PointF> keyframe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreatePath()-
Methods inherited from class com.airbnb.lottie.value.Keyframe
containsProgress, getEndProgress, getEndValueFloat, getEndValueInt, getStartProgress, getStartValueFloat, getStartValueInt, isStatic, toString
-
-
-
-
Constructor Detail
-
PathKeyframe
public PathKeyframe(LottieComposition composition, Keyframe<PointF> keyframe)
-
-