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