Uses of Class
ucar.unidata.idv.control.PlanViewControl

Packages that use PlanViewControl
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.control.editor This package is my (jeffmc) aborted protyping effort for a radar editor facility. 
 

Uses of PlanViewControl in ucar.unidata.idv.control
 

Subclasses of PlanViewControl in ucar.unidata.idv.control
 class CappiControl
          Class for controlling the display of CAPPIs of WSR-88D Level II data
 class ColorPlanViewControl
          Class for controlling the display of color shaded plan views of gridded data.
 class ContourPlanViewControl
          A control for displaying gridded data as 2D contours.
 class FlowPlanViewControl
          A plan view control for flow data (vector or wind barbs)
 class ImagePlanViewControl
          Class for controlling the display of images.
 class RadarSweepControl
          Class for making and controlling the display of color shaded plots of WSR-88D Level II radar sweeps in 2D or in 3D.
 class TopographyControl
          A Display Control with Displayable and controls for one 3D surface display of topography.
 class ValuePlanViewControl
          Class for controlling the display of plan view text plots of gridded data.
 

Constructors in ucar.unidata.idv.control with parameters of type PlanViewControl
PlanViewControl.VerticalRangeWidget(PlanViewControl control, Range range)
          Construct a VerticalRangeWidget
PlanViewControl.VerticalRangeWidget(PlanViewControl control, Range range, String dialogTitle)
          Construct a VerticalRangeWidget
 

Uses of PlanViewControl in ucar.unidata.idv.control.editor
 

Subclasses of PlanViewControl in ucar.unidata.idv.control.editor
static class RadarEditor.MyRadarSweepControl
          Class MyRadarSweepControl _more_