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.engine.util Contains utility classes for the core library. -
-
Uses of JRYAxisFormat in net.sf.jasperreports.charts
Subinterfaces of JRYAxisFormat in net.sf.jasperreports.charts Modifier and Type Interface Description interfaceJRBubblePlotOnly Bubble charts use this type of plot.interfaceJRScatterPlotScatter 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 classJRBaseBubblePlotclassJRBaseScatterPlot -
Uses of JRYAxisFormat in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRYAxisFormat Modifier and Type Class Description classJRDesignBubblePlotclassJRDesignScatterPlot -
Uses of JRYAxisFormat in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRYAxisFormat Modifier and Type Class Description classJRFillBubblePlotclassJRFillScatterPlot -
Uses of JRYAxisFormat in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRYAxisFormat Modifier and Type Method Description java.awt.ColorStyleResolver. getYAxisLabelColor(JRYAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getYAxisLineColor(JRYAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getYAxisTickLabelColor(JRYAxisFormat axisFormat, JRChartPlot plot)
-