Uses of Class
ucar.visad.display.ConstantMapSet

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

Uses of ConstantMapSet in ucar.visad.display
 

Methods in ucar.visad.display that return ConstantMapSet
static ConstantMapSet ConstantMapSet.combine(ConstantMapSet set1, ConstantMapSet set2)
          Combines the ConstantMap-s of two sets.
 

Methods in ucar.visad.display with parameters of type ConstantMapSet
static ConstantMapSet ConstantMapSet.combine(ConstantMapSet set1, ConstantMapSet set2)
          Combines the ConstantMap-s of two sets.
protected  ConstantMap[] Displayable.combineConstantMaps(ConstantMapSet maps)
          Combines this instance's ConstantMap-s with another set of ConstantMap-s and returns a copy of the set.