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