|
||||||||||
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
it.eng.spagobi.engines.chart.bo.charttypes.dialcharts.SBISpeedometer
public class SBISpeedometer
A class to generate Speedometer charts
Field Summary |
---|
Fields inherited from class it.eng.spagobi.engines.chart.bo.charttypes.dialcharts.DialCharts |
---|
lower, upper |
Fields inherited from class it.eng.spagobi.engines.chart.bo.ChartImpl |
---|
color, confDataset, data, defaultLabelsStyle, filter, height, isLovConfDefined, legend, legendPosition, name, parametersObject, profile, seriesLabelsMap, slider, styleSubTitle, styleTitle, subName, subtype, titleDimension, type, width |
Constructor Summary | |
---|---|
SBISpeedometer()
Instantiates a new sBI speedometer. |
Method Summary | |
---|---|
void |
addInterval(KpiInterval interval)
Adds the interval. |
void |
configureChart(it.eng.spago.base.SourceBean content)
set parameters for the creation of the chart getting them from template or from LOV. |
org.jfree.chart.JFreeChart |
createChart(DatasetMap datasets)
Creates a chart of type speedometer. |
double |
getIncrement()
Gets the increment. |
java.util.Vector |
getIntervals()
Gets the intervals. |
int |
getMinorTickCount()
Gets the minor tick count. |
void |
setIncrement(double increment)
Sets the increment. |
void |
setMinorTickCount(int minorTickCount)
Sets the minor tick count. |
Methods inherited from class it.eng.spagobi.engines.chart.bo.charttypes.dialcharts.DialCharts |
---|
calculateValue, getConfParameters, getLower, getSbRow, getUpper, isLovConfDefined, setConfParameters, setLovConfDefined, setLower, setSbRow, setUpper |
Methods inherited from class it.eng.spagobi.engines.chart.bo.ChartImpl |
---|
createChart, drawLegend, filterDataset, getChangeViewLabel, getChangeViewParameter, getChangeViewParameterLabel, getColor, getConfDataset, getData, getHeight, getLegendPosition, getName, getParametersObject, getPossibleChangePars, getProfile, getSeriesLabels, getSubtype, getTitleDimension, getType, getWidth, isChangeableView, isFilter, isLegend, isLinkable, isSlider, setChangeViewChecked, setChangeViewsParameter, setColor, setConfDataset, setData, setFilter, setHeight, setLegend, setLegendPosition, setLocalizedTitle, setName, setParametersObject, setProfile, setSeriesLabels, setSlider, setStyleTitle, setSubName, setSubtype, setTitleDimension, setTitleParameter, setType, setWidth |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SBISpeedometer()
Method Detail |
---|
public void configureChart(it.eng.spago.base.SourceBean content)
configureChart
in interface IChart
configureChart
in class DialCharts
content
- the content of the template.public org.jfree.chart.JFreeChart createChart(DatasetMap datasets)
createChart
in interface IChart
createChart
in class DialCharts
chartTitle
- the chart title.dataset
- the dataset.
public java.util.Vector getIntervals()
public void addInterval(KpiInterval interval)
interval
- the intervalpublic double getIncrement()
public void setIncrement(double increment)
increment
- the new incrementpublic int getMinorTickCount()
public void setMinorTickCount(int minorTickCount)
minorTickCount
- the new minor tick count
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |