ucar.unidata.view.sounding
Class SkewTReadoutTable.WindDirectionReadout

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.WindDirectionReadout
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
SkewTReadoutTable

protected static class SkewTReadoutTable.WindDirectionReadout
extends SkewTReadoutTable.MyReadout

Provides support for wind direction 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.WindDirectionReadout()
          Constructs from nothing.
 
Method Summary
 void setWindDirection(Real windDir)
          Sets the wind direction 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.WindDirectionReadout

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

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

setWindDirection

public void setWindDirection(Real windDir)
Sets the wind direction property.

Parameters:
windDir - The new value.