Uses of Interface
net.sf.jasperreports.charts.JRYAxisFormat
-
Packages that use JRYAxisFormat 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 JRYAxisFormat in net.sf.jasperreports.charts
Subinterfaces of JRYAxisFormat in net.sf.jasperreports.charts Modifier and Type Interface Description interface
JRBubblePlot
Only Bubble charts use this type of plot.interface
JRScatterPlot
Scatter plots are used only with Scatter charts. -
Uses of JRYAxisFormat in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRYAxisFormat Modifier and Type Class Description class
JRBaseBubblePlot
class
JRBaseScatterPlot
-
Uses of JRYAxisFormat in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRYAxisFormat Modifier and Type Class Description class
JRDesignBubblePlot
class
JRDesignScatterPlot
-
Uses of JRYAxisFormat in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRYAxisFormat Modifier and Type Class Description class
JRFillBubblePlot
class
JRFillScatterPlot
-
Uses of JRYAxisFormat in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util with parameters of type JRYAxisFormat Modifier and Type Method Description Color
ChartsStyleResolver. getYAxisLabelColor(JRYAxisFormat axisFormat, JRChartPlot plot)
Color
ChartsStyleResolver. getYAxisLineColor(JRYAxisFormat axisFormat, JRChartPlot plot)
Color
ChartsStyleResolver. getYAxisTickLabelColor(JRYAxisFormat axisFormat, JRChartPlot plot)
-