Package | Description |
---|---|
edu.wisc.ssec.mcidasv.control.cyclone |
Modifier and Type | Field and Description |
---|---|
private DisplayState |
WayDisplayState.coneState
_more_
|
private DisplayState |
WayDisplayState.ringsState
_more_
|
private DisplayState |
WayDisplayState.trackState
_more_
|
private DisplayState |
WayDisplayState.wayState
_more_
|
Modifier and Type | Method and Description |
---|---|
DisplayState |
WayDisplayState.getConeState()
Get the ConeState property.
|
DisplayState |
WayDisplayState.getRingsState()
Get the RingsState property.
|
DisplayState |
WayDisplayState.getTrackState()
Get the TrackState property.
|
DisplayState |
WayDisplayState.getWayState()
Get the WayState property.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StormDisplayState.displayStateChanged(DisplayState displayState)
_more_
|
void |
WayDisplayState.setConeState(DisplayState value)
Set the ConeState property.
|
void |
WayDisplayState.setRingsState(DisplayState value)
Set the RingsState property.
|
void |
WayDisplayState.setTrackState(DisplayState value)
Set the TrackState property.
|
void |
WayDisplayState.setWayState(DisplayState value)
Set the WayState property.
|