Package | Description |
---|---|
buoy.widget |
Modifier and Type | Field and Description |
---|---|
static BSlider.Orientation |
BSlider.HORIZONTAL |
static BSlider.Orientation |
BSlider.VERTICAL |
Modifier and Type | Method and Description |
---|---|
BSlider.Orientation |
BSlider.getOrientation()
Get the orientation (HORIZONTAL or VERTICAL) of this BSlider.
|
Modifier and Type | Method and Description |
---|---|
void |
BSlider.setOrientation(BSlider.Orientation orientation)
Set the orientation (HORIZONTAL or VERTICAL) of this BSlider.
|
Constructor and Description |
---|
BSlider(int value,
int minimum,
int maximum,
BSlider.Orientation orientation)
Create a new BSlider.
|
Written by Peter Eastman.