Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ContourInfo |
DisplayConventions.findContourInfo(java.lang.String paramName,
visad.RealType rangeType,
visad.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(java.lang.String paramName,
visad.RealType rangeType,
visad.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(java.lang.String paramName)
Find the default contour inf
|
ContourInfo |
DisplayConventions.findDefaultContourInfo(java.lang.String paramName,
ContourInfo contourInfo)
Find the default contour inf
|
Modifier and Type | Method and Description |
---|---|
ContourInfo |
DisplayConventions.findContourInfo(java.lang.String paramName,
visad.RealType rangeType,
visad.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(java.lang.String paramName,
ContourInfo contourInfo)
Find the default contour inf
|
Modifier and Type | Field and Description |
---|---|
protected ContourInfo |
DisplayControlImpl.contourInfo
Used to hold contour information if this control is enabled for it.
|
Modifier and Type | Method and Description |
---|---|
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
|
ContourInfo |
TimeHeightControl.getMyContourInfo()
Get the background color
|
Modifier and Type | Method and Description |
---|---|
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 |
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 contours
|
void |
TimeHeightControl.setMyContourInfo(ContourInfo contourInfo)
Set the background color
|
void |
TimeHeightControl.MyTimeHeightControl.setMyContourInfo(ContourInfo contourInfo) |
Constructor and Description |
---|
ContourWidget(DisplayControlImpl control,
ContourInfo contourInfo)
Construct a ContourWidget
|
Modifier and Type | Method and Description |
---|---|
ContourInfo |
ParamInfo.getContourInfo()
Get the
ContourInfo |
ContourInfo |
ContourInfoDialog.getInfo()
Get the info
|
ContourInfo |
ParamDefaultsEditor.getParamContourInfo(java.lang.String paramName)
Returns a ContourInfo based on the parameter name (e.g., rh, t, etc.)
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ParamInfo(java.lang.String name,
java.lang.String colorTableName,
Range range,
ContourInfo ci,
visad.Unit displayUnit)
Create this ParamInfo.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ContourInfo(ContourInfo s)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
ContourLines.setContourInfo(ContourInfo contourInfo)
Set appropriate contour levels info
|
void |
Displayable.setContourInfo(ContourInfo contourInfo)
A no-op method for setting contour information
|