|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorMap | |
---|---|
visad.util | Provides a collection of useful utilities, many of them GUI widgets, to aid in VisAD application design. |
Uses of ColorMap in visad.util |
---|
Subclasses of ColorMap in visad.util | |
---|---|
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. |
Methods in visad.util that return ColorMap | |
---|---|
ColorMap |
ColorWidget.getColorMap()
Returns the ColorMap that the color wdget is curently pointing to |
Methods in visad.util with parameters of type ColorMap | |
---|---|
void |
ColorWidget.setColorMap(ColorMap map)
Set the ColorWidget to listen to a specific ColorMap |
void |
ColorPreview.setMap(ColorMap newMap)
|
Constructors in visad.util with parameters of type ColorMap | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |