Uses of Interface
org.openfaces.component.chart.ChartModel

Packages that use ChartModel
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 ChartModel in org.openfaces.component.chart
 

Classes in org.openfaces.component.chart that implement ChartModel
 class PlainModel
           
 

Methods in org.openfaces.component.chart that return ChartModel
 ChartModel Chart.getModel()
           
 ChartModel Chart.getModel()
           
 

Methods in org.openfaces.component.chart with parameters of type ChartModel
 void Chart.setModel(ChartModel model)
           
 void Chart.setModel(ChartModel model)
           
 

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

Methods in org.openfaces.component.chart.impl with parameters of type ChartModel
static org.jfree.data.general.PieDataset ModelConverter.toPieDataset(ChartModel model)
           
static org.jfree.data.general.PieDataset ModelConverter.toPieDataset(ChartModel model)
           
 

Constructors in org.openfaces.component.chart.impl with parameters of type ChartModel
ModelInfo(ChartModel model)
           
ModelInfo(ChartModel model)
           
 

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

Methods in org.openfaces.component.chart.impl.configuration.charts that return ChartModel
 ChartModel AbstractChartConfigurator.getModel()
           
 ChartModel AbstractChartConfigurator.getModel()
           
 

Methods in org.openfaces.component.chart.impl.configuration.charts with parameters of type ChartModel
 void AbstractChartConfigurator.setModel(ChartModel model)
           
 void AbstractChartConfigurator.setModel(ChartModel model)
           
 

Constructors in org.openfaces.component.chart.impl.configuration.charts with parameters of type ChartModel
AbstractChartConfigurator(Chart chart, ChartModel model)
           
AbstractChartConfigurator(Chart chart, ChartModel model)
           
BarChartConfigurator(Chart chart, ChartModel model)
           
BarChartConfigurator(Chart chart, ChartModel model)
           
LineChartConfigurator(Chart chart, ChartModel model)
           
LineChartConfigurator(Chart chart, ChartModel model)
           
PieChartConfigurator(Chart chart, ChartModel model)
           
PieChartConfigurator(Chart chart, ChartModel model)
           
 



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