org.jboss.test.audit.report
Class SeriesGenerator

java.lang.Object
  extended by org.jboss.test.audit.report.SeriesGenerator

public class SeriesGenerator
extends Object

Generates a series of values for use in a chart

Author:
Shane Bryzak

Nested Class Summary
 class SeriesGenerator.SeriesElement
           
 
Constructor Summary
SeriesGenerator()
           
 
Method Summary
 void addValue(Double value)
           
 List<SeriesGenerator.SeriesElement> getSeries(int bandSize, int total)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeriesGenerator

public SeriesGenerator()
Method Detail

addValue

public void addValue(Double value)

getSeries

public List<SeriesGenerator.SeriesElement> getSeries(int bandSize,
                                                     int total)


Copyright © 2009-2012. All Rights Reserved.