|
|||||||||
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.OverlaidChartDefinition
public class OverlaidChartDefinition
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 | |
---|---|
OverlaidChartDefinition()
|
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 |
setXAxisType(int xAxisType)
Sets the xAxisType. |
void |
setYAxisType(int yAxisType)
Sets the yAxisType. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OverlaidChartDefinition()
Method Detail |
---|
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
public void setXAxisType(int xAxisType)
xAxisType
- The xAxisType to setpublic void setYAxisType(int yAxisType)
yAxisType
- The yAxisType to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |