Uses of Class
bb.gui.Strut

Packages that use Strut
bb.gui Provides classes and interfaces for GUI applications. 
 

Uses of Strut in bb.gui
 

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.