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