ucar.unidata.view.sounding
Class AerologicalReadoutTable.MyReadout
java.lang.Object
ucar.unidata.view.sounding.RealReadout
ucar.unidata.view.sounding.AerologicalReadoutTable.MyReadout
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Direct Known Subclasses:
- AerologicalReadoutTable.AltitudeReadout, AerologicalReadoutTable.CapeReadout, AerologicalReadoutTable.CinReadout, AerologicalReadoutTable.LfcReadout, AerologicalReadoutTable.LnbReadout, AerologicalReadoutTable.PressureReadout, AerologicalReadoutTable.PTDerivedReadout, AerologicalReadoutTable.PTRDerivedReadout, AerologicalReadoutTable.TemperatureReadout, AerologicalReadoutTable.WindDirectionReadout, AerologicalReadoutTable.WindSpeedReadout
- Enclosing class:
- AerologicalReadoutTable
protected static class AerologicalReadoutTable.MyReadout
- extends RealReadout
Provides support for readouts in a table.
| 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 |
AerologicalReadoutTable.MyReadout
public AerologicalReadoutTable.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.