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