|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.laures.cewolf.taglib.AbstractChartDefinition de.laures.cewolf.taglib.CombinedChartDefinition
public class CombinedChartDefinition
Chart definition subclass to handle combined charts
Field Summary |
---|
Fields inherited from class de.laures.cewolf.taglib.AbstractChartDefinition |
---|
borderVisible, plotBorderVisible, showLegend, title, type, xAxisInteger, xAxisLabel, xTickLabelsVisible, xTickMarksVisible, yAxisInteger, yAxisLabel, yTickLabelsVisible, yTickMarksVisible |
Constructor Summary | |
---|---|
CombinedChartDefinition()
|
Method Summary | |
---|---|
void |
addPlot(PlotDefinition pd)
|
org.jfree.data.general.Dataset |
getDataset()
Returns the dataset produced when using this definition. |
protected org.jfree.chart.JFreeChart |
produceChart()
|
void |
setLayout(java.lang.String layout)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CombinedChartDefinition()
Method Detail |
---|
public void setLayout(java.lang.String layout)
public org.jfree.data.general.Dataset getDataset() throws DatasetProduceException
ChartHolder
DatasetProduceException
- if the dataset could not be producedpublic void addPlot(PlotDefinition pd)
protected org.jfree.chart.JFreeChart produceChart() throws DatasetProduceException, ChartValidationException
produceChart
in class AbstractChartDefinition
DatasetProduceException
ChartValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |