|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.larvalabs.svgandroid.SVGParser
public class SVGParser
| Constructor Summary | |
|---|---|
SVGParser()
|
|
| Method Summary | |
|---|---|
static android.graphics.Path |
parsePath(String pathString)
Parses a single SVG path and returns it as a android.graphics.Path object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SVGParser()
| Method Detail |
|---|
public static android.graphics.Path parsePath(String pathString)
android.graphics.Path object. An example path is
M250,150L150,350L350,350Z, which draws a triangle.
pathString - the SVG path, see the specification here.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||