Class SkewTReadoutTable.RealRowEntry

java.lang.Object
ucar.unidata.view.sounding.SkewTReadoutTable.RowEntry
ucar.unidata.view.sounding.SkewTReadoutTable.RealRowEntry
Enclosing class:
SkewTReadoutTable

protected class SkewTReadoutTable.RealRowEntry extends SkewTReadoutTable.RowEntry
Provides support for rows with Real values.
  • Constructor Details

    • RealRowEntry

      public RealRowEntry(RealReadout readout)
      Constructs from a readout.
      Parameters:
      readout - The readout.
    • RealRowEntry

      public RealRowEntry(RealReadout readout, String prefix)
      Constructs from a readout and an ID prefix.
      Parameters:
      readout - The readout.
      prefix - The prefix for the ID.
  • Method Details

    • getValueAt

      public Object getValueAt(int column)
      Returns the value at a given column.
      Specified by:
      getValueAt in class SkewTReadoutTable.RowEntry
      Parameters:
      column - The column index.
      Returns:
      The value at the given column.