Uses of Interface
com.jeffpalm.stats.Table2D

Packages that use Table2D
com.jeffpalm.stats   
 

Uses of Table2D in com.jeffpalm.stats
 

Classes in com.jeffpalm.stats that implement Table2D
 class DefaultTable2D
          A default implementation of the Table2D interface.
 

Methods in com.jeffpalm.stats that return Table2D
 Table2D Table2D.Transform.transform(Table2D table)
           
 Table2D Rotate.transform(Table2D table)
           
 

Methods in com.jeffpalm.stats with parameters of type Table2D
 void Table2D.Writer.output(java.io.OutputStream out, Table2D table)
           
 void HtmlTableWriter.output(java.io.OutputStream out, Table2D table)
           
static TableFrame TableFrame.show(java.lang.String title, Table2D table)
           
static TableFrame TableFrame.show(Table2D table)
           
 Table2D Table2D.Transform.transform(Table2D table)
           
 Table2D Rotate.transform(Table2D table)
           
 void CSVFileWriter.write(Table2D table, java.io.File outfile)
           
 void CSVFileWriter.write(Table2D table, java.io.PrintStream out)
           
static void CSVFileWriter.writeTable(Table2D table, java.io.File outfile)
           
static void CSVFileWriter.writeTable(Table2D table, java.io.File outfile, java.lang.String separator)