Uses of Class
ucar.unidata.idv.DisplayConventions

Packages that use DisplayConventions
ucar.unidata.idv The idv package. 
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. 
 

Uses of DisplayConventions in ucar.unidata.idv
 

Fields in ucar.unidata.idv declared as DisplayConventions
protected  DisplayConventions IdvBase.displayConventions
          Handles the different display conventions
 

Methods in ucar.unidata.idv that return DisplayConventions
protected  DisplayConventions IdvBase.doMakeDisplayConventions()
          Factory method to create the DisplayConventions
 DisplayConventions IdvBase.getDisplayConventions()
          Create, if needed, and return the DisplayConventions.
static DisplayConventions DisplayConventions.getDisplayConventions()
          Get the singleton object
 DisplayConventions ControlContext.getDisplayConventions()
          Get the DisplayConventions
 DisplayConventions ViewManager.getDisplayConventions()
          A wrapper around IdvBase.getDisplayConventions()
 

Uses of DisplayConventions in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return DisplayConventions
 DisplayConventions ControlWidget.getDisplayConventions()
          Get the display conventions from the contol
 DisplayConventions DisplayControlImpl.getDisplayConventions()
          Get the DisplayConventions to use.
 

Constructors in ucar.unidata.idv.control with parameters of type DisplayConventions
RangeColorPreview(List<Color> colors, DisplayConventions dc)
          Create a new color table preview
RangeColorPreview(List<Color> colors, DisplayConventions dc, boolean isTime)
          Create a new color table preview
RangeColorPreview(List<Color> colors, DisplayConventions dc, int legendType, boolean forMain)
          Create a new color table preview
RangeColorPreview(List<Color> colors, DisplayConventions dc, int legendType, boolean forMain, boolean isTime)
          Create a new color table preview