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.BoundaryLayerHeightReadout, AerologicalReadoutTable.BulkRichardsonNumReadout, 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.
  • Constructor Details

    • MyReadout

      public 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.