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

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

public class DotChartFactory
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
DotChartFactory()
           
 
Method Summary
 void validateData()
           
 
Methods inherited from class org.pentaho.platform.plugin.action.openflashchart.factory.AbstractChartFactory
convertToJson, getNodeValue, getRangeMinMax, getValue, setChartNode, setData, setLog, setupDomain, setupOnclick, setupRange
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotChartFactory

public DotChartFactory()
Method Detail

validateData

public void validateData()
Overrides:
validateData in class AbstractChartFactory