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