com.googlecode.fascinator.portal.report
Class ChartGenerator
java.lang.Object
com.googlecode.fascinator.portal.report.ChartGenerator
public class ChartGenerator
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartGenerator
public ChartGenerator()
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-2013. All Rights Reserved.