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

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

public class BarChartFactory
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
BarChartFactory()
           
 
Method Summary
 void createElements()
           
 ofc4j.model.elements.Element getHorizontalBarChartFromColumn(int col)
           
 String getOutlineColor(int i)
           
 AbstractChartFactory.MinMax getRangeMinMax()
           
 ofc4j.model.elements.Element getStackedBarChartFromColumn(int col)
           
 int getStackedMaxRange()
           
 ofc4j.model.elements.Element getVerticalBarChartFromColumn(int col)
           
 ofc4j.model.axis.Axis setupDomain()
           
 void setupStyles()
           
 
Methods inherited from class org.pentaho.platform.plugin.action.openflashchart.factory.AbstractChartFactory
convertToJson, getNodeValue, getValue, setChartNode, setData, setLog, setupOnclick, setupRange, validateData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarChartFactory

public BarChartFactory()
Method Detail

getRangeMinMax

public AbstractChartFactory.MinMax getRangeMinMax()
Overrides:
getRangeMinMax in class AbstractChartFactory

setupDomain

public ofc4j.model.axis.Axis setupDomain()
Overrides:
setupDomain in class AbstractChartFactory

getStackedMaxRange

public int getStackedMaxRange()

setupStyles

public void setupStyles()

createElements

public void createElements()

getStackedBarChartFromColumn

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

getVerticalBarChartFromColumn

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

getHorizontalBarChartFromColumn

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

getOutlineColor

public String getOutlineColor(int i)