Uses of Class
bb.gui.LinePanel.Axis

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

Uses of LinePanel.Axis in bb.gui
 

Fields in bb.gui declared as LinePanel.Axis
private  LinePanel.Axis LinePanel.axis
          Contract: is never null.
 

Methods in bb.gui that return LinePanel.Axis
static LinePanel.Axis LinePanel.Axis.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LinePanel.Axis[] LinePanel.Axis.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in bb.gui with parameters of type LinePanel.Axis
LinePanel(LinePanel.Axis axis, boolean isDoubleBuffered)
          Constructs a new LinePanel with the specified LinePanel.Axis and buffering strategy.