public class PathSvg
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
C0_MASK
Constant for having only control point C0 in effect.
|
static int |
C1_MASK
Constant for having control point C1 in effect (in addition
to C0).
|
static int |
C1C2_MASK
Constant for having control points C1 and C2 in effect (in addition to C0).
|
static int |
C2_MASK
Constant for having control point C2 in effect (in addition to C0).
|
Constructor and Description |
---|
PathSvg() |
Modifier and Type | Method and Description |
---|---|
static PathExt |
parsePath(java.lang.String path)
Uppercase rules are absolute positions, lowercase are relative.
|
public static final int C0_MASK
public static final int C1_MASK
public static final int C1C2_MASK
public static final int C2_MASK
public static PathExt parsePath(java.lang.String path)
path
- the path string from the XML