Uses of Interface
net.sf.jasperreports.charts.JRBar3DPlot
-
Packages that use JRBar3DPlot Package Description net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets.net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces.net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces.net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.charts.util Contains utility classes for complex chart customization. -
-
Uses of JRBar3DPlot in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return JRBar3DPlot Modifier and Type Method Description JRBar3DPlot
ChartsAbstractObjectFactory. getBar3DPlot(JRBar3DPlot barPlot)
Deprecated.To be removed.Methods in net.sf.jasperreports.charts with parameters of type JRBar3DPlot Modifier and Type Method Description void
ChartsExpressionCollector. collect(JRBar3DPlot barPlot)
Deprecated.To be removed.JRBar3DPlot
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 JRBar3DPlot Modifier and Type Class Description class
JRBaseBar3DPlot
Deprecated.To be removed.Methods in net.sf.jasperreports.charts.base that return JRBar3DPlot Modifier and Type Method Description JRBar3DPlot
ChartsBaseObjectFactory. getBar3DPlot(JRBar3DPlot barPlot)
Deprecated.To be removed.Methods in net.sf.jasperreports.charts.base with parameters of type JRBar3DPlot Modifier and Type Method Description JRBar3DPlot
ChartsBaseObjectFactory. getBar3DPlot(JRBar3DPlot barPlot)
Deprecated.To be removed.Constructors in net.sf.jasperreports.charts.base with parameters of type JRBar3DPlot Constructor Description JRBaseBar3DPlot(JRBar3DPlot barPlot, ChartsBaseObjectFactory factory)
Deprecated. -
Uses of JRBar3DPlot in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRBar3DPlot Modifier and Type Class Description class
JRDesignBar3DPlot
Deprecated.To be removed. -
Uses of JRBar3DPlot in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRBar3DPlot Modifier and Type Class Description class
JRFillBar3DPlot
Deprecated.To be removed.Methods in net.sf.jasperreports.charts.fill that return JRBar3DPlot Modifier and Type Method Description JRBar3DPlot
ChartsFillObjectFactory. getBar3DPlot(JRBar3DPlot barPlot)
Deprecated.To be removed.Methods in net.sf.jasperreports.charts.fill with parameters of type JRBar3DPlot Modifier and Type Method Description JRBar3DPlot
ChartsFillObjectFactory. getBar3DPlot(JRBar3DPlot barPlot)
Deprecated.To be removed.Constructors in net.sf.jasperreports.charts.fill with parameters of type JRBar3DPlot Constructor Description JRFillBar3DPlot(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 JRBar3DPlot Modifier and Type Method Description void
ChartsApiWriter. writeBar3DPlot(JRBar3DPlot plot, String chartName)
Deprecated.To be removed.
-