public class ShapePathType
Field Summary | ||
---|---|---|
static final int | LINE_TO | |
Straight line segment
|
||
static final int | CUBIC_BEZIER_CURVE_TO | |
Cubic Bezier curve
|
||
static final int | MOVE_TO | |
Start a new path
|
||
static final int | CLOSE | |
If the starting POINT and the end POINT are not the same, a single
straight line is drawn to connect the starting POINT and ending POINT of the path.
|
||
static final int | END | |
The end of the current path
|
||
static final int | ESCAPE | |
Escape
|
||
static final int | ARC_TO | |
An arc
|
||
static final int | UNKNOWN | |
Unknown
|
public static final int LINE_TO
public static final int CUBIC_BEZIER_CURVE_TO
public static final int MOVE_TO
public static final int CLOSE
public static final int END
public static final int ESCAPE
public static final int ARC_TO
public static final int UNKNOWN