Uses of Class
ucar.unidata.util.ContourInfo
Packages that use ContourInfo
Package
Description
The idv package.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
User Interface (UI) classes for the IDV
General utilities.
Provides support for hiding some of the complexity of the VisAD package.
-
Uses of ContourInfo in ucar.unidata.idv
Methods in ucar.unidata.idv that return ContourInfoModifier and TypeMethodDescriptionDisplayConventions.findContourInfo
(String paramName, RealType rangeType, Unit displayUnit, Range range) Find pre-determined contouring values for this parameter by name from the paramdefaults.xml file, or compute reasonable values of contouring values from the data itself.DisplayConventions.findContourInfo
(String paramName, RealType rangeType, Unit displayUnit, Range range, ContourInfo contourInfo) Find pre-determined contouring values for this parameter by name from the paramdefaults.xml file, or compute reasonable values of contouring values from the data itself.DisplayConventions.findDefaultContourInfo
(String paramName) Find the default contour infDisplayConventions.findDefaultContourInfo
(String paramName, ContourInfo contourInfo) Find the default contour infMethods in ucar.unidata.idv with parameters of type ContourInfoModifier and TypeMethodDescriptionDisplayConventions.findContourInfo
(String paramName, RealType rangeType, Unit displayUnit, Range range, ContourInfo contourInfo) Find pre-determined contouring values for this parameter by name from the paramdefaults.xml file, or compute reasonable values of contouring values from the data itself.DisplayConventions.findDefaultContourInfo
(String paramName, ContourInfo contourInfo) Find the default contour inf -
Uses of ContourInfo in ucar.unidata.idv.control
Fields in ucar.unidata.idv.control declared as ContourInfoModifier and TypeFieldDescriptionprotected ContourInfo
DisplayControlImpl.contourInfo
Used to hold contour information if this control is enabled for it.Methods in ucar.unidata.idv.control that return ContourInfoModifier and TypeMethodDescriptionContourPlanViewControl.getContourInfo()
Get the contour info.DisplayControlImpl.getContourInfo()
Get the contour information for any contoursGridDisplayControl.getContourInfo()
Get the contour information for any contoursprotected ContourInfo
ContourCrossSectionControl.getDefaultContourInfo()
Get the default contour infoprotected ContourInfo
ContourPlanViewControl.getDefaultContourInfo()
Get the default contour infoprotected ContourInfo
GridDisplayControl.getDefaultContourInfo()
Get the default contour info to useTimeHeightControl.getMyContourInfo()
Get the background colorMethods in ucar.unidata.idv.control with parameters of type ContourInfoModifier and TypeMethodDescriptionprotected void
ContourPlanViewControl.initializeDefaultContourInfo
(ContourInfo contourInfo) A hook for derived classes to set any state.protected void
GridDisplayControl.initializeDefaultContourInfo
(ContourInfo contourInfo) A hook for derived classes to set any state.void
ContourWidget.setContourInfo
(ContourInfo ci) Set the contour information for this widget and update the labels.void
DisplayControlImpl.setContourInfo
(ContourInfo newInfo) Set the contour parameters for any contoursvoid
TimeHeightControl.MyTimeHeightControl.setMyContourInfo
(ContourInfo contourInfo) void
TimeHeightControl.setMyContourInfo
(ContourInfo contourInfo) Set the background colorConstructors in ucar.unidata.idv.control with parameters of type ContourInfoModifierConstructorDescriptionContourWidget
(DisplayControlImpl control, ContourInfo contourInfo) Construct a ContourWidget -
Uses of ContourInfo in ucar.unidata.idv.ui
Methods in ucar.unidata.idv.ui that return ContourInfoModifier and TypeMethodDescriptionParamInfo.getContourInfo()
Get theContourInfo
ContourInfoDialog.getInfo()
Get the infoParamDefaultsEditor.getParamContourInfo
(String paramName) Returns a ContourInfo based on the parameter name (e.g., rh, t, etc.)Methods in ucar.unidata.idv.ui with parameters of type ContourInfoModifier and TypeMethodDescriptionvoid
ParamInfo.setContourInfo
(ContourInfo value) Set theContourInfo
void
ContourInfoDialog.setState
(ContourInfo transfer) Show the dialog box and wait for results and deal with them.boolean
ContourInfoDialog.showDialog
(ContourInfo transfer) Show the dialog box and wait for results and deal with them.Constructors in ucar.unidata.idv.ui with parameters of type ContourInfo -
Uses of ContourInfo in ucar.unidata.util
Methods in ucar.unidata.util with parameters of type ContourInfoModifier and TypeMethodDescriptionvoid
ContourInfo.set
(ContourInfo that) Set the contour parameters for this from another contour info.void
ContourInfo.setIfDefined
(ContourInfo that) Set the parameters if they are defined in the other.Constructors in ucar.unidata.util with parameters of type ContourInfo -
Uses of ContourInfo in ucar.visad.display
Methods in ucar.visad.display with parameters of type ContourInfoModifier and TypeMethodDescriptionvoid
ContourLines.setContourInfo
(ContourInfo contourInfo) Set appropriate contour levels infovoid
Displayable.setContourInfo
(ContourInfo contourInfo) A no-op method for setting contour information