Package com.airbnb.lottie.parser
Class AnimatableValueParser
- java.lang.Object
-
- com.airbnb.lottie.parser.AnimatableValueParser
-
public class AnimatableValueParser extends java.lang.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 java.io.IOException
- Throws:
java.io.IOException
-
parseFloat
public static AnimatableFloatValue parseFloat(JsonReader reader, LottieComposition composition, boolean isDp) throws java.io.IOException
- Throws:
java.io.IOException
-
-