public class AnimatablePathValue
extends java.lang.Object
| Constructor and Description |
|---|
AnimatablePathValue(org.json.JSONObject pointValues,
int frameRate,
LottieComposition composition) |
AnimatablePathValue(LottieComposition composition)
Create a default static animatable path.
|
| Modifier and Type | Method and Description |
|---|---|
KeyframeAnimation<android.graphics.PointF> |
createAnimation() |
android.graphics.PointF |
getInitialPoint() |
boolean |
hasAnimation() |
java.lang.String |
toString() |
public AnimatablePathValue(LottieComposition composition)
public AnimatablePathValue(org.json.JSONObject pointValues,
int frameRate,
LottieComposition composition)
public KeyframeAnimation<android.graphics.PointF> createAnimation()
public boolean hasAnimation()
public android.graphics.PointF getInitialPoint()
public java.lang.String toString()
toString in class java.lang.Object