Package net.sf.jasperreports.charts
Interface JRXAxisFormat
- All Known Subinterfaces:
JRBubblePlot,JRScatterPlot
- All Known Implementing Classes:
JRBaseBubblePlot,JRBaseScatterPlot,JRDesignBubblePlot,JRDesignScatterPlot,JRFillBubblePlot,JRFillScatterPlot
public interface JRXAxisFormat
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getXAxisLabelFont
JRFont getXAxisLabelFont() -
getXAxisLabelColor
Color getXAxisLabelColor() -
getOwnXAxisLabelColor
Color getOwnXAxisLabelColor() -
getXAxisTickLabelFont
JRFont getXAxisTickLabelFont() -
getXAxisTickLabelColor
Color getXAxisTickLabelColor() -
getOwnXAxisTickLabelColor
Color getOwnXAxisTickLabelColor() -
getXAxisTickLabelMask
String getXAxisTickLabelMask() -
getXAxisVerticalTickLabels
Boolean getXAxisVerticalTickLabels() -
getXAxisLineColor
Color getXAxisLineColor() -
getOwnXAxisLineColor
Color getOwnXAxisLineColor()
-