|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
DynamicCategoryGenerator(GridChartView view,
ChartViewValueExpression dynamicProperty)
|
|
DynamicXYGenerator(GridChartView view,
ChartViewValueExpression valueExpression)
|
|
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 | |
---|---|
CategoryAxis3DAdapter(java.lang.String label,
boolean visible,
ChartCategoryAxis chartCategoryAxis,
ChartAxis chartBaseAxis,
GridChartView view)
|
|
CategoryAxis3DAdapter(java.lang.String label,
boolean visible,
ChartCategoryAxis chartCategoryAxis,
ChartAxis chartBaseAxis,
GridChartView view)
|
|
CategoryAxisAdapter(java.lang.String label,
boolean visible,
ChartCategoryAxis chartCategoryAxis,
ChartAxis chartBaseAxis,
GridChartView view)
|
|
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)
|
|
DateAxisAdapter(java.lang.String label,
boolean visible,
ChartDateAxis chartDateAxis,
ChartAxis chartBaseAxis,
GridChartView view)
|
|
NumberAxis3DAdapter(java.lang.String label,
boolean visible,
ChartNumberAxis chartNumberAxis,
ChartAxis chartBaseAxis,
GridChartView view)
|
|
NumberAxis3DAdapter(java.lang.String label,
boolean visible,
ChartNumberAxis chartNumberAxis,
ChartAxis chartBaseAxis,
GridChartView view)
|
|
NumberAxisAdapter(java.lang.String label,
boolean visible,
ChartNumberAxis chartNumberAxis,
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 |
---|
Methods in org.openfaces.component.chart.impl.plots that return GridChartView | |
---|---|
GridChartView |
XYPlotAdapter.getChartView()
|
GridChartView |
XYPlotAdapter.getChartView()
|
Methods in org.openfaces.component.chart.impl.plots with parameters of type GridChartView | |
---|---|
void |
XYPlotAdapter.setChartView(GridChartView chartView)
|
void |
XYPlotAdapter.setChartView(GridChartView chartView)
|
Constructors in org.openfaces.component.chart.impl.plots with parameters of type GridChartView | |
---|---|
GridCategoryPlotAdapter(org.jfree.data.category.CategoryDataset ds,
org.jfree.chart.renderer.category.AbstractCategoryItemRenderer renderer,
Chart chart,
GridChartView chartView)
|
|
GridCategoryPlotAdapter(org.jfree.data.category.CategoryDataset ds,
org.jfree.chart.renderer.category.AbstractCategoryItemRenderer renderer,
Chart chart,
GridChartView chartView)
|
|
GridDatePlotAdapter(org.jfree.data.xy.XYDataset ds,
org.jfree.chart.renderer.xy.AbstractXYItemRenderer renderer,
Chart chart,
GridChartView chartView)
|
|
GridDatePlotAdapter(org.jfree.data.xy.XYDataset ds,
org.jfree.chart.renderer.xy.AbstractXYItemRenderer renderer,
Chart chart,
GridChartView chartView)
|
|
GridXYPlotAdapter(org.jfree.data.xy.XYDataset ds,
org.jfree.chart.renderer.xy.AbstractXYItemRenderer renderer,
Chart chart,
GridChartView chartView)
|
|
GridXYPlotAdapter(org.jfree.data.xy.XYDataset ds,
org.jfree.chart.renderer.xy.AbstractXYItemRenderer renderer,
Chart chart,
GridChartView chartView)
|
|
XYPlotAdapter(org.jfree.data.xy.XYDataset ds,
org.jfree.chart.renderer.xy.AbstractXYItemRenderer renderer,
Chart chart,
GridChartView view)
|
|
XYPlotAdapter(org.jfree.data.xy.XYDataset ds,
org.jfree.chart.renderer.xy.AbstractXYItemRenderer renderer,
Chart chart,
GridChartView view)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |