-
- All Implemented Interfaces:
-
com.airbnb.lottie.parser.ValueParser
public class IntegerParser implements ValueParser<Integer>
-
-
Field Summary
Fields Modifier and Type Field Description public final static IntegerParserINSTANCE
-
Method Summary
Modifier and Type Method Description Integerparse(JsonReader reader, float scale)-
-
Method Detail
-
parse
Integer parse(JsonReader reader, float scale)
-
-
-
-