net.sf.jasperreports.charts
Interface JRBar3DPlot
- All Superinterfaces:
- JRChartPlot
- All Known Implementing Classes:
- JRBaseBar3DPlot, JRDesignBar3DPlot, JRFillBar3DPlot
public interface JRBar3DPlot
- extends JRChartPlot
- Version:
- $Id: JRBar3DPlot.java 1384 2006-09-06 00:27:41 +0300 (Wed, 06 Sep 2006) bklawans $
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
addSeriesColor, clearSeriesColors, collectExpressions, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getLabelRotation, getOrientation, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation |
getCategoryAxisLabelExpression
JRExpression getCategoryAxisLabelExpression()
getCategoryAxisLabelFont
JRFont getCategoryAxisLabelFont()
getCategoryAxisLabelColor
java.awt.Color getCategoryAxisLabelColor()
getCategoryAxisTickLabelFont
JRFont getCategoryAxisTickLabelFont()
getCategoryAxisTickLabelColor
java.awt.Color getCategoryAxisTickLabelColor()
getCategoryAxisTickLabelMask
java.lang.String getCategoryAxisTickLabelMask()
getCategoryAxisLineColor
java.awt.Color getCategoryAxisLineColor()
getValueAxisLabelExpression
JRExpression getValueAxisLabelExpression()
getValueAxisLabelFont
JRFont getValueAxisLabelFont()
getValueAxisLabelColor
java.awt.Color getValueAxisLabelColor()
getValueAxisTickLabelFont
JRFont getValueAxisTickLabelFont()
getValueAxisTickLabelColor
java.awt.Color getValueAxisTickLabelColor()
getValueAxisTickLabelMask
java.lang.String getValueAxisTickLabelMask()
getValueAxisLineColor
java.awt.Color getValueAxisLineColor()
getXOffset
double getXOffset()
setXOffset
void setXOffset(double xOffset)
getYOffset
double getYOffset()
setYOffset
void setYOffset(double yOffset)
isShowLabels
boolean isShowLabels()
setShowLabels
void setShowLabels(boolean isShowLabels)
© 2001-2006 JasperSoft Corporation www.jaspersoft.com