com.android.ide.common.vectordrawable
Class PathParser

java.lang.Object
  extended by 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.


Constructor Summary
PathParser()
           
 
Method Summary
static com.android.ide.common.vectordrawable.VdPath.Node[] parsePath(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathParser

public PathParser()
Method Detail

parsePath

public static com.android.ide.common.vectordrawable.VdPath.Node[] parsePath(java.lang.String value)