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