Package ucar.unidata.view.sounding
Class SkewTReadoutTable.MyReadout
java.lang.Object
ucar.unidata.view.sounding.RealReadout
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
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
Constructors -
Method Summary
Methods inherited from class ucar.unidata.view.sounding.RealReadout
addPropertyChangeListener, getName, getNumericString, getUnitString, propertyChange, setFormat, setNameUse, setReal, setSpecifiedName, setSpecifiedUnit, setUnitUse
-
Constructor Details
-
MyReadout
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.
-