public class AnimatablePathValue extends java.lang.Object implements AnimatableValue<android.graphics.PointF,android.graphics.PointF>
AnimatableValue.Factory<V>| Modifier and Type | Method and Description |
|---|---|
static AnimatableValue<android.graphics.PointF,android.graphics.PointF> |
createAnimatablePathOrSplitDimensionPath(org.json.JSONObject json,
LottieComposition composition) |
BaseKeyframeAnimation<android.graphics.PointF,android.graphics.PointF> |
createAnimation() |
boolean |
hasAnimation() |
java.lang.String |
toString() |
public static AnimatableValue<android.graphics.PointF,android.graphics.PointF> createAnimatablePathOrSplitDimensionPath(org.json.JSONObject json, LottieComposition composition)
public BaseKeyframeAnimation<android.graphics.PointF,android.graphics.PointF> createAnimation()
createAnimation in interface AnimatableValue<android.graphics.PointF,android.graphics.PointF>public boolean hasAnimation()
hasAnimation in interface AnimatableValue<android.graphics.PointF,android.graphics.PointF>public java.lang.String toString()
toString in class java.lang.Object