Class PathParser
java.lang.Object
com.android.ide.common.vectordrawable.PathParser
public class PathParser
extends java.lang.Object
Utility functions for parsing path information. The implementation details should be the same as
the PathParser in Android framework.
See https://www.w3.org/TR/SVG/paths.html#PathDataBNF for the pathData syntax.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPathParser.ParseMode -
Method Summary
Modifier and Type Method Description static com.android.ide.common.vectordrawable.VdPath.Node[]parsePath(java.lang.String value, PathParser.ParseMode mode)
-
Method Details
-
parsePath
public static com.android.ide.common.vectordrawable.VdPath.Node[] parsePath(java.lang.String value, PathParser.ParseMode mode)
-