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

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

public class LineChartFactory
extends AbstractChartFactory


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
LineChartFactory()
           
 
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

LineChartFactory

public LineChartFactory()
Method Detail

getLineChartFromColumn

public ofc4j.model.elements.LineChart getLineChartFromColumn(int col)