Uses of Interface
ucar.visad.display.ConstantMaps

Packages that use ConstantMaps
ucar.visad.display Provides support for hiding some of the complexity of the VisAD package. 
 

Uses of ConstantMaps in ucar.visad.display
 

Classes in ucar.visad.display that implement ConstantMaps
 class ConstantMapAdapter
          Provides support for adapting VisAD ConstantMap-s into something that is (hopefully) easier to use.
 class ConstantMapComposite
          Provides support for a composite of adapted VisAD ConstantMap-s.
 class RGBConstantMaps
          Provides support for a modifiable composite of adapted red, green, and blue, VisAD ConstantMap-s.
 class SetOfConstantMaps
          Provides support for a composite of adapted VisAD ConstantMap-s with an extensible number of components.
 class TupleOfConstantMaps
          Provides support for a composite of adapted VisAD ConstantMap-s with a fixed number of components.
 

Methods in ucar.visad.display with parameters of type ConstantMaps
 void DisplayAdapter.add(ConstantMaps constantMaps)
          Adds adapted, VisAD ConstantMap(s).
protected  void ConstantMapComposite.add(ConstantMaps maps)
          Adds adapted ConstantMaps to this instance.
 void SetOfConstantMaps.add(ConstantMaps maps)
          Adds adapted, ConstantMaps to this instance.
 void DisplayAdapter.remove(ConstantMaps constantMaps)
          Removes adapted, VisAD ConstantMaps.
protected  void ConstantMapComposite.remove(ConstantMaps maps)
          Removes adapted ConstantMaps from this instance.
 

Constructors in ucar.visad.display with parameters of type ConstantMaps
ConstantMapComposite(ConstantMaps maps)
          Constructs.
DataAdapter(DisplayAdapter displayAdapter, DataReference dataReference, ConstantMaps constantMaps)
          Constructs.
DataAdapter(DisplayAdapter displayAdapter, DataReference dataReference, ConstantMaps constantMaps, DataRenderer renderer)
          Constructs.
SetOfConstantMaps(ConstantMaps maps)
          Constructs.
TupleOfConstantMaps(ConstantMaps maps)
          Constructs.
TupleOfConstantMaps(ConstantMaps[] maps)
          Constructs.