Package | Description |
---|---|
edu.wisc.ssec.mcidasv.control.cyclone |
Modifier and Type | Field and Description |
---|---|
private StormDisplayState |
StormTrackControl.localStormDisplayState
_more_
|
private StormDisplayState |
WayDisplayState.stormDisplayState
_more_
|
private StormDisplayState |
StormTrackTableModel.stormDisplayState
_more_
|
private StormDisplayState |
StormTrackChart.stormDisplayState
_more_
|
Modifier and Type | Field and Description |
---|---|
private List<StormDisplayState> |
StormTrackControl.activeStorms
_more_
|
private Hashtable<ucar.unidata.data.storm.StormInfo,StormDisplayState> |
StormTrackControl.stormDisplayStateMap
_more_
|
Modifier and Type | Method and Description |
---|---|
StormDisplayState |
StormTrackControl.getCurrentStormDisplayState()
_more_
|
StormDisplayState |
StormTrackControl.getLocalStormDisplayState()
Get the LocalStormDisplayState property.
|
StormDisplayState |
WayDisplayState.getStormDisplayState()
Get the StormDisplayState property.
|
StormDisplayState |
StormTrackChart.getStormDisplayState()
Get the StormDisplayState property.
|
private StormDisplayState |
StormTrackControl.getStormDisplayState(ucar.unidata.data.storm.StormInfo stormInfo)
_more_
|
Modifier and Type | Method and Description |
---|---|
private List<StormDisplayState> |
StormTrackControl.getActiveStorms()
_more_
|
private List<StormDisplayState> |
StormTrackControl.getStormDisplays()
_more_
|
List<StormDisplayState> |
StormTrackControl.getStormDisplayStates()
Get the StormDisplayStates property.
|
Modifier and Type | Method and Description |
---|---|
void |
StormTrackControl.setLocalStormDisplayState(StormDisplayState value)
Set the LocalStormDisplayState property.
|
void |
WayDisplayState.setStormDisplayState(StormDisplayState value)
Set the StormDisplayState property.
|
void |
StormTrackChart.setStormDisplayState(StormDisplayState value)
Set the StormDisplayState property.
|
void |
StormTrackControl.stormChanged(StormDisplayState stormDisplayState)
_more_
|
void |
StormTrackControl.viewStorm(StormDisplayState stormDisplayState)
_more_
|
Modifier and Type | Method and Description |
---|---|
protected Object[] |
StormTrackControl.findClosestPoint(EarthLocation el,
List<StormDisplayState> theStates,
Real animationValue,
int distanceThresholdPixels)
This finds the StormTrack and StormTrackPoint that is closest to the
given location
|
void |
StormTrackControl.setStormDisplayStates(List<StormDisplayState> value)
Set the StormDisplayStates property.
|
Constructor and Description |
---|
StormTrackChart(StormDisplayState stormDisplayState,
String name)
_more_
|
StormTrackChart(StormDisplayState stormDisplayState,
String name,
int mode)
_more_
|
StormTrackTableModel(StormDisplayState stormDisplayState,
ucar.unidata.data.storm.StormTrack track)
_more_
|
WayDisplayState(StormDisplayState stormDisplayState,
ucar.unidata.data.storm.Way way)
_more_
|