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 java.awt.ColorgetOwnValueAxisLabelColor()java.awt.ColorgetOwnValueAxisLineColor()java.awt.ColorgetOwnValueAxisTickLabelColor()java.awt.ColorgetValueAxisLabelColor()JRFontgetValueAxisLabelFont()java.awt.ColorgetValueAxisLineColor()java.awt.ColorgetValueAxisTickLabelColor()JRFontgetValueAxisTickLabelFont()java.lang.StringgetValueAxisTickLabelMask()java.lang.BooleangetValueAxisVerticalTickLabels()
-
-
-
Method Detail
-
getValueAxisLabelFont
JRFont getValueAxisLabelFont()
-
getValueAxisLabelColor
java.awt.Color getValueAxisLabelColor()
-
getOwnValueAxisLabelColor
java.awt.Color getOwnValueAxisLabelColor()
-
getValueAxisTickLabelFont
JRFont getValueAxisTickLabelFont()
-
getValueAxisTickLabelColor
java.awt.Color getValueAxisTickLabelColor()
-
getOwnValueAxisTickLabelColor
java.awt.Color getOwnValueAxisTickLabelColor()
-
getValueAxisTickLabelMask
java.lang.String getValueAxisTickLabelMask()
-
getValueAxisVerticalTickLabels
java.lang.Boolean getValueAxisVerticalTickLabels()
-
getValueAxisLineColor
java.awt.Color getValueAxisLineColor()
-
getOwnValueAxisLineColor
java.awt.Color getOwnValueAxisLineColor()
-
-