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

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

Methods in org.openfaces.component.chart that return Chart
 Chart ChartView.getChart()
           
 

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

Methods in org.openfaces.component.chart.impl with parameters of type Chart
 java.lang.String JfcRenderHints.getMapId(Chart chart)
           
 

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

Methods in org.openfaces.component.chart.impl.helpers with parameters of type Chart
static GridPointInfo ChartInfoUtil.getGridPointInfo(ChartEntity entity, Chart chart)
           
static java.lang.String MapRenderUtilities.getImageMapExt(Chart chart, java.lang.String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator)
           
 

Constructors in org.openfaces.component.chart.impl.helpers with parameters of type Chart
JFreeChartAdapter(Plot plot, Chart chart)
           
 

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

Constructors in org.openfaces.component.chart.impl.plots with parameters of type Chart
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)
           
MultiplePiePlotAdapter(CategoryDataset ds, TableOrder order, Chart chart, PieChartView view)
           
PiePlotAdapter(PieDataset pieDataset, Chart chart, PieChartView chartView)
           
 



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