public class ChartStackedBarGenerator extends Chart2DGenerator
| Modifier and Type | Field and Description | 
|---|---|
| static String | copyright | 
antiAlias, borderVisible, height, width| Constructor and Description | 
|---|
| ChartStackedBarGenerator() | 
| 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) | 
generategetHeight, getWidth, isAntiAlias, isBorderVisible, setAntiAlias, setBorderVisible, setHeight, setWidthpublic 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