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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetOwnYAxisLabelColor()ColorgetOwnYAxisLineColor()ColorgetOwnYAxisTickLabelColor()ColorgetYAxisLabelColor()JRFontgetYAxisLabelFont()ColorgetYAxisLineColor()ColorgetYAxisTickLabelColor()JRFontgetYAxisTickLabelFont()StringgetYAxisTickLabelMask()BooleangetYAxisVerticalTickLabels()
-
-
-
Method Detail
-
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()
-
-