public class

PieChartGenerator

extends Object
implements ChartGenerator
java.lang.Object
   ↳ com.atlassian.jira.charts.jfreechart.PieChartGenerator

Class Overview

Generates a JFreechart pie chart.

Summary

Public Constructors
PieChartGenerator(PieDataset pieDataset, I18nHelper i18nHelper)
Public Methods
ChartHelper generateChart()
Generates the chart and will produce a ChartHelper that can be used to access the chart location and other information.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.charts.jfreechart.ChartGenerator

Public Constructors

public PieChartGenerator (PieDataset pieDataset, I18nHelper i18nHelper)

Public Methods

public 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.