Package | Description |
---|---|
buoy.widget |
Modifier and Type | Field and Description |
---|---|
static LayoutInfo.Alignment |
LayoutInfo.CENTER |
static LayoutInfo.Alignment |
LayoutInfo.EAST |
static LayoutInfo.Alignment |
LayoutInfo.NORTH |
static LayoutInfo.Alignment |
LayoutInfo.NORTHEAST |
static LayoutInfo.Alignment |
LayoutInfo.NORTHWEST |
static LayoutInfo.Alignment |
LayoutInfo.SOUTH |
static LayoutInfo.Alignment |
LayoutInfo.SOUTHEAST |
static LayoutInfo.Alignment |
LayoutInfo.SOUTHWEST |
static LayoutInfo.Alignment |
LayoutInfo.WEST |
Modifier and Type | Method and Description |
---|---|
LayoutInfo.Alignment |
LayoutInfo.getAlignment()
Get the alignment of the Widget within its available space.
|
Modifier and Type | Method and Description |
---|---|
void |
LayoutInfo.setAlignment(LayoutInfo.Alignment align)
Set the alignment of the Widget within its available space.
|
Constructor and Description |
---|
LayoutInfo(LayoutInfo.Alignment align,
LayoutInfo.FillType fill)
Create a LayoutInfo object with no padding or insets.
|
LayoutInfo(LayoutInfo.Alignment align,
LayoutInfo.FillType fill,
java.awt.Insets insets,
java.awt.Dimension padding)
Create a LayoutInfo object.
|
Written by Peter Eastman.