it.eng.spagobi.engines.kpi.bo.charttypes.dialcharts
Class BulletGraph

java.lang.Object
  extended by it.eng.spagobi.engines.kpi.bo.ChartImpl
      extended by it.eng.spagobi.engines.kpi.bo.charttypes.dialcharts.BulletGraph

public class BulletGraph
extends ChartImpl


Field Summary
 
Fields inherited from class it.eng.spagobi.engines.kpi.bo.ChartImpl
color, dataset, height, intervals, legend, lower, name, profile, show_axis, styleSubTitle, styleTitle, subName, target, upper, width
 
Constructor Summary
BulletGraph()
           
 
Method Summary
 void configureChart(java.util.HashMap conf)
          This function configures the chart with the parameters passed in the config HashMap
 org.jfree.chart.JFreeChart createChart()
          This function creates the chart object.
 java.lang.String setThresholds(java.util.List thresholds)
           
 
Methods inherited from class it.eng.spagobi.engines.kpi.bo.ChartImpl
calculateValue, createChart, getColor, getHeight, getName, getProfile, getValueDataSet, getWidth, isLegend, setColor, setHeight, setLegend, setName, setProfile, setShowAxis, setStyleTitle, setSubName, setTarget, setThresholdValues, setValueDataSet, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulletGraph

public BulletGraph()
Method Detail

configureChart

public void configureChart(java.util.HashMap conf)
Description copied from class: ChartImpl
This function configures the chart with the parameters passed in the config HashMap

Overrides:
configureChart in class ChartImpl

setThresholds

public java.lang.String setThresholds(java.util.List thresholds)

createChart

public org.jfree.chart.JFreeChart createChart()
Description copied from class: ChartImpl
This function creates the chart object.

Overrides:
createChart in class ChartImpl
Returns:
the JFreeChart