public interface SupplementData
ColumnSupplement.createSupplementData(uk.ac.starlink.table.RowData)
method.
Note that a RowSequence from a host table is associated with this
object, and the cell/row data supplied by this object is in general
generated by manipulating data orginally supplied by that underlying
row sequence. In particular the data supplied by this object is
always from the current row of the underlying RowSequence;
the row index supplied to the getRow/getCell methods of this object
is additional information, it is not to be used to request
out of sequence values.ColumnSupplement
Modifier and Type | Method and Description |
---|---|
Object |
getCell(long irow,
int icol)
Returns a cell value from the current row of this sequence.
|
Object[] |
getRow(long irow)
Returns an array of cell values giving the current row of this sequence.
|
Object getCell(long irow, int icol) throws IOException
irow
- current index of the sequence;
supplied for information only,
and not to be used for random accessicol
- column indexicol
at current sequence rowIOException
Object[] getRow(long irow) throws IOException
irow
- current index of the sequence;
supplied for information only,
and not to be used for random accessIOException
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.