Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected StationModelDisplayable |
TrackControl.indicator
selector point
|
Modifier and Type | Method and Description |
---|---|
protected StationModelDisplayable |
StationLocationControl.createStationModelDisplayable()
Called by the init method to create the
StationModelDisplayable used for this instance. |
protected StationModelDisplayable |
StationModelControl.createStationModelDisplayable()
Create the
StationModelDisplayable used by this
DisplayControl . |
Modifier and Type | Method and Description |
---|---|
protected void |
StationLocationControl.initDisplayable(StationModelDisplayable myDisplay)
_more_
|
protected void |
StationModelControl.initDisplayable(StationModelDisplayable myDisplay)
Initialize the displayable with another
|
Modifier and Type | Class and Description |
---|---|
class |
GridValueDisplayable
Class for displaying grid point values as text
|
class |
StationLocationDisplayable
Provides support for display of station locations.
|
Constructor and Description |
---|
StationModelDisplayable(StationModelDisplayable that)
Clone constructor to create another instance.
|