org.pentaho.chart.plugin.jfreechart.chart.area
Class JFreeAreaChartGenerator
java.lang.Object
org.pentaho.chart.plugin.jfreechart.chart.JFreeChartGenerator
org.pentaho.chart.plugin.jfreechart.chart.area.JFreeAreaChartGenerator
- All Implemented Interfaces:
- IJFreeChartGenerator
- Direct Known Subclasses:
- JFreeDefaultAreaChartGenerator, JFreeStackedAreaChartGenerator
public abstract class JFreeAreaChartGenerator
- extends JFreeChartGenerator
Creates different area charts i.e. basic, stacked, xy etc.
Author: Ravi Hasija
Date: May 16, 2008
Time: 12:44:11 PM
Method Summary |
org.jfree.chart.JFreeChart |
createChart(ChartDocumentContext chartDocContext,
ChartTableModel data,
org.pentaho.reporting.libraries.css.values.CSSConstant chartType)
Creates the JFree chart based on the chart document, data provided and
type of chart expected. |
JFreeAreaChartGenerator
public JFreeAreaChartGenerator()
createChart
public org.jfree.chart.JFreeChart createChart(ChartDocumentContext chartDocContext,
ChartTableModel data,
org.pentaho.reporting.libraries.css.values.CSSConstant chartType)
- Creates the JFree chart based on the chart document, data provided and
type of chart expected.
- Parameters:
chartDocContext
- Chart documument context for the current chart.data
- Data for the current chart.chartType
- Area chart type (default, stacked, xy)
- Returns:
- Returns the JFree chart object (created by the method)