protected class SkewTReadoutTable.RealRowEntry extends SkewTReadoutTable.RowEntry
rowIndex
Constructor and Description |
---|
RealRowEntry(RealReadout readout)
Constructs from a readout.
|
RealRowEntry(RealReadout readout,
java.lang.String prefix)
Constructs from a readout and an ID prefix.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValueAt(int column)
Returns the value at a given column.
|
setRowIndex
public RealRowEntry(RealReadout readout)
readout
- The readout.public RealRowEntry(RealReadout readout, java.lang.String prefix)
readout
- The readout.prefix
- The prefix for the ID.public java.lang.Object getValueAt(int column)
getValueAt
in class SkewTReadoutTable.RowEntry
column
- The column index.