Uses of Interface
net.sf.jasperreports.charts.JRBar3DPlot
Packages that use JRBar3DPlot
Package
Description
Contains interfaces for chart plots and chart datasets.
Contains base implementations for chart related interfaces.
Contains design time implementations for chart related interfaces.
Contains fill time implementations for chart related interfaces.
Contains utility classes for complex chart customization.
-
Uses of JRBar3DPlot in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return JRBar3DPlotModifier and TypeMethodDescriptionChartsAbstractObjectFactory.getBar3DPlot(JRBar3DPlot barPlot) Deprecated.To be removed.Methods in net.sf.jasperreports.charts with parameters of type JRBar3DPlotModifier and TypeMethodDescriptionvoidChartsExpressionCollector.collect(JRBar3DPlot barPlot) Deprecated.To be removed.ChartsAbstractObjectFactory.getBar3DPlot(JRBar3DPlot barPlot) Deprecated.To be removed. -
Uses of JRBar3DPlot in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRBar3DPlotMethods in net.sf.jasperreports.charts.base that return JRBar3DPlotModifier and TypeMethodDescriptionChartsBaseObjectFactory.getBar3DPlot(JRBar3DPlot barPlot) Deprecated.To be removed.Methods in net.sf.jasperreports.charts.base with parameters of type JRBar3DPlotModifier and TypeMethodDescriptionChartsBaseObjectFactory.getBar3DPlot(JRBar3DPlot barPlot) Deprecated.To be removed.Constructors in net.sf.jasperreports.charts.base with parameters of type JRBar3DPlotModifierConstructorDescriptionJRBaseBar3DPlot(JRBar3DPlot barPlot, ChartsBaseObjectFactory factory) Deprecated. -
Uses of JRBar3DPlot in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRBar3DPlot -
Uses of JRBar3DPlot in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRBar3DPlotMethods in net.sf.jasperreports.charts.fill that return JRBar3DPlotModifier and TypeMethodDescriptionChartsFillObjectFactory.getBar3DPlot(JRBar3DPlot barPlot) Deprecated.To be removed.Methods in net.sf.jasperreports.charts.fill with parameters of type JRBar3DPlotModifier and TypeMethodDescriptionChartsFillObjectFactory.getBar3DPlot(JRBar3DPlot barPlot) Deprecated.To be removed.Constructors in net.sf.jasperreports.charts.fill with parameters of type JRBar3DPlotModifierConstructorDescriptionJRFillBar3DPlot(JRBar3DPlot barPlot, ChartsFillObjectFactory factory) Deprecated. -
Uses of JRBar3DPlot in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util with parameters of type JRBar3DPlotModifier and TypeMethodDescriptionvoidChartsApiWriter.writeBar3DPlot(JRBar3DPlot plot, String chartName) Deprecated.To be removed.