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
protected class SkewTReadoutTable.RealRowEntry
- extends SkewTReadoutTable.RowEntry
Provides support for rows with Real values.
|
Method Summary |
Object |
getValueAt(int column)
Returns the value at a given column. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SkewTReadoutTable.RealRowEntry
public SkewTReadoutTable.RealRowEntry(RealReadout readout)
- Constructs from a readout.
- Parameters:
readout - The readout.
SkewTReadoutTable.RealRowEntry
public SkewTReadoutTable.RealRowEntry(RealReadout readout,
String prefix)
- Constructs from a readout and an ID prefix.
- Parameters:
readout - The readout.prefix - The prefix for the ID.
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.