ucar.unidata.view.sounding
Class SkewTReadoutTable.WindSpeedReadout

java.lang.Object
  extended by ucar.unidata.view.sounding.RealReadout
      extended by ucar.unidata.view.sounding.SkewTReadoutTable.MyReadout
          extended by ucar.unidata.view.sounding.SkewTReadoutTable.WindSpeedReadout
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
SkewTReadoutTable

protected static class SkewTReadoutTable.WindSpeedReadout
extends SkewTReadoutTable.MyReadout

Provides support for wind speed readouts.


Nested Class Summary
 
Nested classes/interfaces inherited from class ucar.unidata.view.sounding.RealReadout
RealReadout.FormatProperty, RealReadout.NameProperty, RealReadout.NumericValueProperty, RealReadout.UnitProperty
 
Field Summary
 
Fields inherited from class ucar.unidata.view.sounding.RealReadout
FORMAT, NAME, NUMERIC_STRING, REAL_UNIT, REALTYPE_NAME, REALTYPE_UNIT, SPECIFIED_NAME, SPECIFIED_UNIT, UNIT_STRING
 
Constructor Summary
SkewTReadoutTable.WindSpeedReadout()
          Constructs from nothing.
 
Method Summary
 void setWindSpeed(Real windSpeed)
          Sets the wind speed property.
 
Methods inherited from class ucar.unidata.view.sounding.RealReadout
addPropertyChangeListener, getName, getNumericString, getUnitString, propertyChange, setFormat, setNameUse, setReal, setSpecifiedName, setSpecifiedUnit, setUnitUse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkewTReadoutTable.WindSpeedReadout

public SkewTReadoutTable.WindSpeedReadout()
                                   throws ParseException
Constructs from nothing.

Throws:
ParseException - if the unit specification "kts" couldn't be parsed.
Method Detail

setWindSpeed

public void setWindSpeed(Real windSpeed)
Sets the wind speed property.

Parameters:
windSpeed - The new value.