Uses of Class
ucar.visad.display.CompositeDisplayable

Packages that use CompositeDisplayable
ucar.unidata.idv.control.drawing Drawing control utilities and wrappers for glyphs. 
ucar.unidata.ui User interface utilities: extensions of AWT and Swing classes. 
ucar.unidata.view.sounding Provides support for aerological diagrams. 
ucar.visad.display Provides support for hiding some of the complexity of the VisAD package. 
 

Uses of CompositeDisplayable in ucar.unidata.idv.control.drawing
 

Fields in ucar.unidata.idv.control.drawing declared as CompositeDisplayable
protected  CompositeDisplayable DrawingGlyph.parentDisplayable
          Top level displayable
protected  CompositeDisplayable DrawingGlyph.selectionDisplayable
          Shows selected highlight
 

Methods in ucar.unidata.idv.control.drawing that return CompositeDisplayable
protected  CompositeDisplayable DrawingGlyph.getParent()
          Get the main displayable.
 

Uses of CompositeDisplayable in ucar.unidata.ui
 

Methods in ucar.unidata.ui that return CompositeDisplayable
 CompositeDisplayable MapWidget.createMaps()
          Get the map composite which is all the maps that are set to be visible.
 

Uses of CompositeDisplayable in ucar.unidata.view.sounding
 

Subclasses of CompositeDisplayable in ucar.unidata.view.sounding
protected  class AerologicalDisplay.DisplayablePseudoAdiabaticTrajectory
          Provides support for displaying the trajectory of a lifted parcel.
 class MeanWindSet
          Provides support for a CompositeDisplayable of mean winds.
 class PseudoAdiabaticDisplayable
          Displayable for the pseudo-adiabatic path of a lifted air parcel.
 class Sounding
          Provides support for a composite displayable comprising a temperature profile and a dew-point profile.
 class SoundingSet
          Provides support for a CompositeDisplayable of Sounding-s.
 class WindBarbProfile
          Provides support for the display of a wind profile on in an AerologicalDisplay as a set of as a set of wind barbs.
 class WindProfile
          Provides support for the display of a vertical profile of the horizontal wind.
 class WindProfileSet
          Provides support for a CompositeDisplayable of WindProfile-s.
 class WindStaff
          Provides support for the display of a wind profile as a collection of wind arrows.
 class WindTrace
          Provides support for displaying a wind profile as a trace.
 

Uses of CompositeDisplayable in ucar.visad.display
 

Subclasses of CompositeDisplayable in ucar.visad.display
 class AreaProbe
          Class for a probe that defines an area.
 class CrossSectionSelector
          CrossSectionSelector is a composite of two endpoints that can be moved independently, a line connecting the two points, and a middle point that can be used to move orthoganally to the line.
 class LineProbe
          Class for a probe.
 class PointProbe
          Class for a probe.
 class RadarGrid
          A class to support a standard radar grid display - range rings, radials and labels.
 class SelectorDisplayable
          SelectorDisplayable is an abstract class that manages a list of PropertyChangeListeners.
 class ZSelector
          ZSelector is a single small color-filled box on the screen that the user can move vertically by dragging with mouse button three; it can be used to control items whose position has a z value in a VisAD display.
 

Fields in ucar.visad.display declared as CompositeDisplayable
protected  CompositeDisplayable Displayable.parent
          The parent.
 

Methods in ucar.visad.display with parameters of type CompositeDisplayable
protected  void Displayable.setParent(CompositeDisplayable parent)
          Set the parent.
 

Constructors in ucar.visad.display with parameters of type CompositeDisplayable
CompositeDisplayable(CompositeDisplayable that)
          Constructs from another instance.