Package net.sf.jasperreports.charts
Interface JRValueAxisFormat
-
- All Known Subinterfaces:
JRAreaPlot
,JRBar3DPlot
,JRBarPlot
,JRCandlestickPlot
,JRCategoryPlot
,JRHighLowPlot
,JRLinePlot
,JRTimeSeriesPlot
- All Known Implementing Classes:
JRBaseAreaPlot
,JRBaseBar3DPlot
,JRBaseBarPlot
,JRBaseCandlestickPlot
,JRBaseHighLowPlot
,JRBaseLinePlot
,JRBaseTimeSeriesPlot
,JRDesignAreaPlot
,JRDesignBar3DPlot
,JRDesignBarPlot
,JRDesignCandlestickPlot
,JRDesignHighLowPlot
,JRDesignLinePlot
,JRDesignTimeSeriesPlot
,JRFillAreaPlot
,JRFillBar3DPlot
,JRFillBarPlot
,JRFillCandlestickPlot
,JRFillHighLowPlot
,JRFillLinePlot
,JRFillTimeSeriesPlot
public interface JRValueAxisFormat
- Author:
- Flavus Sana (flavius_sana@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getOwnValueAxisLabelColor()
Color
getOwnValueAxisLineColor()
Color
getOwnValueAxisTickLabelColor()
Color
getValueAxisLabelColor()
JRFont
getValueAxisLabelFont()
Color
getValueAxisLineColor()
Color
getValueAxisTickLabelColor()
JRFont
getValueAxisTickLabelFont()
String
getValueAxisTickLabelMask()
Boolean
getValueAxisVerticalTickLabels()
-
-
-
Method Detail
-
getValueAxisLabelFont
JRFont getValueAxisLabelFont()
-
getValueAxisLabelColor
Color getValueAxisLabelColor()
-
getOwnValueAxisLabelColor
Color getOwnValueAxisLabelColor()
-
getValueAxisTickLabelFont
JRFont getValueAxisTickLabelFont()
-
getValueAxisTickLabelColor
Color getValueAxisTickLabelColor()
-
getOwnValueAxisTickLabelColor
Color getOwnValueAxisTickLabelColor()
-
getValueAxisTickLabelMask
String getValueAxisTickLabelMask()
-
getValueAxisVerticalTickLabels
Boolean getValueAxisVerticalTickLabels()
-
getValueAxisLineColor
Color getValueAxisLineColor()
-
getOwnValueAxisLineColor
Color getOwnValueAxisLineColor()
-
-