Package com.airbnb.lottie.parser
Class PathParser
- java.lang.Object
-
- com.airbnb.lottie.parser.PathParser
-
public class PathParser extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static PathParserINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointFparse(JsonReader reader, float scale)
-
-
-
Field Detail
-
INSTANCE
public static final PathParser INSTANCE
-
-
Method Detail
-
parse
public PointF parse(JsonReader reader, float scale) throws java.io.IOException
- Throws:
java.io.IOException
-
-