Uses of Class
org.openfaces.component.chart.impl.ModelInfo

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

Uses of ModelInfo in org.openfaces.component.chart
 

Methods in org.openfaces.component.chart with parameters of type ModelInfo
static org.jfree.chart.plot.Plot PlotFactory.createPlot(Chart chart, ModelInfo info)
           
static org.jfree.chart.plot.Plot PlotFactory.createPlot(Chart chart, ModelInfo info)
           
 

Uses of ModelInfo in org.openfaces.component.chart.impl
 

Methods in org.openfaces.component.chart.impl that return ModelInfo
 ModelInfo JfcRenderHints.getModelInfo()
           
 ModelInfo JfcRenderHints.getModelInfo()
           
 

Methods in org.openfaces.component.chart.impl with parameters of type ModelInfo
 void JfcRenderHints.setModelInfo(ModelInfo modelInfo)
           
 void JfcRenderHints.setModelInfo(ModelInfo modelInfo)
           
static org.jfree.data.category.CategoryDataset ModelConverter.toCategoryDataset(ModelInfo info)
           
static org.jfree.data.category.CategoryDataset ModelConverter.toCategoryDataset(ModelInfo info)
           
static org.jfree.data.time.TimeSeriesCollection ModelConverter.toTimeSeriesCollection(Chart chart, ModelInfo info)
           
static org.jfree.data.time.TimeSeriesCollection ModelConverter.toTimeSeriesCollection(Chart chart, ModelInfo info)
           
static org.jfree.data.xy.XYSeriesCollection ModelConverter.toXYSeriesCollection(ModelInfo info)
           
static org.jfree.data.xy.XYSeriesCollection ModelConverter.toXYSeriesCollection(ModelInfo info)
           
 

Uses of ModelInfo in org.openfaces.component.chart.impl.configuration.charts
 

Methods in org.openfaces.component.chart.impl.configuration.charts with parameters of type ModelInfo
abstract  org.jfree.chart.plot.Plot AbstractChartConfigurator.configurePlot(ModelInfo info)
           
 org.jfree.chart.plot.Plot BarChartConfigurator.configurePlot(ModelInfo info)
           
 org.jfree.chart.plot.Plot ChartConfigurator.configurePlot(ModelInfo info)
           
 org.jfree.chart.plot.Plot LineChartConfigurator.configurePlot(ModelInfo info)
           
 org.jfree.chart.plot.Plot PieChartConfigurator.configurePlot(ModelInfo info)
           
 org.jfree.chart.plot.Plot PieChartConfigurator.configurePlot(ModelInfo info)
           
 org.jfree.chart.plot.Plot LineChartConfigurator.configurePlot(ModelInfo info)
           
 org.jfree.chart.plot.Plot ChartConfigurator.configurePlot(ModelInfo info)
           
 org.jfree.chart.plot.Plot BarChartConfigurator.configurePlot(ModelInfo info)
           
abstract  org.jfree.chart.plot.Plot AbstractChartConfigurator.configurePlot(ModelInfo info)
           
 



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