Uses of Class
visad.util.BaseRGBMap

Packages that use BaseRGBMap
visad.util Provides a collection of useful utilities, many of them GUI widgets, to aid in VisAD application design. 
 

Uses of BaseRGBMap in visad.util
 

Subclasses of BaseRGBMap in visad.util
 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 BaseRGBMap
 BaseRGBMap SimpleColorMapWidget.getBaseMap()
           
 BaseRGBMap LabeledColorWidget.getBaseMap()