Methods in de.laures.cewolf.taglib that throw ChartValidationException |
java.lang.Object |
ChartImageDefinition.getChart()
|
java.lang.Object |
AbstractChartDefinition.getChart()
This method triggers the dataset and chart production. |
static org.jfree.chart.JFreeChart |
CewolfChartFactory.getChartInstance(java.lang.String chartType,
java.lang.String title,
java.lang.String xAxisLabel,
java.lang.String yAxisLabel,
org.jfree.data.general.Dataset data)
|
static org.jfree.chart.JFreeChart |
CewolfChartFactory.getCombinedChartInstance(java.lang.String chartType,
java.lang.String title,
java.lang.String xAxisLabel,
java.lang.String yAxisLabel,
java.util.List plotDefinitions,
java.lang.String layout)
|
static org.jfree.chart.JFreeChart |
CewolfChartFactory.getOverlaidChartInstance(java.lang.String chartType,
java.lang.String title,
java.lang.String xAxisLabel,
java.lang.String yAxisLabel,
int xAxisType,
int yAxisType,
java.util.List plotDefinitions)
|
org.jfree.chart.plot.Plot |
PlotDefinition.getPlot(int chartType)
|
protected org.jfree.chart.JFreeChart |
SimpleChartDefinition.produceChart()
|
protected org.jfree.chart.JFreeChart |
CombinedChartDefinition.produceChart()
|
protected org.jfree.chart.JFreeChart |
OverlaidChartDefinition.produceChart()
|
protected abstract org.jfree.chart.JFreeChart |
AbstractChartDefinition.produceChart()
|