net.sf.jbenchmark.util.format
Interface StatisticFormatter

All Known Implementing Classes:
AbstractFormatter

public interface StatisticFormatter

Version:
$Id: StatisticFormatter.java,v 1.1 2004/07/01 07:11:46 twpatkua Exp $
Author:
Patrick Kua

Method Summary
 java.lang.String getFormattedHeading(StatisticsSummary summary)
          Return the heading line for the statistics summary formatted appropriately.
 java.lang.String getFormattedLine(StatisticsSummary summary)
          Return a dataline for the statistics summary formatted appropriately.
 

Method Detail

getFormattedHeading

public java.lang.String getFormattedHeading(StatisticsSummary summary)
Return the heading line for the statistics summary formatted appropriately.


getFormattedLine

public java.lang.String getFormattedLine(StatisticsSummary summary)
Return a dataline for the statistics summary formatted appropriately.