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

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

public class BubbleChartFactory
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
BubbleChartFactory()
           
 
Method Summary
 void setupDotSize(ofc4j.model.elements.ScatterChart se, Number x)
           
 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

BubbleChartFactory

public BubbleChartFactory()
Method Detail

validateData

public void validateData()
Overrides:
validateData in class AbstractChartFactory

setupDotSize

public void setupDotSize(ofc4j.model.elements.ScatterChart se,
                         Number x)