Uses of Class buoy.widget.LayoutInfo.FillType

Uses in package buoy.widget

Constructors with parameter type buoy.widget.LayoutInfo.FillType

Create a LayoutInfo object with no padding or insets.
LayoutInfo.LayoutInfo(LayoutInfo.Alignment align, LayoutInfo.FillType fill, Insets insets, Dimension padding)
Create a LayoutInfo object.

Fields of type buoy.widget.LayoutInfo.FillType

LayoutInfo.FillType
LayoutInfo.FillType
LayoutInfo.FillType
LayoutInfo.FillType

Methods with parameter type buoy.widget.LayoutInfo.FillType

void
Set whether the Widget should grow to fill the available space.

Methods with return type buoy.widget.LayoutInfo.FillType

LayoutInfo.FillType
Get whether the Widget should grow to fill the available space.

Written by Peter Eastman.