Uses of Class
ucar.visad.display.ColorScaleInfo

Packages that use ColorScaleInfo
ucar.unidata.idv.control DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. 
ucar.visad.display Provides support for hiding some of the complexity of the VisAD package. 
 

Uses of ColorScaleInfo in ucar.unidata.idv.control
 

Fields in ucar.unidata.idv.control declared as ColorScaleInfo
protected  ColorScaleInfo DisplayControlImpl.colorScaleInfo
          Holds the color scale information
 

Methods in ucar.unidata.idv.control that return ColorScaleInfo
 ColorScaleInfo DisplayControlImpl.getColorScaleInfo()
          Get the contour information for any contours
protected  ColorScaleInfo DisplayControlImpl.getDefaultColorScaleInfo()
          Get the default color scale info
 ColorScaleInfo ColorScaleDialog.getInfo()
          Get the info
 

Methods in ucar.unidata.idv.control with parameters of type ColorScaleInfo
 void DisplayControlImpl.setColorScaleInfo(ColorScaleInfo newInfo)
          Set the color scale parameters for any color scale
 void DisplayControlImpl.setSharedColorScaleInfo(ColorScaleInfo newInfo)
          Set the shared color scale info
 

Constructors in ucar.unidata.idv.control with parameters of type ColorScaleInfo
ColorScaleDialog(DisplayControlImpl displayControl, String title, ColorScaleInfo info, boolean showDialog)
          Construct the widget.
 

Uses of ColorScaleInfo in ucar.visad.display
 

Methods in ucar.visad.display with parameters of type ColorScaleInfo
 void ColorScale.setColorScaleInfo(ColorScaleInfo info)
          Set the parameters for this scale
 

Constructors in ucar.visad.display with parameters of type ColorScaleInfo
ColorScale(ColorScaleInfo info)
          Construct a new ColorScale from the ColorScaleInfo
ColorScaleInfo(ColorScaleInfo that)
          Create a color scale information object from another