Uses of Interface
net.sf.jbenchmark.util.format.StatisticFormatter

Packages that use StatisticFormatter
net.sf.jbenchmark.util Contains utilities that are useful throughout the project. 
net.sf.jbenchmark.util.format Intended to contain all the different formats that need to be interpreted. 
 

Uses of StatisticFormatter in net.sf.jbenchmark.util
 

Methods in net.sf.jbenchmark.util that return StatisticFormatter
 StatisticFormatter AbstractStatisticPublisher.getFormatter()
          Return the formatter to be used for this publisher.
 

Methods in net.sf.jbenchmark.util with parameters of type StatisticFormatter
 void AbstractStatisticPublisher.setFormatter(StatisticFormatter formatter)
          Set the formatter to be used for this publisher.
 void StatisticPublisher.setFormatter(StatisticFormatter formatter)
          Set the format in which the statistics will be formatted.
 

Uses of StatisticFormatter in net.sf.jbenchmark.util.format
 

Classes in net.sf.jbenchmark.util.format that implement StatisticFormatter
 class AbstractFormatter
          Forms the basis for all formatting classes.
 class CSVFormatter
          The CSV formatter separates each value with a comma.
 class TwikiFormatter
          Formats the statistic summary in Twiki Format.