com.atlassian.jira.charts.jfreechart
Class StackedBarChartGenerator
java.lang.Object
com.atlassian.jira.charts.jfreechart.StackedBarChartGenerator
- All Implemented Interfaces:
- ChartGenerator
public class StackedBarChartGenerator
- extends Object
- implements ChartGenerator
Creates Histogram charts. These are essentially bar charts, however histograms in JFreechart deal better with dates
along the X-axis.
- 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StackedBarChartGenerator
public StackedBarChartGenerator(org.jfree.data.category.CategoryDataset dataset,
String yLabel,
I18nBean I18nBean)
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-2012 Atlassian. All Rights Reserved.