Field Summary | ||
---|---|---|
const int | LINE_TO | |
Straight line segment
|
||
const int | CUBIC_BEZIER_CURVE_TO | |
Cubic Bezier curve
|
||
const int | MOVE_TO | |
Start a new path
|
||
const 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.
|
||
const int | END | |
The end of the current path
|
||
const int | ESCAPE | |
Escape
|
||
const int | ARC_TO | |
An arc
|
||
const int | UNKNOWN | |
Unknown
|
const int LINE_TO
const int CUBIC_BEZIER_CURVE_TO
const int MOVE_TO
const int CLOSE
const int END
const int ESCAPE
const int ARC_TO
const int UNKNOWN