Uses of Class
ucar.visad.display.StationModelDisplayable

Packages that use StationModelDisplayable
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 StationModelDisplayable in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return StationModelDisplayable
protected  StationModelDisplayable StationModelControl.createStationModelDisplayable()
          Create the StationModelDisplayable used by this DisplayControl.
protected  StationModelDisplayable StationLocationControl.createStationModelDisplayable()
          Called by the init method to create the StationModelDisplayable used for this instance.
 

Methods in ucar.unidata.idv.control with parameters of type StationModelDisplayable
protected  void StationModelControl.initDisplayable(StationModelDisplayable myDisplay)
          Initialize the displayable with another
protected  void StationLocationControl.initDisplayable(StationModelDisplayable myDisplay)
          _more_
 

Uses of StationModelDisplayable in ucar.visad.display
 

Subclasses of StationModelDisplayable in ucar.visad.display
 class GridValueDisplayable
          Class for displaying grid point values as text
 class StationLocationDisplayable
          Provides support for display of station locations.
 

Constructors in ucar.visad.display with parameters of type StationModelDisplayable
StationModelDisplayable(StationModelDisplayable that)
          Clone constructor to create another instance.