com.atlassian.jira.charts.jfreechart
Interface ChartGenerator

All Known Implementing Classes:
CreatedVsResolvedChartGenerator, HistogramChartGenerator, PieChartGenerator, StackedBarChartGenerator

public interface ChartGenerator

Thin wrapper over JFreeChart

Since:
v4.0

Method Summary
 ChartHelper generateChart()
          Generates the chart and will produce a ChartHelper that can be used to access the chart location and other information.
 

Method Detail

generateChart

ChartHelper generateChart()
Generates the chart and will produce a ChartHelper that can be used to access the chart location and other information.

Returns:
a ChartHelper to access all the chart's details.


Copyright © 2002-2010 Atlassian. All Rights Reserved.