|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.laures.cewolf.taglib.PlotDefinition
public class PlotDefinition
(sub) Plot definition for combined/overlaid charts.
Constructor Summary | |
---|---|
PlotDefinition()
|
Method Summary | |
---|---|
void |
check(org.jfree.data.general.Dataset data,
java.lang.Class clazz,
int plotType)
|
org.jfree.data.general.Dataset |
getDataset()
|
org.jfree.chart.plot.Plot |
getPlot(int chartType)
|
java.lang.String |
getType()
Gets the type. |
java.lang.String |
getXaxislabel()
Gets the y-axis label. |
java.lang.String |
getYaxislabel()
Sets the x-axis label [tb] |
boolean |
isXaxisinteger()
Getter for property xAxisinteger. |
boolean |
isYaxisinteger()
Getter for property yAxisInteger. |
void |
setDataProductionConfig(DatasetProducer dsp,
java.util.Map<java.lang.String,java.lang.Object> params,
boolean useCache)
|
void |
setDrawingSupplier(org.jfree.chart.plot.DrawingSupplier drawingSupplier)
Sets the drawingSupplier. |
void |
setType(java.lang.String type)
Sets the type. |
void |
setXaxisinteger(boolean xAxisInteger)
Setter for property xAxisinteger. |
void |
setXaxislabel(java.lang.String xAxisLabel)
Sets the x-axis label [tb] |
void |
setYaxisinteger(boolean yAxisInteger)
Setter for property yAxisinteger. |
void |
setYaxislabel(java.lang.String yAxisLabel)
Sets the y-axis label [tb] |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlotDefinition()
Method Detail |
---|
public org.jfree.chart.plot.Plot getPlot(int chartType) throws DatasetProduceException, ChartValidationException
DatasetProduceException
ChartValidationException
public org.jfree.data.general.Dataset getDataset() throws DatasetProduceException
DatasetProduceException
public java.lang.String getXaxislabel()
public java.lang.String getYaxislabel()
public void setXaxislabel(java.lang.String xAxisLabel)
xAxisLabel
- New value of property xAxisLabel.public void setYaxislabel(java.lang.String yAxisLabel)
yAxisLabel
- New value of property yAxisLabel.public void setXaxisinteger(boolean xAxisInteger)
xAxisInteger
- New value of property aAxisInteger.public boolean isXaxisinteger()
public void setYaxisinteger(boolean yAxisInteger)
yAxisInteger
- New value of property yAxisInteger.public boolean isYaxisinteger()
public void setType(java.lang.String type)
type
- The type to setpublic java.lang.String getType()
public void check(org.jfree.data.general.Dataset data, java.lang.Class clazz, int plotType) throws IncompatibleDatasetException
IncompatibleDatasetException
public void setDataProductionConfig(DatasetProducer dsp, java.util.Map<java.lang.String,java.lang.Object> params, boolean useCache)
setDataProductionConfig
in interface DataAware
public void setDrawingSupplier(org.jfree.chart.plot.DrawingSupplier drawingSupplier)
drawingSupplier
- The drawingSupplier to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |