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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getOwnXAxisLabelColor()
Color
getOwnXAxisLineColor()
Color
getOwnXAxisTickLabelColor()
Color
getXAxisLabelColor()
JRFont
getXAxisLabelFont()
Color
getXAxisLineColor()
Color
getXAxisTickLabelColor()
JRFont
getXAxisTickLabelFont()
String
getXAxisTickLabelMask()
Boolean
getXAxisVerticalTickLabels()
-
-
-
Method Detail
-
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()
-
-