Uses of Class
org.openfaces.component.chart.GridChartView

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

Uses of GridChartView in org.openfaces.component.chart
 

Subclasses of GridChartView in org.openfaces.component.chart
 class BarChartView
           
 class LineChartView
           
 

Uses of GridChartView in org.openfaces.component.chart.impl.generators
 

Constructors in org.openfaces.component.chart.impl.generators with parameters of type GridChartView
DynamicCategoryGenerator(GridChartView view, ChartViewValueExpression dynamicProperty)
           
DynamicXYGenerator(GridChartView view, ChartViewValueExpression valueExpression)
           
 

Uses of GridChartView in org.openfaces.component.chart.impl.helpers
 

Constructors in org.openfaces.component.chart.impl.helpers with parameters of type GridChartView
CategoryAxisAdapter(java.lang.String label, boolean visible, ChartCategoryAxis chartCategoryAxis, ChartAxis chartBaseAxis, GridChartView view)
           
DateAxisAdapter(java.lang.String label, boolean visible, ChartDateAxis chartDateAxis, ChartAxis chartBaseAxis, GridChartView view)
           
NumberAxisAdapter(java.lang.String label, boolean visible, ChartNumberAxis chartNumberAxis, ChartAxis chartBaseAxis, GridChartView view)
           
 

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

Constructors in org.openfaces.component.chart.impl.plots with parameters of type GridChartView
GridCategoryPlotAdapter(CategoryDataset ds, AbstractCategoryItemRenderer renderer, Chart chart, GridChartView chartView)
           
GridDatePlotAdapter(XYDataset ds, AbstractXYItemRenderer renderer, Chart chart, GridChartView chartView)
           
GridXYPlotAdapter(XYDataset ds, AbstractXYItemRenderer renderer, Chart chart, GridChartView chartView)
           
 



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