ucar.unidata.view.sounding
Class SkewTReadoutTable.MyReadout

java.lang.Object
  extended by ucar.unidata.view.sounding.RealReadout
      extended by ucar.unidata.view.sounding.SkewTReadoutTable.MyReadout
All Implemented Interfaces:
PropertyChangeListener, EventListener
Direct Known Subclasses:
SkewTReadoutTable.AltitudeReadout, SkewTReadoutTable.CapeReadout, SkewTReadoutTable.CinReadout, SkewTReadoutTable.LfcReadout, SkewTReadoutTable.LnbReadout, SkewTReadoutTable.PressureReadout, SkewTReadoutTable.PTDerivedReadout, SkewTReadoutTable.PTRDerivedReadout, SkewTReadoutTable.TemperatureReadout, SkewTReadoutTable.WindDirectionReadout, SkewTReadoutTable.WindSpeedReadout
Enclosing class:
SkewTReadoutTable

protected static class SkewTReadoutTable.MyReadout
extends RealReadout

Provides support for readouts in a table.


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.MyReadout(String name, String unitString, int fractionDigitCount)
          Constructs from a name, unit, and format.
 
Method Summary
 
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.MyReadout

public SkewTReadoutTable.MyReadout(String name,
                                   String unitString,
                                   int fractionDigitCount)
                            throws ParseException
Constructs from a name, unit, and format.

Parameters:
name - The name of the readout.
unitString - The unit specification for the readout.
fractionDigitCount - The number of digits to have after the decimal point.
Throws:
ParseException - Invalid unit specification argument.