Package net.sf.jasperreports.charts.util
Class ChartsStyleResolver
- java.lang.Object
-
- net.sf.jasperreports.charts.util.ChartsStyleResolver
-
public class ChartsStyleResolver extends Object
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description ChartsStyleResolver(StyleResolver parent)
-
Method Summary
-
-
-
Constructor Detail
-
ChartsStyleResolver
public ChartsStyleResolver(StyleResolver parent)
-
-
Method Detail
-
getForecolor
public Color getForecolor(JRChartPlot plot)
-
getBackcolor
public Color getBackcolor(JRChartPlot plot)
-
getCategoryAxisLabelColor
public Color getCategoryAxisLabelColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)
-
getCategoryAxisTickLabelColor
public Color getCategoryAxisTickLabelColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)
-
getCategoryAxisLineColor
public Color getCategoryAxisLineColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)
-
getValueAxisLabelColor
public Color getValueAxisLabelColor(JRValueAxisFormat axisFormat, JRChartPlot plot)
-
getValueAxisTickLabelColor
public Color getValueAxisTickLabelColor(JRValueAxisFormat axisFormat, JRChartPlot plot)
-
getValueAxisLineColor
public Color getValueAxisLineColor(JRValueAxisFormat axisFormat, JRChartPlot plot)
-
getXAxisLabelColor
public Color getXAxisLabelColor(JRXAxisFormat axisFormat, JRChartPlot plot)
-
getXAxisTickLabelColor
public Color getXAxisTickLabelColor(JRXAxisFormat axisFormat, JRChartPlot plot)
-
getXAxisLineColor
public Color getXAxisLineColor(JRXAxisFormat axisFormat, JRChartPlot plot)
-
getYAxisLabelColor
public Color getYAxisLabelColor(JRYAxisFormat axisFormat, JRChartPlot plot)
-
getYAxisTickLabelColor
public Color getYAxisTickLabelColor(JRYAxisFormat axisFormat, JRChartPlot plot)
-
getYAxisLineColor
public Color getYAxisLineColor(JRYAxisFormat axisFormat, JRChartPlot plot)
-
getTimeAxisLabelColor
public Color getTimeAxisLabelColor(JRTimeAxisFormat axisFormat, JRChartPlot plot)
-
getTimeAxisTickLabelColor
public Color getTimeAxisTickLabelColor(JRTimeAxisFormat axisFormat, JRChartPlot plot)
-
getTimeAxisLineColor
public Color getTimeAxisLineColor(JRTimeAxisFormat axisFormat, JRChartPlot plot)
-
-