public abstract class TableData extends Object
Modifier and Type | Method and Description |
---|---|
static TableData |
createTableData(Reporter reporter,
StarTable table)
Adapts a StarTable to a TableData.
|
abstract Object |
getCell(int irow,
int icol)
Returns the value of a cell.
|
Object[] |
getColumn(int icol)
Returns the content of one column of the table as an array.
|
abstract int |
getRowCount()
Returns number of rows.
|
StarTable |
getTable()
Returns the table on which this object is based.
|
public abstract int getRowCount()
public abstract Object getCell(int irow, int icol)
irow
- row indexicol
- column indexpublic Object[] getColumn(int icol)
icol
- column indexpublic StarTable getTable()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.