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

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

public class PieChartConfigurator
extends AbstractChartConfigurator


Constructor Summary
PieChartConfigurator(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

PieChartConfigurator

public PieChartConfigurator(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.