org.jboss.test.audit.report
Class BarChartGenerator

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

public class BarChartGenerator
extends Object

Generates a vertical bar chart in HTML

Author:
Shane Bryzak

Constructor Summary
BarChartGenerator(String fromColour, String toColour, List<SeriesGenerator.SeriesElement> values)
           
 
Method Summary
 String generate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarChartGenerator

public BarChartGenerator(String fromColour,
                         String toColour,
                         List<SeriesGenerator.SeriesElement> values)
Parameters:
fromColour -
toColour -
series - A list of label:value values
Method Detail

generate

public String generate()


Copyright © 2009-2012. All Rights Reserved.