Uses of Class buoy.widget.BLabel.Position

Uses in package buoy.widget

Constructors with parameter type buoy.widget.BLabel.Position

BLabel.BLabel(Icon image, BLabel.Position align)
Create a new BLabel which displays an image.
BLabel.BLabel(String text, Icon image, BLabel.Position align, BLabel.Position textPos)
Create a new BLabel which displays both text and an image.
BLabel.BLabel(String text, BLabel.Position align)
Create a new BLabel which displays text.

Fields of type buoy.widget.BLabel.Position

BLabel.Position
BLabel.Position
BLabel.Position
BLabel.Position
BLabel.Position
BLabel.Position
BLabel.Position
BLabel.Position
BLabel.Position

Methods with parameter type buoy.widget.BLabel.Position

void
Set the alignment of the label's contents.
void
Set the position of the text relative to the image.

Methods with return type buoy.widget.BLabel.Position

BLabel.Position
Get the alignment of the label's contents.
BLabel.Position
Get the position of the text relative to the image.

Written by Peter Eastman.