-
public class PathKeyframe extends Keyframe<PointF>
-
-
Constructor Summary
Constructors Constructor Description PathKeyframe(LottieComposition composition, Keyframe<PointF> keyframe)
-
Method Summary
Modifier and Type Method Description voidcreatePath()-
Methods inherited from class com.airbnb.lottie.value.Keyframe
containsProgress, copyWith, getEndProgress, getEndValueFloat, getEndValueInt, getStartProgress, getStartValueFloat, getStartValueInt, isStatic, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PathKeyframe
PathKeyframe(LottieComposition composition, Keyframe<PointF> keyframe)
-
-
Method Detail
-
createPath
void createPath()
-
-
-
-