Package ucar.unidata.view.sounding
Class SkewTReadoutTable.RealRowEntry
java.lang.Object
ucar.unidata.view.sounding.SkewTReadoutTable.RowEntry
ucar.unidata.view.sounding.SkewTReadoutTable.RealRowEntry
- Enclosing class:
SkewTReadoutTable
Provides support for rows with Real values.
-
Field Summary
Fields inherited from class ucar.unidata.view.sounding.SkewTReadoutTable.RowEntry
rowIndex
-
Constructor Summary
ConstructorsConstructorDescriptionRealRowEntry
(RealReadout readout) Constructs from a readout.RealRowEntry
(RealReadout readout, String prefix) Constructs from a readout and an ID prefix. -
Method Summary
Methods inherited from class ucar.unidata.view.sounding.SkewTReadoutTable.RowEntry
setRowIndex
-
Constructor Details
-
RealRowEntry
Constructs from a readout.- Parameters:
readout
- The readout.
-
RealRowEntry
Constructs from a readout and an ID prefix.- Parameters:
readout
- The readout.prefix
- The prefix for the ID.
-
-
Method Details
-
getValueAt
Returns the value at a given column.- Specified by:
getValueAt
in classSkewTReadoutTable.RowEntry
- Parameters:
column
- The column index.- Returns:
- The value at the given column.
-