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

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

public class PieChartFactory
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
PieChartFactory()
           
 
Method Summary
 ofc4j.model.elements.Element getPieChartFromColumn(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

PieChartFactory

public PieChartFactory()
Method Detail

getPieChartFromColumn

public ofc4j.model.elements.Element getPieChartFromColumn(int col)