Uses of Class
ucar.visad.display.ScalarMapSet

Packages that use ScalarMapSet
ucar.unidata.view.geoloc The view component for geolocation (projections, navigated panels, etc). 
ucar.visad.display Provides support for hiding some of the complexity of the VisAD package. 
 

Uses of ScalarMapSet in ucar.unidata.view.geoloc
 

Subclasses of ScalarMapSet in ucar.unidata.view.geoloc
protected  class NavigatedDisplay.VerticalMapSet
          A specialized ScalarMapSet for the set of Vertical maps
 

Uses of ScalarMapSet in ucar.visad.display
 

Methods in ucar.visad.display that return ScalarMapSet
static ScalarMapSet ScalarMapSet.combine(ScalarMapSet set1, ScalarMapSet set2)
          Combines the ScalarMaps of two sets.
 ScalarMapSet Displayable.getScalarMapSet()
          Returns the set of ScalarMap-s associated with this instance.
 

Methods in ucar.visad.display with parameters of type ScalarMapSet
 void ScalarMapSet.add(ScalarMapSet that)
          Adds the contents of another ScalarMapSet to this instance's set of ScalarMaps.
protected  void Displayable.addScalarMaps(ScalarMapSet maps)
          Adds a set of ScalarMap-s to this instance's set of ScalarMap-s.
protected  void DisplayMaster.addScalarMaps(ScalarMapSet mapSet)
          Adds ScalarMaps to this instance.
static ScalarMapSet ScalarMapSet.combine(ScalarMapSet set1, ScalarMapSet set2)
          Combines the ScalarMaps of two sets.
 void ScalarMapSet.remove(ScalarMapSet that)
          Removes the contents of another ScalarMapSet from this instance's set of ScalarMaps.
protected  void DisplayMaster.removeScalarMaps(ScalarMapSet mapSet)
          Removes given ScalarMaps from this instance.
protected  void FlowDisplayable.setScalarMaps(ScalarMapSet maps)
          Sets the set of ScalarMap-s of this instance.
protected  void ImageRGBDisplayable.setScalarMaps(ScalarMapSet maps)
          Sets the set of ScalarMap-s of this instance.
protected  void ContourLines.setScalarMaps(ScalarMapSet maps)
          Sets the set of ScalarMap-s of this instance.
protected  void IsoSurface.setScalarMaps(ScalarMapSet maps)
          Sets the set of ScalarMap-s of this instance.
protected  void RGBDisplayable.setScalarMaps(ScalarMapSet maps)
          Sets the set of ScalarMap-s of this instance.
 void Displayable.setScalarMapSet(ScalarMapSet maps)
          Sets the set of ScalarMap-s of this instance.
 

Constructors in ucar.visad.display with parameters of type ScalarMapSet
ScalarMapSet(ScalarMapSet that)
          Constructs from another instance.