| Package | Description |
|---|---|
| visad.util |
Provides a collection of useful utilities, many of them
GUI widgets, to aid in VisAD application design.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColorPreview.colorChanged(ColorChangeEvent e)
Implementation of the ColorChangeListener interface
|
void |
ColorWidget.colorChanged(ColorChangeEvent e)
Listen to the ColorMap and re-dispatch the ColorChangeEvents to
the ColorChangeListeners listening to the widget
|
void |
ColorChangeListener.colorChanged(ColorChangeEvent e)
The function called when the color widget has changed
|
protected void |
ColorWidget.notifyListeners(ColorChangeEvent e)
Notify the ColorChangeListerers that the color widget has changed
|
protected void |
ColorMap.notifyListeners(ColorChangeEvent e)
Notify the ColorChangeListerers that the color widget has changed
|