Constants
|
const short AUTOMATIC
= = 0; |
- Description
- In automatic mode, horizontal text is aligned to the baseline. The same applies to
text that is rotated 90°. Text that is rotated 270 ° is aligned to the center.
|
const short BASELINE
= = 1; |
- Description
- The text is aligned to the baseline.
|
const short TOP
= = 2; |
- Description
- The text is aligned to the top.
|
const short CENTER
= = 3; |
- Description
- The text is aligned to the center.
|
const short BOTTOM
= = 4; |
- Description
- The text is aligned to bottom.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.