Uses of Class
ucar.unidata.idv.CrossSectionViewManager

Packages that use CrossSectionViewManager
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. 
 

Uses of CrossSectionViewManager in ucar.unidata.idv.control
 

Fields in ucar.unidata.idv.control declared as CrossSectionViewManager
protected  CrossSectionViewManager CrossSectionControl.crossSectionView
          the control window's view manager
 

Methods in ucar.unidata.idv.control that return CrossSectionViewManager
 CrossSectionViewManager CrossSectionControl.getCrossSectionView()
          Get the CrossSectionView property.
protected  CrossSectionViewManager CrossSectionControl.getCrossSectionViewManager()
          Get the view manager for the control window.
 

Methods in ucar.unidata.idv.control with parameters of type CrossSectionViewManager
 void CrossSectionControl.setCrossSectionView(CrossSectionViewManager value)
          Set the CrossSectionView property.