Uses of Interface
org.openfaces.component.chart.impl.configuration.PlotConfigurator

Packages that use PlotConfigurator
org.openfaces.component.chart.impl.configuration   
org.openfaces.component.chart.impl.plots This package is only for internal usage from within the OpenFaces library. 
 

Uses of PlotConfigurator in org.openfaces.component.chart.impl.configuration
 

Classes in org.openfaces.component.chart.impl.configuration that implement PlotConfigurator
 class PlotColorsConfigurator
           
 class PlotGridLinesConfigurator
           
 class PlotSelectionConfigurator
           
 class ShadowConfigurator
           
 

Methods in org.openfaces.component.chart.impl.configuration that return types with arguments of type PlotConfigurator
 java.util.Collection<PlotConfigurator> ConfigurablePlot.getConfigurators()
           
 java.util.Collection<PlotConfigurator> ConfigurablePlot.getConfigurators()
           
 

Methods in org.openfaces.component.chart.impl.configuration with parameters of type PlotConfigurator
 void ConfigurablePlot.addConfigurator(PlotConfigurator configurator)
           
 void ConfigurablePlot.addConfigurator(PlotConfigurator configurator)
           
 

Uses of PlotConfigurator in org.openfaces.component.chart.impl.plots
 

Methods in org.openfaces.component.chart.impl.plots that return types with arguments of type PlotConfigurator
 java.util.Collection<PlotConfigurator> ConfigurablePlotBase.getConfigurators()
           
 java.util.Collection<PlotConfigurator> GridCategoryPlotAdapter.getConfigurators()
           
 java.util.Collection<PlotConfigurator> MultiplePiePlotAdapter.getConfigurators()
           
 java.util.Collection<PlotConfigurator> PiePlot3DAdapter.getConfigurators()
           
 java.util.Collection<PlotConfigurator> PiePlotAdapter.getConfigurators()
           
 java.util.Collection<PlotConfigurator> XYPlotAdapter.getConfigurators()
           
 java.util.Collection<PlotConfigurator> XYPlotAdapter.getConfigurators()
           
 java.util.Collection<PlotConfigurator> PiePlotAdapter.getConfigurators()
           
 java.util.Collection<PlotConfigurator> PiePlot3DAdapter.getConfigurators()
           
 java.util.Collection<PlotConfigurator> MultiplePiePlotAdapter.getConfigurators()
           
 java.util.Collection<PlotConfigurator> GridCategoryPlotAdapter.getConfigurators()
           
 java.util.Collection<PlotConfigurator> ConfigurablePlotBase.getConfigurators()
           
 

Methods in org.openfaces.component.chart.impl.plots with parameters of type PlotConfigurator
 void ConfigurablePlotBase.addConfigurator(PlotConfigurator configurator)
           
 void GridCategoryPlotAdapter.addConfigurator(PlotConfigurator configurator)
           
 void MultiplePiePlotAdapter.addConfigurator(PlotConfigurator configurator)
           
 void PiePlot3DAdapter.addConfigurator(PlotConfigurator configurator)
           
 void PiePlotAdapter.addConfigurator(PlotConfigurator configurator)
           
 void XYPlotAdapter.addConfigurator(PlotConfigurator configurator)
           
 void XYPlotAdapter.addConfigurator(PlotConfigurator configurator)
           
 void PiePlotAdapter.addConfigurator(PlotConfigurator configurator)
           
 void PiePlot3DAdapter.addConfigurator(PlotConfigurator configurator)
           
 void MultiplePiePlotAdapter.addConfigurator(PlotConfigurator configurator)
           
 void GridCategoryPlotAdapter.addConfigurator(PlotConfigurator configurator)
           
 void ConfigurablePlotBase.addConfigurator(PlotConfigurator configurator)
           
 



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