Class AerologicalReadoutTable.PTDerivedReadout

All Implemented Interfaces:
PropertyChangeListener, EventListener
Direct Known Subclasses:
AerologicalReadoutTable.MixingRatioReadout, AerologicalReadoutTable.PotentialTemperatureReadout, AerologicalReadoutTable.SatEquivalentPotTempReadout
Enclosing class:
AerologicalReadoutTable

protected abstract static class AerologicalReadoutTable.PTDerivedReadout extends AerologicalReadoutTable.MyReadout
Provides support for readouts derived from pressure and temperature.
  • Constructor Details

    • PTDerivedReadout

      protected PTDerivedReadout(String name, String unitString, int fractionDigitCount) throws ParseException
      Constructs from a name, unit, and display accuracy.
      Parameters:
      name - The name for the readout.
      unitString - The unit specification for the readout.
      fractionDigitCount - The number of digits to have after the decimal point.
      Throws:
      ParseException - Invalid unit specificatin.
  • Method Details