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