org.openfaces.component.chart.impl.configuration
Interface ConfigurablePlot

All Known Implementing Classes:
GridCategoryPlotAdapter, GridDatePlotAdapter, GridXYPlotAdapter, MultiplePiePlotAdapter, PiePlot3DAdapter, PiePlotAdapter, XYPlotAdapter

public interface ConfigurablePlot


Method Summary
 void addConfigurator(PlotConfigurator configurator)
           
 void configure()
           
 java.util.Collection<PlotConfigurator> getConfigurators()
           
 

Method Detail

addConfigurator

void addConfigurator(PlotConfigurator configurator)

getConfigurators

java.util.Collection<PlotConfigurator> getConfigurators()

configure

void configure()


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