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
FitsExceptionObject getColumn(int col) throws FitsException
FitsExceptionObject getElement(int row, int col) throws FitsException
FitsExceptionvoid setRow(int row,
Object[] newRow)
throws FitsException
FitsExceptionvoid setColumn(int col,
Object newCol)
throws FitsException
FitsExceptionvoid setElement(int row,
int col,
Object element)
throws FitsException
FitsExceptionint addRow(Object[] newRow) throws FitsException
FitsExceptionint addColumn(Object newCol) throws FitsException
FitsExceptionint getNCols()
int getNRows()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.