-
- All Implemented Interfaces:
-
com.airbnb.lottie.model.animatable.AnimatableValue
public class AnimatablePathValue implements AnimatableValue<PointF, PointF>
-
-
Constructor Summary
Constructors Constructor Description AnimatablePathValue(List<Keyframe<PointF>> keyframes)
-
Method Summary
Modifier and Type Method Description List<Keyframe<PointF>>getKeyframes()booleanisStatic()BaseKeyframeAnimation<PointF, PointF>createAnimation()-
-
Method Detail
-
getKeyframes
List<Keyframe<PointF>> getKeyframes()
-
isStatic
boolean isStatic()
-
createAnimation
BaseKeyframeAnimation<PointF, PointF> createAnimation()
-
-
-
-