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.
|
Modifier and Type | Class and Description |
---|---|
class |
VerticalXSDisplay
A VisAD display for 2D vertical cross sections of 3D data fields.
|
Modifier and Type | Method and Description |
---|---|
XSDisplay |
CrossSectionViewManager.getXSDisplay()
Get the cross section display that this view manager uses.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CrossSectionControl.setYAxisRange(XSDisplay display,
Range range)
Methods to do the things that need to be done when the data range
changes.
|
protected void |
DataTransectControl.setYAxisRange(XSDisplay display,
Range range)
Methods to do the things that need to be done when the data range
changes.
|