org.openfaces.component.chart.impl.configuration.charts
Class AbstractChartConfigurator
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractChartConfigurator
public AbstractChartConfigurator()
AbstractChartConfigurator
public AbstractChartConfigurator(Chart chart,
ChartModel model)
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.