|
||||||||||
| 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.SimpleChartDefinition
public class SimpleChartDefinition
| Field Summary | |
|---|---|
private DataContainer |
dataAware
|
| 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 | |
|---|---|
SimpleChartDefinition()
|
|
| Method Summary | |
|---|---|
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 |
setDataProductionConfig(DatasetProducer dsp,
java.util.Map params,
boolean useCache)
|
| 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 |
| Field Detail |
|---|
private DataContainer dataAware
| Constructor Detail |
|---|
public SimpleChartDefinition()
| Method Detail |
|---|
protected org.jfree.chart.JFreeChart produceChart()
throws DatasetProduceException,
ChartValidationException
produceChart in class AbstractChartDefinitionDatasetProduceException
ChartValidationException
public java.lang.Object getDataset()
throws DatasetProduceException
ChartHolder
getDataset in interface ChartHolderDatasetProduceException - if the dataset could not be produced
public 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 | |||||||||