net.sf.jasperreports.charts.base
Class JRBaseBarPlot
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBaseBarPlot
- All Implemented Interfaces:
- JRBarPlot, JRChartPlot, java.io.Serializable
- Direct Known Subclasses:
- JRDesignBarPlot
- public class JRBaseBarPlot
- extends JRBaseChartPlot
- implements JRBarPlot
- Version:
- $Id: JRBaseBarPlot.java,v 1.11 2005/09/07 13:58:25 teodord Exp $
- Author:
- Teodor Danciu (teodord@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
isShowTickMarks
protected boolean isShowTickMarks
isShowTickLabels
protected boolean isShowTickLabels
isShowLabels
protected boolean isShowLabels
JRBaseBarPlot
public JRBaseBarPlot(JRChartPlot barPlot)
JRBaseBarPlot
public JRBaseBarPlot(JRBarPlot barPlot,
JRBaseObjectFactory factory)
getCategoryAxisLabelExpression
public JRExpression getCategoryAxisLabelExpression()
- Specified by:
getCategoryAxisLabelExpression
in interface JRBarPlot
getValueAxisLabelExpression
public JRExpression getValueAxisLabelExpression()
- Specified by:
getValueAxisLabelExpression
in interface JRBarPlot
isShowTickMarks
public boolean isShowTickMarks()
- Specified by:
isShowTickMarks
in interface JRBarPlot
setShowTickMarks
public void setShowTickMarks(boolean isShowTickMarks)
- Specified by:
setShowTickMarks
in interface JRBarPlot
isShowTickLabels
public boolean isShowTickLabels()
- Specified by:
isShowTickLabels
in interface JRBarPlot
setShowTickLabels
public void setShowTickLabels(boolean isShowTickLabels)
- Specified by:
setShowTickLabels
in interface JRBarPlot
isShowLabels
public boolean isShowLabels()
- Specified by:
isShowLabels
in interface JRBarPlot
setShowLabels
public void setShowLabels(boolean isShowLabels)
- Specified by:
setShowLabels
in interface JRBarPlot
collectExpressions
public void collectExpressions(JRExpressionCollector collector)
- Specified by:
collectExpressions
in interface JRChartPlot
© 2001-2005 JasperSoft Corporation www.jaspersoft.com