Field Summary | ||
---|---|---|
const Number | INVALID | |
Specifies an invalid mode. | ||
const Number | DEFAULT | |
Specifies the default mode. | ||
const Number | HIGH_SPEED | |
Specifies high speed, low quality rendering. | ||
const Number | HIGH_QUALITY | |
Specifies high quality, low speed rendering. | ||
const Number | NONE | |
Specifies no pixel offset. | ||
const Number | HALF | |
Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing. |
Field Detail |
---|
INVALID | |
const Number INVALID |
DEFAULT | |
const Number DEFAULT |
HIGH_SPEED | |
const Number HIGH_SPEED |
HIGH_QUALITY | |
const Number HIGH_QUALITY |
NONE | |
const Number NONE |
HALF | |
const Number HALF |