Uses of Class
edu.wisc.ssec.mcidasv.control.cyclone.StormDisplayState

Packages that use StormDisplayState
edu.wisc.ssec.mcidasv.control.cyclone   
 

Uses of StormDisplayState in edu.wisc.ssec.mcidasv.control.cyclone
 

Fields in edu.wisc.ssec.mcidasv.control.cyclone declared as StormDisplayState
private  StormDisplayState StormTrackControl.localStormDisplayState
          _more_
private  StormDisplayState WayDisplayState.stormDisplayState
          _more_
private  StormDisplayState StormTrackTableModel.stormDisplayState
          _more_
private  StormDisplayState StormTrackChart.stormDisplayState
          _more_
 

Fields in edu.wisc.ssec.mcidasv.control.cyclone with type parameters of type StormDisplayState
private  List<StormDisplayState> StormTrackControl.activeStorms
          _more_
private  Hashtable<ucar.unidata.data.storm.StormInfo,StormDisplayState> StormTrackControl.stormDisplayStateMap
          _more_
 

Methods in edu.wisc.ssec.mcidasv.control.cyclone that return StormDisplayState
 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_
 

Methods in edu.wisc.ssec.mcidasv.control.cyclone that return types with arguments of type StormDisplayState
private  List<StormDisplayState> StormTrackControl.getActiveStorms()
          _more_
private  List<StormDisplayState> StormTrackControl.getStormDisplays()
          _more_
 List<StormDisplayState> StormTrackControl.getStormDisplayStates()
          Get the StormDisplayStates property.
 

Methods in edu.wisc.ssec.mcidasv.control.cyclone with parameters of type StormDisplayState
 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_
 

Method parameters in edu.wisc.ssec.mcidasv.control.cyclone with type arguments of type StormDisplayState
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.
 

Constructors in edu.wisc.ssec.mcidasv.control.cyclone with parameters of type StormDisplayState
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_