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

Packages that use ChartView
org.openfaces.component.chart   
org.openfaces.component.chart.impl.configuration   
org.openfaces.component.chart.impl.configuration.charts   
 

Uses of ChartView in org.openfaces.component.chart
 

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

Methods in org.openfaces.component.chart that return ChartView
 ChartView ChartViewType.createChartView()
           
 ChartView ChartViewType.createChartView()
           
 ChartView Chart.getChartView()
           
 ChartView ChartViewValueExpression.getChartView()
           
 ChartView ChartViewValueExpression.getChartView()
           
 ChartView Chart.getChartView()
           
 

Methods in org.openfaces.component.chart with parameters of type ChartView
 boolean ChartViewType.isViewOfThisType(ChartView view)
           
 boolean ChartViewType.isViewOfThisType(ChartView view)
           
 void ChartViewValueExpression.setChartView(ChartView chartView)
           
 void ChartViewValueExpression.setChartView(ChartView chartView)
           
 

Uses of ChartView in org.openfaces.component.chart.impl.configuration
 

Methods in org.openfaces.component.chart.impl.configuration that return ChartView
 ChartView AbstractConfigurator.getView()
           
 ChartView AbstractConfigurator.getView()
           
 

Methods in org.openfaces.component.chart.impl.configuration with parameters of type ChartView
 void AbstractConfigurator.setView(ChartView view)
           
 void AbstractConfigurator.setView(ChartView view)
           
 

Constructors in org.openfaces.component.chart.impl.configuration with parameters of type ChartView
AreaFillConfigurator(ChartView view)
           
AreaFillConfigurator(ChartView view)
           
BarsPainterConfigurator(ChartView view)
           
BarsPainterConfigurator(ChartView view)
           
Chart3DRendererConfigurator(ChartView view)
           
Chart3DRendererConfigurator(ChartView view)
           
FillPaintConfigurator(ChartView view)
           
FillPaintConfigurator(ChartView view)
           
FillPaintConfigurator(ChartView view, int seriesCount)
           
FillPaintConfigurator(ChartView view, int seriesCount)
           
GridLabelsConfigurator(ChartView view)
           
GridLabelsConfigurator(ChartView view)
           
LineAndShapePropertiesConfigurator(ChartView view)
           
LineAndShapePropertiesConfigurator(ChartView view)
           
LineAndShapePropertiesConfigurator(ChartView view, org.jfree.data.general.Dataset dataSet)
           
LineAndShapePropertiesConfigurator(ChartView view, org.jfree.data.general.Dataset dataSet)
           
LineStrokeConfigurator(ChartView view)
           
LineStrokeConfigurator(ChartView view)
           
LineStrokeConfigurator(ChartView view, int seriesCount)
           
LineStrokeConfigurator(ChartView view, int seriesCount)
           
OutlineConfigurator(ChartView view)
           
OutlineConfigurator(ChartView view)
           
OutlineConfigurator(ChartView view, int seriesCount)
           
OutlineConfigurator(ChartView view, int seriesCount)
           
PlotColorsConfigurator(ChartView view)
           
PlotColorsConfigurator(ChartView view)
           
PlotGridLinesConfigurator(ChartView view)
           
PlotGridLinesConfigurator(ChartView view)
           
PlotGridLinesConfigurator(ChartView view, org.jfree.data.general.Dataset dataset)
           
PlotGridLinesConfigurator(ChartView view, org.jfree.data.general.Dataset dataset)
           
PlotSelectionConfigurator(ChartView view)
           
PlotSelectionConfigurator(ChartView view)
           
SeriesColorConfigurator(ChartView view)
           
SeriesColorConfigurator(ChartView view)
           
ShadowConfigurator(ChartView view)
           
ShadowConfigurator(ChartView view)
           
TooltipsConfigurator(ChartView view)
           
TooltipsConfigurator(ChartView view)
           
UrlsConfigurator(ChartView view)
           
UrlsConfigurator(ChartView view)
           
 

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

Methods in org.openfaces.component.chart.impl.configuration.charts that return ChartView
 ChartView AbstractChartConfigurator.getChartView()
           
 ChartView AbstractChartConfigurator.getChartView()
           
 

Methods in org.openfaces.component.chart.impl.configuration.charts with parameters of type ChartView
 void AbstractChartConfigurator.setChartView(ChartView chartView)
           
 void AbstractChartConfigurator.setChartView(ChartView chartView)
           
 



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