net.sf.jasperreports.charts.base
Class JRBaseBar3DPlot
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBaseBar3DPlot
- All Implemented Interfaces:
- JRBar3DPlot, JRChartPlot, java.io.Serializable
- Direct Known Subclasses:
- JRDesignBar3DPlot
- public class JRBaseBar3DPlot
- extends JRBaseChartPlot
- implements JRBar3DPlot
- Version:
- $Id: JRBaseBar3DPlot.java,v 1.14 2005/09/07 13:58:25 teodord Exp $
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
categoryAxisLabelExpression
protected JRExpression categoryAxisLabelExpression
valueAxisLabelExpression
protected JRExpression valueAxisLabelExpression
xOffset
protected double xOffset
yOffset
protected double yOffset
isShowLabels
protected boolean isShowLabels
JRBaseBar3DPlot
public JRBaseBar3DPlot(JRChartPlot barPlot)
JRBaseBar3DPlot
public JRBaseBar3DPlot(JRBar3DPlot barPlot,
JRBaseObjectFactory factory)
getCategoryAxisLabelExpression
public JRExpression getCategoryAxisLabelExpression()
- Specified by:
getCategoryAxisLabelExpression
in interface JRBar3DPlot
getValueAxisLabelExpression
public JRExpression getValueAxisLabelExpression()
- Specified by:
getValueAxisLabelExpression
in interface JRBar3DPlot
getXOffset
public double getXOffset()
- Specified by:
getXOffset
in interface JRBar3DPlot
setXOffset
public void setXOffset(double xOffset)
- Specified by:
setXOffset
in interface JRBar3DPlot
getYOffset
public double getYOffset()
- Specified by:
getYOffset
in interface JRBar3DPlot
setYOffset
public void setYOffset(double yOffset)
- Specified by:
setYOffset
in interface JRBar3DPlot
isShowLabels
public boolean isShowLabels()
- Specified by:
isShowLabels
in interface JRBar3DPlot
setShowLabels
public void setShowLabels(boolean isShowLabels)
- Specified by:
setShowLabels
in interface JRBar3DPlot
collectExpressions
public void collectExpressions(JRExpressionCollector collector)
- Specified by:
collectExpressions
in interface JRChartPlot
© 2001-2005 JasperSoft Corporation www.jaspersoft.com