| 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 |
ColorPreview
A small preview bar generated for a color widget
|
class |
ColorWidget
A color widget that allows users to interactively map numeric data to
RGBA tuples based on the Vis5D color widget
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColorWidget.addColorChangeListener(ColorChangeListener c)
Add a ColorChangeListener to the listeners list
|
void |
ColorMap.addColorChangeListener(ColorChangeListener c)
Add a ColorChangeListener to the listeners list
|
void |
ColorWidget.removeColorChangeListener(ColorChangeListener c)
Remove a ColorChangeListener from the listeners list
|
void |
ColorMap.removeColorChangeListener(ColorChangeListener c)
Remove a ColorChangeListener from the listeners list
|