net.sf.jasperreports.charts.design
Class JRDesignBarPlot
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBaseBarPlot
net.sf.jasperreports.charts.design.JRDesignBarPlot
- All Implemented Interfaces:
- java.io.Serializable, JRBarPlot, JRChartPlot
public class JRDesignBarPlot
- extends JRBaseBarPlot
- Version:
- $Id: JRDesignBarPlot.java 1386 2006-09-06 00:33:02 +0300 (Wed, 06 Sep 2006) bklawans $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseBarPlot |
categoryAxisLabelColor, categoryAxisLabelExpression, categoryAxisLabelFont, categoryAxisLineColor, categoryAxisTickLabelColor, categoryAxisTickLabelFont, categoryAxisTickLabelMask, isShowLabels, isShowTickLabels, isShowTickMarks, valueAxisLabelColor, valueAxisLabelExpression, valueAxisLabelFont, valueAxisLineColor, valueAxisTickLabelColor, valueAxisTickLabelFont, valueAxisTickLabelMask |
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseBarPlot |
collectExpressions, getCategoryAxisLabelColor, getCategoryAxisLabelExpression, getCategoryAxisLabelFont, getCategoryAxisLineColor, getCategoryAxisTickLabelColor, getCategoryAxisTickLabelFont, getCategoryAxisTickLabelMask, getValueAxisLabelColor, getValueAxisLabelExpression, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask, isShowLabels, isShowTickLabels, isShowTickMarks, setShowLabels, setShowTickLabels, setShowTickMarks |
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot |
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getLabelRotation, getOrientation, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getLabelRotation, getOrientation, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation |
JRDesignBarPlot
public JRDesignBarPlot(JRChartPlot barPlot)
setCategoryAxisLabelExpression
public void setCategoryAxisLabelExpression(JRExpression categoryAxisLabelExpression)
setCategoryAxisLabelFont
public void setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
setCategoryAxisLabelColor
public void setCategoryAxisLabelColor(java.awt.Color categoryAxisLabelColor)
setCategoryAxisTickLabelFont
public void setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
setCategoryAxisTickLabelColor
public void setCategoryAxisTickLabelColor(java.awt.Color categoryAxisTickLabelColor)
setCategoryAxisTickLabelMask
public void setCategoryAxisTickLabelMask(java.lang.String categoryAxisTickLabelMask)
setCategoryAxisLineColor
public void setCategoryAxisLineColor(java.awt.Color categoryAxisLineColor)
setValueAxisLabelExpression
public void setValueAxisLabelExpression(JRExpression valueAxisLabelExpression)
setValueAxisLabelFont
public void setValueAxisLabelFont(JRFont valueAxisLabelFont)
setValueAxisLabelColor
public void setValueAxisLabelColor(java.awt.Color valueAxisLabelColor)
setValueAxisTickLabelFont
public void setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)
setValueAxisTickLabelColor
public void setValueAxisTickLabelColor(java.awt.Color valueAxisTickLabelColor)
setValueAxisTickLabelMask
public void setValueAxisTickLabelMask(java.lang.String valueAxisTickLabelMask)
setValueAxisLineColor
public void setValueAxisLineColor(java.awt.Color valueAxisLineColor)
setCategoryAxisFormat
public void setCategoryAxisFormat(JRAxisFormat axisFormat)
setValueAxisFormat
public void setValueAxisFormat(JRAxisFormat axisFormat)
© 2001-2006 JasperSoft Corporation www.jaspersoft.com