net.sf.jasperreports.charts.base
Class JRBaseLinePlot
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBaseLinePlot
- All Implemented Interfaces:
- JRChartPlot, JRLinePlot, java.io.Serializable
- Direct Known Subclasses:
- JRDesignLinePlot
- public class JRBaseLinePlot
- extends JRBaseChartPlot
- implements JRLinePlot
- Version:
- $Id: JRBaseLinePlot.java,v 1.11 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
JRBaseLinePlot
public JRBaseLinePlot(JRChartPlot linePlot)
JRBaseLinePlot
public JRBaseLinePlot(JRLinePlot linePlot,
JRBaseObjectFactory factory)
getCategoryAxisLabelExpression
public JRExpression getCategoryAxisLabelExpression()
- Specified by:
getCategoryAxisLabelExpression
in interface JRLinePlot
getValueAxisLabelExpression
public JRExpression getValueAxisLabelExpression()
- Specified by:
getValueAxisLabelExpression
in interface JRLinePlot
isShowShapes
public boolean isShowShapes()
- Specified by:
isShowShapes
in interface JRLinePlot
isShowLines
public boolean isShowLines()
- Specified by:
isShowLines
in interface JRLinePlot
setShowShapes
public void setShowShapes(boolean value)
- Specified by:
setShowShapes
in interface JRLinePlot
setShowLines
public void setShowLines(boolean value)
- Specified by:
setShowLines
in interface JRLinePlot
collectExpressions
public void collectExpressions(JRExpressionCollector collector)
- Specified by:
collectExpressions
in interface JRChartPlot
© 2001-2005 JasperSoft Corporation www.jaspersoft.com