org.pentaho.platform.plugin.action.openflashchart.factory
Class AreaChartFactory

java.lang.Object
  extended by org.pentaho.platform.plugin.action.openflashchart.factory.AbstractChartFactory
      extended by org.pentaho.platform.plugin.action.openflashchart.factory.LineChartFactory
          extended by org.pentaho.platform.plugin.action.openflashchart.factory.AreaChartFactory
All Implemented Interfaces:
IChartFactory

public class AreaChartFactory
extends LineChartFactory


Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.platform.plugin.action.openflashchart.factory.AbstractChartFactory
AbstractChartFactory.MinMax
 
Field Summary
 
Fields inherited from class org.pentaho.platform.plugin.action.openflashchart.factory.AbstractChartFactory
columnHeaders, data, hasColumnHeaders, hasRowHeaders, rowHeaders
 
Constructor Summary
AreaChartFactory()
           
 
Method Summary
 ofc4j.model.elements.LineChart getLineChartFromColumn(int col)
           
 
Methods inherited from class org.pentaho.platform.plugin.action.openflashchart.factory.AbstractChartFactory
convertToJson, getNodeValue, getRangeMinMax, getValue, setChartNode, setData, setLog, setupDomain, setupOnclick, setupRange, validateData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AreaChartFactory

public AreaChartFactory()
Method Detail

getLineChartFromColumn

public ofc4j.model.elements.LineChart getLineChartFromColumn(int col)
Overrides:
getLineChartFromColumn in class LineChartFactory