Uses of Class buoy.widget.BSlider.Orientation

Uses in package buoy.widget

Constructors with parameter type buoy.widget.BSlider.Orientation

BSlider.BSlider(int value, int minimum, int maximum, BSlider.Orientation orientation)
Create a new BSlider.

Fields of type buoy.widget.BSlider.Orientation

BSlider.Orientation
BSlider.Orientation

Methods with parameter type buoy.widget.BSlider.Orientation

void
Set the orientation (HORIZONTAL or VERTICAL) of this BSlider.

Methods with return type buoy.widget.BSlider.Orientation

BSlider.Orientation
Get the orientation (HORIZONTAL or VERTICAL) of this BSlider.

Written by Peter Eastman.