com.jeffpalm.stats
Class HtmlTableWriter

java.lang.Object
  extended by com.jeffpalm.stats.HtmlTableWriter
All Implemented Interfaces:
Table2D.Writer

public final class HtmlTableWriter
extends java.lang.Object
implements Table2D.Writer


Constructor Summary
HtmlTableWriter()
           
 
Method Summary
 void output(java.io.OutputStream out, Table2D table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlTableWriter

public HtmlTableWriter()
Method Detail

output

public final void output(java.io.OutputStream out,
                         Table2D table)
Specified by:
output in interface Table2D.Writer