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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeriesGenerator
public SeriesGenerator()
addValue
public void addValue(Double value)
getSeries
public List<SeriesGenerator.SeriesElement> getSeries(int bandSize,
int total)
Copyright © 2009-2012. All Rights Reserved.