Package | Description |
---|---|
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 | Field and Description |
---|---|
protected CrossSectionViewManager |
CrossSectionControl.crossSectionView
the control window's view manager
|
Modifier and Type | Method and Description |
---|---|
CrossSectionViewManager |
CrossSectionControl.getCrossSectionView()
Get the CrossSectionView property.
|
protected CrossSectionViewManager |
CrossSectionControl.getCrossSectionViewManager()
Get the view manager for the control window.
|
Modifier and Type | Method and Description |
---|---|
void |
CrossSectionControl.setCrossSectionView(CrossSectionViewManager value)
Set the CrossSectionView property.
|