pal.misc
Interface TableReport
- All Known Subinterfaces:
- CharacterAlignment
- All Known Implementing Classes:
- LinkageDisequilibrium
- public interface TableReport
interface for classes with data that can be presented in tables
getTableColumnNames
public java.lang.Object[] getTableColumnNames()
- get the names of the columns
- Returns:
- columns names
getTableData
public java.lang.Object[][] getTableData()
- get the data elements
- Returns:
- the data elements
getTableTitle
public java.lang.String getTableTitle()
- get the title of the table
- Returns:
- a String title