Example usage for Java javax.swing SwingConstants fields, constructors, methods, implement or subclass
The text is from its open source code.
int | CENTER The central position in an area. |
int | TOP Box-orientation constant used to specify the top of a box. |
int | LEFT Box-orientation constant used to specify the left side of a box. |
int | BOTTOM Box-orientation constant used to specify the bottom of a box. |
int | RIGHT Box-orientation constant used to specify the right side of a box. |
int | NORTH Compass-direction North (up). |
int | NORTH_EAST Compass-direction north-east (upper right). |
int | EAST Compass-direction east (right). |
int | SOUTH_EAST Compass-direction south-east (lower right). |
int | SOUTH Compass-direction south (down). |
int | SOUTH_WEST Compass-direction south-west (lower left). |
int | WEST Compass-direction west (left). |
int | NORTH_WEST Compass-direction north west (upper left). |
int | HORIZONTAL Horizontal orientation. |
int | VERTICAL Vertical orientation. |
int | LEADING Identifies the leading edge of text for use with left-to-right and right-to-left languages. |
int | TRAILING Identifies the trailing edge of text for use with left-to-right and right-to-left languages. |