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

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

public abstract class AbstractChartConfigurator
extends java.lang.Object
implements ChartConfigurator


Constructor Summary
AbstractChartConfigurator()
           
AbstractChartConfigurator(Chart chart, ChartModel model)
           
 
Method Summary
abstract  org.jfree.chart.plot.Plot configurePlot(ModelInfo info)
           
 Chart getChart()
           
 ChartView getChartView()
           
 ChartModel getModel()
           
 void setChart(Chart chart)
           
 void setChartView(ChartView chartView)
           
 void setModel(ChartModel model)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractChartConfigurator

public AbstractChartConfigurator()

AbstractChartConfigurator

public AbstractChartConfigurator(Chart chart,
                                 ChartModel model)
Method Detail

getChart

public Chart getChart()

setChart

public void setChart(Chart chart)

getModel

public ChartModel getModel()

setModel

public void setModel(ChartModel model)

getChartView

public ChartView getChartView()

setChartView

public void setChartView(ChartView chartView)

configurePlot

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


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