| Package | Description |
|---|---|
| visad.util |
Provides a collection of useful utilities, many of them
GUI widgets, to aid in VisAD application design.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrowSlider
A pointer slider for visad .
|
class |
BarSlider
The visad utillity sliding bar
|
| Constructor and Description |
|---|
SliderLabel(Slider slider)
Construct a SliderLabel from the given slider
|
SliderLabel(Slider slider,
java.awt.Color background,
java.awt.Color text)
Construct a SliderLabel with the given background and text colors
|
SliderLabel(Slider slider,
java.lang.String label)
Construct a slider label with the given slider and label
|
SliderLabel(Slider slider,
java.lang.String label,
boolean rangeVisible)
Construct a slider label with the given slider, label and range visibility
|
SliderLabel(Slider slider,
java.lang.String label,
boolean rangeVisible,
java.awt.Color background,
java.awt.Color text)
Construct a slider label with the given slider, label and range visibility
|
SliderLabel(Slider slider,
java.lang.String label,
java.awt.Color background,
java.awt.Color text)
Construct a SliderLabel with the given label, background and text colors
|