|
|||||||||
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.SimpleChartDefinition
public class SimpleChartDefinition
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 | |
---|---|
SimpleChartDefinition()
|
Method Summary | |
---|---|
org.jfree.data.general.Dataset |
getDataset()
Returns the dataset produced when using this definition. |
protected org.jfree.chart.JFreeChart |
produceChart()
|
void |
setDataProductionConfig(DatasetProducer dsp,
java.util.Map params,
boolean useCache)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleChartDefinition()
Method Detail |
---|
protected org.jfree.chart.JFreeChart produceChart() throws DatasetProduceException, ChartValidationException
produceChart
in class AbstractChartDefinition
DatasetProduceException
ChartValidationException
public org.jfree.data.general.Dataset getDataset() throws DatasetProduceException
ChartHolder
getDataset
in interface ChartHolder
DatasetProduceException
- if the dataset could not be producedpublic void setDataProductionConfig(DatasetProducer dsp, java.util.Map params, boolean useCache)
setDataProductionConfig
in interface DataAware
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |