com.atlassian.jira.charts.jfreechart
Class PieChartGenerator

java.lang.Object
  extended by com.atlassian.jira.charts.jfreechart.PieChartGenerator
All Implemented Interfaces:
ChartGenerator

public class PieChartGenerator
extends java.lang.Object
implements ChartGenerator

Generates a JFreechart pie chart.

Since:
v4.0

Constructor Summary
PieChartGenerator(org.jfree.data.general.PieDataset pieDataset, I18nBean i18nBean)
           
 
Method Summary
 ChartHelper generateChart()
          Generates the chart and will produce a ChartHelper that can be used to access the chart location and other information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PieChartGenerator

public PieChartGenerator(org.jfree.data.general.PieDataset pieDataset,
                         I18nBean i18nBean)
Method Detail

generateChart

public ChartHelper generateChart()
Description copied from interface: ChartGenerator
Generates the chart and will produce a ChartHelper that can be used to access the chart location and other information.

Specified by:
generateChart in interface ChartGenerator
Returns:
a ChartHelper to access all the chart's details.


Copyright © 2002-2011 Atlassian. All Rights Reserved.