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.charts.util Contains utility classes for complex chart customization. -
-
Uses of JRCategoryAxisFormat in net.sf.jasperreports.charts
Subinterfaces of JRCategoryAxisFormat in net.sf.jasperreports.charts Modifier and Type Interface Description interface
JRAreaPlot
Area charts and Stacked Area charts rely on this plot to render their axes and items.interface
JRBar3DPlot
Deprecated.To be removed.interface
JRBarPlot
Type of plot used to render Bar, Stacked Bar, and XY Bar charts.interface
JRCategoryPlot
Type of plot used for rendering category charts.interface
JRLinePlot
Type 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 class
JRBaseAreaPlot
class
JRBaseBar3DPlot
Deprecated.To be removed.class
JRBaseBarPlot
class
JRBaseLinePlot
-
Uses of JRCategoryAxisFormat in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRCategoryAxisFormat Modifier and Type Class Description class
JRDesignAreaPlot
class
JRDesignBar3DPlot
Deprecated.To be removed.class
JRDesignBarPlot
class
JRDesignLinePlot
-
Uses of JRCategoryAxisFormat in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRCategoryAxisFormat Modifier and Type Class Description class
JRFillAreaPlot
class
JRFillBar3DPlot
Deprecated.To be removed.class
JRFillBarPlot
class
JRFillLinePlot
-
Uses of JRCategoryAxisFormat in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util with parameters of type JRCategoryAxisFormat Modifier and Type Method Description Color
ChartsStyleResolver. getCategoryAxisLabelColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)
Color
ChartsStyleResolver. getCategoryAxisLineColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)
Color
ChartsStyleResolver. getCategoryAxisTickLabelColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)
-