Static Public Attributes | |
final int | LEFT = 0 |
final int | TOP = 0 |
final int | CENTER = 1 |
final int | FULL = 2 |
final int | BOTTOM = 3 |
final int | RIGHT = 3 |
final double | FILL = -1.0 |
final double | PREFERRED = -2.0 |
final double | MINIMUM = -3.0 |
final int | MIN_ALIGN = 0 |
final int | MAX_ALIGN = 3 |
|
Indicates that the component is bottom justified in its cell |
|
Indicates that the component is centered in its cell |
|
Indicates that the row/column should fill the available space |
|
Indicates that the component is full justified in its cell |
|
Indicates that the component is left justified in its cell |
|
Maximum value for an alignment |
|
Minimum value for an alignment |
|
Indicates that the row/column should be allocated just enough space to accomidate the minimum size of all components contained completely within this row/column. |
|
Indicates that the row/column should be allocated just enough space to accomidate the preferred size of all components contained completely within this row/column. |
|
Indicates that the component is right justified in its cell |
|
Indicates that the component is top justified in its cell |