|
||||||||||
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.Meter
public class Meter
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, multichart, name, orientationMultichart, parametersObject, positionSlider, profile, seriesLabelsMap, slider, styleSubTitle, styleTitle, subName, subtype, titleDimension, type, width |
Constructor Summary | |
---|---|
Meter()
Instantiates a new meter. |
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 the chart . |
java.util.Vector |
getIntervals()
Gets the intervals. |
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Meter()
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 interval
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |