Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected CompositeDisplayable |
DrawingGlyph.parentDisplayable
Top level displayable
|
protected CompositeDisplayable |
DrawingGlyph.selectionDisplayable
Shows selected highlight
|
Modifier and Type | Method and Description |
---|---|
protected CompositeDisplayable |
DrawingGlyph.getParent()
Get the main displayable.
|
Modifier and Type | Method and Description |
---|---|
CompositeDisplayable |
MapWidget.createMaps()
Get the map composite which is all the maps that are set to be
visible.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected CompositeDisplayable |
Displayable.parent
The parent.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Displayable.setParent(CompositeDisplayable parent)
Set the parent.
|
Constructor and Description |
---|
CompositeDisplayable(CompositeDisplayable that)
Constructs from another instance.
|