public interface TableData
Modifier and Type | Method and Description |
---|---|
int |
addColumn(Object newCol) |
int |
addRow(Object[] newRow) |
Object |
getColumn(int col) |
Object |
getElement(int row,
int col) |
int |
getNCols() |
int |
getNRows() |
Object[] |
getRow(int row) |
void |
setColumn(int col,
Object newCol) |
void |
setElement(int row,
int col,
Object element) |
void |
setRow(int row,
Object[] newRow) |
Object[] getRow(int row) throws FitsException
FitsException
Object getColumn(int col) throws FitsException
FitsException
Object getElement(int row, int col) throws FitsException
FitsException
void setRow(int row, Object[] newRow) throws FitsException
FitsException
void setColumn(int col, Object newCol) throws FitsException
FitsException
void setElement(int row, int col, Object element) throws FitsException
FitsException
int addRow(Object[] newRow) throws FitsException
FitsException
int addColumn(Object newCol) throws FitsException
FitsException
int getNCols()
int getNRows()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.