org.openfaces.component.chart.impl.configuration.charts
Class BarChartConfigurator

java.lang.Object
  extended by org.openfaces.component.chart.impl.configuration.charts.AbstractChartConfigurator
      extended by org.openfaces.component.chart.impl.configuration.charts.GridChartConfigurator
          extended by org.openfaces.component.chart.impl.configuration.charts.BarChartConfigurator
All Implemented Interfaces:
ChartConfigurator

public class BarChartConfigurator
extends GridChartConfigurator


Constructor Summary
BarChartConfigurator(Chart chart, ChartModel model)
           
 
Method Summary
 org.jfree.chart.plot.Plot configurePlot(ModelInfo info)
           
 
Methods inherited from class org.openfaces.component.chart.impl.configuration.charts.AbstractChartConfigurator
getChart, getChartView, getModel, setChart, setChartView, setModel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarChartConfigurator

public BarChartConfigurator(Chart chart,
                            ChartModel model)
Method Detail

configurePlot

public org.jfree.chart.plot.Plot configurePlot(ModelInfo info)
Specified by:
configurePlot in interface ChartConfigurator
Specified by:
configurePlot in class AbstractChartConfigurator


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.