Uses of Interface
net.sf.jasperreports.charts.JRCategoryAxisFormat
-
Packages that use JRCategoryAxisFormat 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.engine.util Contains utility classes for the core library. -
-
Uses of JRCategoryAxisFormat in net.sf.jasperreports.charts
Subinterfaces of JRCategoryAxisFormat in net.sf.jasperreports.charts Modifier and Type Interface Description interfaceJRAreaPlotArea charts and Stacked Area charts rely on this plot to render their axes and items.interfaceJRBar3DPlotType of plot used to render Bar 3D and the Stacked Bar 3D charts.interfaceJRBarPlotType of plot used to render Bar, Stacked Bar, and XY Bar charts.interfaceJRCategoryPlotType of plot used for rendering category charts.interfaceJRLinePlotType of plot used to render Line charts. -
Uses of JRCategoryAxisFormat in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRCategoryAxisFormat Modifier and Type Class Description classJRBaseAreaPlotclassJRBaseBar3DPlotclassJRBaseBarPlotclassJRBaseLinePlot -
Uses of JRCategoryAxisFormat in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRCategoryAxisFormat Modifier and Type Class Description classJRDesignAreaPlotclassJRDesignBar3DPlotclassJRDesignBarPlotclassJRDesignLinePlot -
Uses of JRCategoryAxisFormat in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRCategoryAxisFormat Modifier and Type Class Description classJRFillAreaPlotclassJRFillBar3DPlotclassJRFillBarPlotclassJRFillLinePlot -
Uses of JRCategoryAxisFormat in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRCategoryAxisFormat Modifier and Type Method Description java.awt.ColorStyleResolver. getCategoryAxisLabelColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getCategoryAxisLineColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getCategoryAxisTickLabelColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)
-