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