Constants
|
const short NONE
= = 0; |
- Description
- no hard alignment
|
const short TOP
= = 1; |
- Description
- aligned at the top
|
const short CENTER
= = 2; |
- Description
- aligned at the center
|
const short BOTTOM
= = 3; |
- Description
- aligned at the bottom
|
const short CHAR_TOP
= = 4; |
- Description
- aligned at the top of a character (anchored to character)
|
const short CHAR_CENTER
= = 5; |
- Description
- aligned at the center of a character (anchored to character )
|
const short CHAR_BOTTOM
= = 6; |
- Description
- aligned at the bottom of a character (anchored to character )
|
const short LINE_TOP
= = 7; |
- Description
- aligned at the top of the line (anchored to character )
|
const short LINE_CENTER
= = 8; |
- Description
- aligned at the center of the line (anchored to character )
|
const short LINE_BOTTOM
= = 9; |
- Description
- aligned at the bottom of the line (anchored to character )
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.