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