Package org.jboss.test.audit.report
Class SeriesGenerator
- java.lang.Object
-
- 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
Nested Classes Modifier and Type Class Description classSeriesGenerator.SeriesElement
-
Constructor Summary
Constructors Constructor Description SeriesGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddValue(Double value)List<SeriesGenerator.SeriesElement>getSeries(int bandSize, int total)
-
-
-
Method Detail
-
addValue
public void addValue(Double value)
-
getSeries
public List<SeriesGenerator.SeriesElement> getSeries(int bandSize, int total)
-
-