Package com.airbnb.lottie.parser
Class AnimatableValueParser
- java.lang.Object
-
- com.airbnb.lottie.parser.AnimatableValueParser
-
public class AnimatableValueParser extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AnimatableFloatValueparseFloat(JsonReader reader, LottieComposition composition)static AnimatableFloatValueparseFloat(JsonReader reader, LottieComposition composition, boolean isDp)
-
-
-
Method Detail
-
parseFloat
public static AnimatableFloatValue parseFloat(JsonReader reader, LottieComposition composition) throws IOException
- Throws:
IOException
-
parseFloat
public static AnimatableFloatValue parseFloat(JsonReader reader, LottieComposition composition, boolean isDp) throws IOException
- Throws:
IOException
-
-