Methods in bb.gui that return Strut |
static Strut |
Strut.inX(int strutLength)
Reurns a new horizontal (x-axis oriented) Strut instance with the specified length. |
static Strut |
Strut.inX(int strutLength,
int preferredTransverse,
Color color)
Reurns a new horizontal (x-axis oriented) Strut instance with the specified length, preferred transverse size, and color. |
static Strut |
Strut.inY(int strutLength)
Reurns a new vertical (y-axis oriented) Strut instance with the specified length. |
static Strut |
Strut.inY(int strutLength,
int preferredTransverse,
Color color)
Reurns a new vertical (y-axis oriented) Strut instance with the specified length, preferred transverse size, and color. |