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