Uses of Interface
ucar.visad.display.GridDisplayable

Packages that use GridDisplayable
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.visad.display Provides support for hiding some of the complexity of the VisAD package. 
 

Uses of GridDisplayable in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return GridDisplayable
 GridDisplayable ColorRadarVolumeControl.getGridDisplayable()
          Get the GridDisplayable used for setting the data.
 GridDisplayable CrossSectionControl.getGridDisplayable()
          Get the GridDisplayable used for setting the data.
 GridDisplayable PlanViewControl.getGridDisplayable()
          Return the Displayable of the Plan View as a GridDisplayable.
 

Uses of GridDisplayable in ucar.visad.display
 

Classes in ucar.visad.display that implement GridDisplayable
 class Contour2DDisplayable
          A class to support showing 2D gridded data as colored contours on a plane in a NavigatedDisplay.
 class FlowDisplayable
          Provides support for a Displayable displays wind data (u,v) or (spd, dir) as wind vectors.
 class Grid2DDisplayable
          A class to support showing 2D gridded data as color on a plane in a DisplayMaster.
 class Grid3DDisplayable
          A class to support showing 3D gridded data as an IsoSurface
 class GridValueDisplayable
          Class for displaying grid point values as text
 class ImageRGBDisplayable
          Provides support for a Displayable that needs a map to (Display.Red,Display.Green,Display.Blue)
 class ImageSequenceDisplayable
          Provides support for displaying ImageSequences
 class VolumeDisplayable
          A class to support showing 3D gridded data as a volume in a DisplayMaster.
 class WindBarbDisplayable
          Provides support for a Displayable to show wind with the conventional meteorological "wind barb" symbols.