Package | Description |
---|---|
buoy.widget |
Modifier and Type | Field and Description |
---|---|
static LayoutInfo.FillType |
LayoutInfo.BOTH |
static LayoutInfo.FillType |
LayoutInfo.HORIZONTAL |
static LayoutInfo.FillType |
LayoutInfo.NONE |
static LayoutInfo.FillType |
LayoutInfo.VERTICAL |
Modifier and Type | Method and Description |
---|---|
LayoutInfo.FillType |
LayoutInfo.getFill()
Get whether the Widget should grow to fill the available space.
|
Modifier and Type | Method and Description |
---|---|
void |
LayoutInfo.setFill(LayoutInfo.FillType fill)
Set whether the Widget should grow to fill the 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.