|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.chart.bo.ChartImpl
it.eng.spagobi.engines.chart.bo.charttypes.dialcharts.DialCharts
public class DialCharts
* @author Giulio Gavardi giulio.gavardi@eng.it
Field Summary | |
---|---|
protected double |
lower
|
protected double |
upper
|
Fields inherited from class it.eng.spagobi.engines.chart.bo.ChartImpl |
---|
color, confDataset, data, defaultLabelsStyle, filter, height, isLovConfDefined, legend, legendPosition, multichart, name, orientationMultichart, parametersObject, positionSlider, profile, seriesLabelsMap, slider, styleSubTitle, styleTitle, subName, subtype, titleDimension, type, width |
Constructor Summary | |
---|---|
DialCharts()
|
Method Summary | |
---|---|
DatasetMap |
calculateValue()
Calculate value. |
void |
configureChart(it.eng.spago.base.SourceBean content)
configureChart reads the content of the template and sets the chart parameters. |
org.jfree.chart.JFreeChart |
createChart(DatasetMap dataset)
This function creates the chart object. |
java.util.Map |
getConfParameters()
Gets the conf parameters. |
double |
getLower()
Gets the lower. |
it.eng.spago.base.SourceBean |
getSbRow()
Gets the sb row. |
double |
getUpper()
Gets the upper. |
boolean |
isLovConfDefined()
Checks if is lov conf defined. |
void |
setConfParameters(java.util.Map confParameters)
Sets the conf parameters. |
void |
setLovConfDefined(boolean isLovConfDefined)
Sets the lov conf defined. |
void |
setLower(double lower)
Sets the lower. |
void |
setSbRow(it.eng.spago.base.SourceBean sbRow)
Sets the sb row. |
void |
setUpper(double upper)
Sets the upper. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double lower
protected double upper
Constructor Detail |
---|
public DialCharts()
Method Detail |
---|
public org.jfree.chart.JFreeChart createChart(DatasetMap dataset)
ChartImpl
createChart
in interface IChart
createChart
in class ChartImpl
dataset
- the dataset
public void configureChart(it.eng.spago.base.SourceBean content)
ChartImpl
configureChart
in interface IChart
configureChart
in class ChartImpl
content
- the contentpublic DatasetMap calculateValue() throws java.lang.Exception
IChart
calculateValue
in interface IChart
calculateValue
in class ChartImpl
java.lang.Exception
- the exceptionpublic double getLower()
public void setLower(double lower)
lower
- the new lowerpublic double getUpper()
public void setUpper(double upper)
upper
- the new upperpublic boolean isLovConfDefined()
ChartImpl
isLovConfDefined
in class ChartImpl
public void setLovConfDefined(boolean isLovConfDefined)
ChartImpl
setLovConfDefined
in class ChartImpl
isLovConfDefined
- the new lov conf definedpublic java.util.Map getConfParameters()
public void setConfParameters(java.util.Map confParameters)
confParameters
- the new conf parameterspublic it.eng.spago.base.SourceBean getSbRow()
public void setSbRow(it.eng.spago.base.SourceBean sbRow)
sbRow
- the new sb row
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |