Class AnimatablePathValue
- java.lang.Object
-
- com.airbnb.lottie.model.animatable.AnimatablePathValue
-
- All Implemented Interfaces:
AnimatableValue<PointF,PointF>
public class AnimatablePathValue extends Object implements AnimatableValue<PointF,PointF>
-
-
Constructor Summary
Constructors Constructor Description AnimatablePathValue(List<Keyframe<PointF>> keyframes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseKeyframeAnimation<PointF,PointF>createAnimation()List<Keyframe<PointF>>getKeyframes()booleanisStatic()
-
-
-
Method Detail
-
getKeyframes
public List<Keyframe<PointF>> getKeyframes()
- Specified by:
getKeyframesin interfaceAnimatableValue<PointF,PointF>
-
isStatic
public boolean isStatic()
- Specified by:
isStaticin interfaceAnimatableValue<PointF,PointF>
-
createAnimation
public BaseKeyframeAnimation<PointF,PointF> createAnimation()
- Specified by:
createAnimationin interfaceAnimatableValue<PointF,PointF>
-
-