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

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.LineChartConfigurator
All Implemented Interfaces:
ChartConfigurator

public class LineChartConfigurator
extends GridChartConfigurator


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

LineChartConfigurator

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