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 ColorgetOwnXAxisLabelColor()ColorgetOwnXAxisLineColor()ColorgetOwnXAxisTickLabelColor()ColorgetXAxisLabelColor()JRFontgetXAxisLabelFont()ColorgetXAxisLineColor()ColorgetXAxisTickLabelColor()JRFontgetXAxisTickLabelFont()StringgetXAxisTickLabelMask()BooleangetXAxisVerticalTickLabels()
-
-
-
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()
-
-