public class AnimatableScaleValue
extends java.lang.Object
| Constructor and Description |
|---|
AnimatableScaleValue(org.json.JSONObject scaleValues,
int frameRate,
LottieComposition composition,
boolean isDp) |
AnimatableScaleValue(LottieComposition composition) |
| Modifier and Type | Method and Description |
|---|---|
KeyframeAnimation<ScaleXY> |
createAnimation() |
O |
getInitialValue() |
boolean |
hasAnimation() |
java.lang.String |
toString() |
protected ScaleXY |
valueFromObject(java.lang.Object object,
float scale) |
public AnimatableScaleValue(LottieComposition composition)
public AnimatableScaleValue(org.json.JSONObject scaleValues,
int frameRate,
LottieComposition composition,
boolean isDp)
protected ScaleXY valueFromObject(java.lang.Object object, float scale) throws org.json.JSONException
org.json.JSONExceptionpublic KeyframeAnimation<ScaleXY> createAnimation()
public boolean hasAnimation()
public O getInitialValue()
public java.lang.String toString()
toString in class java.lang.Object