public class ChartAreaGenerator extends Chart2DGenerator
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
antiAlias, borderVisible, height, width
Constructor and Description |
---|
ChartAreaGenerator() |
Modifier and Type | Method and Description |
---|---|
protected org.jfree.chart.JFreeChart |
createChart(ChartDefinition chartDefinition,
org.jfree.data.category.CategoryDataset dataset,
org.jfree.chart.plot.PlotOrientation plotOrientation) |
generate
getHeight, getWidth, isAntiAlias, isBorderVisible, setAntiAlias, setBorderVisible, setHeight, setWidth
public static final String copyright
protected org.jfree.chart.JFreeChart createChart(ChartDefinition chartDefinition, org.jfree.data.category.CategoryDataset dataset, org.jfree.chart.plot.PlotOrientation plotOrientation)
createChart
in class Chart2DGenerator