| 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 |
BaseRGBMap
An extensible RGB colormap with no interpolation between the
internally stored values.
|
class |
RGBAMap
A simple RGBA colormap with no interpolation between the internally
stored values.
|
class |
RGBMap
A simple RGB colormap with no interpolation between the internally
stored values.
|
| Modifier and Type | Method and Description |
|---|---|
ColorMap |
ColorWidget.getColorMap()
Returns the ColorMap that the color wdget is curently pointing to
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColorWidget.setColorMap(ColorMap map)
Set the ColorWidget to listen to a specific ColorMap
|
void |
ColorPreview.setMap(ColorMap newMap) |
| Constructor and Description |
|---|
ColorPreview(ColorMap map,
int height)
Constructs a ColorPreview that listens to the specified
ColorMap and has the specified height
|
ColorWidget(ColorMap map)
Construct a color widget with a ColorPreview and the specified ColorMap
|
ColorWidget(ColorMap map,
boolean preview)
Construct a color widget with the desired ColorMap and ColorPreview visibility
|