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 Color
getOwnYAxisLabelColor()
Color
getOwnYAxisLineColor()
Color
getOwnYAxisTickLabelColor()
Color
getYAxisLabelColor()
JRFont
getYAxisLabelFont()
Color
getYAxisLineColor()
Color
getYAxisTickLabelColor()
JRFont
getYAxisTickLabelFont()
String
getYAxisTickLabelMask()
Boolean
getYAxisVerticalTickLabels()
-
-
-
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()
-
-