org.openfaces.component.chart.impl.configuration
Class PlotGridLinesConfigurator

java.lang.Object
  extended by org.openfaces.component.chart.impl.configuration.AbstractConfigurator
      extended by org.openfaces.component.chart.impl.configuration.PlotGridLinesConfigurator
All Implemented Interfaces:
PlotConfigurator

public class PlotGridLinesConfigurator
extends AbstractConfigurator
implements PlotConfigurator


Constructor Summary
PlotGridLinesConfigurator(ChartView view)
           
PlotGridLinesConfigurator(ChartView view, org.jfree.data.general.Dataset dataset)
           
 
Method Summary
 void configure(ConfigurablePlot plot)
           
 org.jfree.data.general.Dataset getDataset()
           
 void setDataset(org.jfree.data.general.Dataset dataset)
           
 
Methods inherited from class org.openfaces.component.chart.impl.configuration.AbstractConfigurator
getView, setView
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotGridLinesConfigurator

public PlotGridLinesConfigurator(ChartView view)

PlotGridLinesConfigurator

public PlotGridLinesConfigurator(ChartView view,
                                 org.jfree.data.general.Dataset dataset)
Method Detail

getDataset

public org.jfree.data.general.Dataset getDataset()

setDataset

public void setDataset(org.jfree.data.general.Dataset dataset)

configure

public void configure(ConfigurablePlot plot)
Specified by:
configure in interface PlotConfigurator


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