Package | Description |
---|---|
ucar.unidata.idv |
The idv package.
|
ucar.unidata.ui.symbol |
Meteorological symbol drawing.
|
Modifier and Type | Field and Description |
---|---|
protected StationModelManager |
IdvBase.stationModelManager
The station model manager
|
Modifier and Type | Method and Description |
---|---|
protected StationModelManager |
IdvBase.doMakeStationModelManager()
Factory method to create the
StationModelManager |
StationModelManager |
IdvBase.getStationModelManager()
Create, if needed, and return the
StationModelManager |
StationModelManager |
ControlContext.getStationModelManager()
Get the
StationModelManager |
StationModelManager |
IdvManager.getStationModelManager()
Get the station model manager
|
Modifier and Type | Method and Description |
---|---|
static java.util.List |
StationModelCanvas.makeStationModelMenuItems(java.util.List symbols,
ObjectListener listener,
StationModelManager smm)
_more_
|
Constructor and Description |
---|
StationModelCanvas(StationModelManager smm,
boolean editable,
javax.swing.JFrame frame)
Make me
|
StationModelCanvas(StationModelManager smm,
javax.swing.JFrame frame)
Make me
|