com.googlecode.fascinator.portal.report
Class ChartGenerator

java.lang.Object
  extended by com.googlecode.fascinator.portal.report.ChartGenerator

public class ChartGenerator
extends Object


Constructor Summary
ChartGenerator()
           
 
Method Summary
static org.jfree.chart.JFreeChart getBarChart(OutputStream out, BarChartData data)
           
static void renderCSV(OutputStream out, ArrayList<BarChartData> barChartDataList)
           
static void renderPNGBarChart(OutputStream out, BarChartData data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartGenerator

public ChartGenerator()
Method Detail

getBarChart

public static org.jfree.chart.JFreeChart getBarChart(OutputStream out,
                                                     BarChartData data)
                                              throws IOException
Throws:
IOException

renderCSV

public static void renderCSV(OutputStream out,
                             ArrayList<BarChartData> barChartDataList)

renderPNGBarChart

public static void renderPNGBarChart(OutputStream out,
                                     BarChartData data)
                              throws IOException
Throws:
IOException


Copyright © 2009-2014. All Rights Reserved.