|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.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 |
---|
log, title, type, xAxisLabel, yAxisLabel |
Fields inherited from interface de.laures.cewolf.taglib.TaglibConstants |
---|
ANCHOR_EAST, ANCHOR_NORTH, ANCHOR_SOUTH, ANCHOR_WEST, TOOLTIPS_ENABLED_KEY |
Constructor Summary | |
---|---|
CombinedChartDefinition()
|
Method Summary | |
---|---|
void |
addPlot(PlotDefinition pd)
|
java.lang.Object |
getDataset()
Returns the dataset produced when using this definition.The type of this object is dependant on the underlying chart implementation. |
protected org.jfree.chart.JFreeChart |
produceChart()
|
void |
setLayout(java.lang.String layout)
|
Methods inherited from class de.laures.cewolf.taglib.AbstractChartDefinition |
---|
addPostProcessor, addPostProcessorParams, getChart, getLegend, onImageRendered, removeLegend, setAntialias, setBackground, setBackgroundImageAlpha, setLegendAnchor, setPaint, setShowLegend, setTitle, setType, setXAxisLabel, setYAxisLabel |
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 java.lang.Object getDataset() throws DatasetProduceException
ChartHolder
getDataset
in interface 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 |