Package net.sf.jasperreports.charts
Interface JRYAxisFormat
- All Known Subinterfaces:
JRBubblePlot,JRScatterPlot
- All Known Implementing Classes:
JRBaseBubblePlot,JRBaseScatterPlot,JRDesignBubblePlot,JRDesignScatterPlot,JRFillBubblePlot,JRFillScatterPlot
public interface JRYAxisFormat
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getYAxisLabelFont
JRFont getYAxisLabelFont() -
getYAxisLabelColor
Color getYAxisLabelColor() -
getOwnYAxisLabelColor
Color getOwnYAxisLabelColor() -
getYAxisTickLabelFont
JRFont getYAxisTickLabelFont() -
getYAxisTickLabelColor
Color getYAxisTickLabelColor() -
getOwnYAxisTickLabelColor
Color getOwnYAxisTickLabelColor() -
getYAxisTickLabelMask
String getYAxisTickLabelMask() -
getYAxisVerticalTickLabels
Boolean getYAxisVerticalTickLabels() -
getYAxisLineColor
Color getYAxisLineColor() -
getOwnYAxisLineColor
Color getOwnYAxisLineColor()
-