public static final enum javax.swing
GroupLayout.Alignment


Show All Login
Java SE 6
  
Extends: Enum
Contained within: GroupLayout
Details
Enumeration of the possible ways ParallelGroup can align its children.
since1.6
See also createParallelGroup(Alignment)

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.
See also createParallelGroup(Alignment)
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.
See also createParallelGroup(Alignment)
final public static GroupLayout.Alignment CENTER Details
Indicates the elements should be centered in the region.
See also createParallelGroup(Alignment)
final public static GroupLayout.Alignment BASELINE Details
Indicates the elements should be aligned along their baseline.
See also createParallelGroup(Alignment), createBaselineGroup(boolean,boolean)

Methods
public static GroupLayout.Alignment valueOf(String name)
public static GroupLayout.Alignment[] values()