| Enum constants |
| final public static GroupLayout.Alignment |
LEADING Details
Indicates the elements should be
aligned to the origin. For the horizontal axis with a left to
right orientation this means aligned to the left edge. For the
vertical axis leading means aligned to the top edge.
|
| final public static GroupLayout.Alignment |
TRAILING Details
Indicates the elements should be aligned to the end of the
region. For the horizontal axis with a left to right
orientation this means aligned to the right edge. For the
vertical axis trailing means aligned to the bottom edge.
|
| final public static GroupLayout.Alignment |
CENTER Details
Indicates the elements should be centered in
the region.
|
| final public static GroupLayout.Alignment |
BASELINE Details
Indicates the elements should be aligned along
their baseline.
|