it.eng.spagobi.engines.kpi.bo.charttypes.trendcharts
Class LineChart

java.lang.Object
  extended by it.eng.spagobi.engines.kpi.bo.ChartImpl
      extended by it.eng.spagobi.engines.kpi.bo.charttypes.trendcharts.LineChart
All Implemented Interfaces:
java.io.Serializable

public class LineChart
extends ChartImpl

See Also:
Serialized Form

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
LineChart()
           
 
Method Summary
 DatasetMap calculateValue(java.lang.String result)
          This function calculates the values for the LineChart by transforming the xml string result in a DatasetMap
 org.jfree.chart.JFreeChart createChart()
          This function creates the chart object.
 
Methods inherited from class it.eng.spagobi.engines.kpi.bo.ChartImpl
configureChart, 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

LineChart

public LineChart()
Method Detail

calculateValue

public DatasetMap calculateValue(java.lang.String result)
                          throws java.lang.Exception
Description copied from class: ChartImpl
This function calculates the values for the LineChart by transforming the xml string result in a DatasetMap

Overrides:
calculateValue in class ChartImpl
Returns:
DatasetMap
Throws:
java.lang.Exception

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