Package | Description |
---|---|
ucar.unidata.idv |
The idv package.
|
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.view.geoloc |
The view component for geolocation (projections, navigated panels, etc).
|
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 | Class and Description |
---|---|
class |
VerticalXSDisplay
A VisAD display for 2D vertical cross sections of 3D data fields.
|
Modifier and Type | Method and Description |
---|---|
protected DisplayMaster |
MapViewManager.doMakeDisplayMaster()
Make the DisplayMaster for this ViewManager
|
protected DisplayMaster |
CrossSectionViewManager.doMakeDisplayMaster()
Factory method for creating the display master
|
protected DisplayMaster |
ViewManager.doMakeDisplayMaster()
Make the DisplayMaster for this ViewManger.
|
protected DisplayMaster |
HodographViewManager.doMakeDisplayMaster()
Factory method for creating the display master.
|
protected DisplayMaster |
TransectViewManager.doMakeDisplayMaster()
Factory method to create the display master
|
protected DisplayMaster |
TimeHeightViewManager.doMakeDisplayMaster()
Factory method to create the display master
|
protected DisplayMaster |
SoundingViewManager.doMakeDisplayMaster()
Factory method for creating the display master
|
protected DisplayMaster |
HovmollerViewManager.doMakeDisplayMaster()
Factory method to create the display master.
|
DisplayMaster |
DisplayInfo.getDisplayMaster()
Get the
DisplayMaster . |
DisplayMaster |
ViewManager.getMaster()
Get the
DisplayMaster . |
Modifier and Type | Method and Description |
---|---|
protected void |
ViewManager.setDisplayMaster(DisplayMaster master)
Set the
DisplayMaster |
protected void |
NavigatedViewManager.setDisplayMaster(DisplayMaster master)
Set the
DisplayMaster |
Constructor and Description |
---|
HodographViewManager(ViewContext viewContext,
DisplayMaster master,
ViewDescriptor viewDescriptor,
java.lang.String properties)
Create a HodographViewManager with the given context, display,
descriptor, properties string.
|
SoundingViewManager(ViewContext viewContext,
DisplayMaster master,
ViewDescriptor viewDescriptor,
java.lang.String properties)
Create a SoundingViewManager with the given context, display,
descriptor, properties string.
|
ViewManager(ViewContext viewContext,
DisplayMaster master,
ViewDescriptor viewDescriptor,
java.lang.String properties)
Create this ViewManager.
|
Modifier and Type | Method and Description |
---|---|
DisplayMaster |
DisplayControlImpl.getDisplayMaster(Displayable displayable)
A helper method for finding the
DisplayMaster
that displays the given Displayable |
DisplayMaster |
ScatterDisplay.makeImageDisplay(visad.georef.MapProjection mapProj,
visad.FlatField image,
visad.FlatField mask_image,
Range imageRange,
ColorTable colorTable)
_more_
|
DisplayMaster |
ScatterDisplay.makeScatterDisplay()
_more_
|
Modifier and Type | Method and Description |
---|---|
protected void |
DisplayControlImpl.addDisplayMaster(DisplayMaster s)
A sub-class can register any DisplayMaster-s created and managed by them.
|
void |
Grid2DReadoutProbe.doMakeProbe(java.awt.Color probeColor,
DisplayMaster master)
Make the probe with the specific
Color and associate it with
the given DisplayMaster . |
Constructor and Description |
---|
Grid2DReadoutProbe(visad.FlatField grid2d,
DisplayMaster master)
Default Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobeDisplay
Provides a navigated globe for displaying geolocated data.
|
class |
MapProjectionDisplay
Provides a navigated VisAD DisplayImpl for displaying data.
|
class |
MapProjectionDisplayJ2D
Provides a navigated VisAD DisplayImpl for displaying data.
|
class |
MapProjectionDisplayJ3D
Provides a navigated VisAD DisplayImpl for displaying data.
|
class |
NavigatedDisplay
Provides support for a navigated VisAD DisplayImplJ3D for
meteorological data.
|
class |
TransectDisplay
Provides a navigated globe for displaying meteorological data.
|
Modifier and Type | Class and Description |
---|---|
class |
AerologicalDisplay
Provides a 2-D VisAD display for an aerological ( meteorological
thermodynamic) diagram.
|
class |
Hodograph3DDisplay
Provides support for displaying a 3D wind hodograph.
|
class |
SkewTDisplay
Provides support for a 2-D VisAD display for a Skew T, Log P Diagram
(alias "Skew-T Chart").
|
class |
StuveDisplay
Provides support for a 2-D VisAD display for a T, -p (Stuve) diagram where
p is -p**k (k = R/CP).
|
class |
WindProfileDisplay
Provides support for displaying vertical profiles of the horizontal wind.
|
class |
WindStaffDisplay
Provides support for a display comprising a wind staff.
|
Modifier and Type | Class and Description |
---|---|
class |
HovmollerDisplay
A VisAD display for hovmoller displays
|
class |
TimeHeightDisplay
A VisAD display for 2D vertical cross sections of 3D data fields.
|
class |
XSDisplay
A VisAD display for cross sections of data fields.
|
class |
XYDisplay
A wrapper for a 2D display for XY plots of data
|
Modifier and Type | Method and Description |
---|---|
protected DisplayMaster |
AnimationWidget.getDisplayMaster()
Get the display master that the animation is in
|
DisplayMaster |
Displayable.getDisplayMaster()
Get the display master.
|
Modifier and Type | Method and Description |
---|---|
protected visad.Set |
AnimationSetInfo.makeTimeSet(DisplayMaster displayMaster)
Create the time set
|
protected void |
CompositeDisplayable.setDisplayMaster(DisplayMaster master)
_more_
|
protected void |
FrontDrawer.setDisplayMaster(DisplayMaster master)
Set the display master
|
protected void |
Displayable.setDisplayMaster(DisplayMaster master)
Set the display master.
|