|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContourInfo | |
|---|---|
| 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. |
| ucar.unidata.idv.ui | User Interface (UI) classes for the IDV |
| ucar.unidata.util | General utilities. |
| ucar.visad.display | 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 ContourInfo | |
|---|---|
ContourInfo |
DisplayConventions.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. |
ContourInfo |
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. |
ContourInfo |
DisplayConventions.findDefaultContourInfo(String paramName)
Find the default contour inf |
ContourInfo |
DisplayConventions.findDefaultContourInfo(String paramName,
ContourInfo contourInfo)
Find the default contour inf |
| Methods in ucar.unidata.idv with parameters of type ContourInfo | |
|---|---|
ContourInfo |
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. |
ContourInfo |
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 ContourInfo | |
|---|---|
protected ContourInfo |
DisplayControlImpl.contourInfo
Used to hold contour information if this control is enabled for it. |
| Methods in ucar.unidata.idv.control that return ContourInfo | |
|---|---|
ContourInfo |
DisplayControlImpl.getContourInfo()
Get the contour information for any contours |
ContourInfo |
GridDisplayControl.getContourInfo()
Get the contour information for any contours |
ContourInfo |
ContourPlanViewControl.getContourInfo()
Get the contour info. |
protected ContourInfo |
ContourCrossSectionControl.getDefaultContourInfo()
Get the default contour info |
protected ContourInfo |
GridDisplayControl.getDefaultContourInfo()
Get the default contour info to use |
protected ContourInfo |
ContourPlanViewControl.getDefaultContourInfo()
Get the default contour info |
| Methods in ucar.unidata.idv.control with parameters of type ContourInfo | |
|---|---|
protected void |
GridDisplayControl.initializeDefaultContourInfo(ContourInfo contourInfo)
A hook for derived classes to set any state. |
protected void |
ContourPlanViewControl.initializeDefaultContourInfo(ContourInfo contourInfo)
A hook for derived classes to set any state. |
void |
DisplayControlImpl.setContourInfo(ContourInfo newInfo)
Set the contour parameters for any contours |
void |
ContourWidget.setContourInfo(ContourInfo ci)
Set the contour information for this widget and update the labels. |
| Constructors in ucar.unidata.idv.control with parameters of type ContourInfo | |
|---|---|
ContourWidget(DisplayControlImpl control,
ContourInfo contourInfo)
Construct a ContourWidget |
|
| Uses of ContourInfo in ucar.unidata.idv.ui |
|---|
| Methods in ucar.unidata.idv.ui that return ContourInfo | |
|---|---|
ContourInfo |
ParamInfo.getContourInfo()
Get the ContourInfo |
ContourInfo |
ContourInfoDialog.getInfo()
Get the info |
ContourInfo |
ParamDefaultsEditor.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 ContourInfo | |
|---|---|
void |
ParamInfo.setContourInfo(ContourInfo value)
Set the ContourInfo |
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 | |
|---|---|
ParamInfo(String name,
String colorTableName,
Range range,
ContourInfo ci,
Unit displayUnit)
Create this ParamInfo. |
|
| Uses of ContourInfo in ucar.unidata.util |
|---|
| Methods in ucar.unidata.util with parameters of type ContourInfo | |
|---|---|
void |
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 | |
|---|---|
ContourInfo(ContourInfo s)
Copy constructor. |
|
| Uses of ContourInfo in ucar.visad.display |
|---|
| Methods in ucar.visad.display with parameters of type ContourInfo | |
|---|---|
void |
Displayable.setContourInfo(ContourInfo contourInfo)
A no-op method for setting contour information |
void |
ContourLines.setContourInfo(ContourInfo contourInfo)
Set appropriate contour levels info |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||