Class AnimatableShapeValue
- java.lang.Object
-
- com.airbnb.lottie.model.animatable.AnimatableShapeValue
-
- All Implemented Interfaces:
AnimatableValue<ShapeData,Path>
public class AnimatableShapeValue extends Object
-
-
Constructor Summary
Constructors Constructor Description AnimatableShapeValue(List<Keyframe<ShapeData>> keyframes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShapeKeyframeAnimationcreateAnimation()List<Keyframe<V>>getKeyframes()booleanisStatic()StringtoString()
-
-
-
Method Detail
-
createAnimation
public ShapeKeyframeAnimation createAnimation()
-
getKeyframes
public List<Keyframe<V>> getKeyframes()
- Specified by:
getKeyframesin interfaceAnimatableValue<V,O>
-
isStatic
public boolean isStatic()
- Specified by:
isStaticin interfaceAnimatableValue<V,O>
-
-