public class SimpleTableReport extends AbstractTableReport implements TableReport
Created by IntelliJ IDEA. User: ed Date: Sep 28, 2006 Time: 9:37:46 PM
public SimpleTableReport(java.lang.String theName,
java.lang.Object[] columnNames,
java.lang.Object[] theData)
public SimpleTableReport(TableReport tr)
public java.lang.Object[] getTableColumnNames()
Return column names for the table
public java.lang.Object[] getRow(long row)
Returns specified row.
row - row numberpublic java.lang.String getTableTitle()
Return the name for the title of the ANOVA
public long getRowCount()
public long getElementCount()
public int getColumnCount()
public java.lang.Object getValueAt(long row,
int col)