net.sf.jasperreports.charts.base
Class JRBaseScatterPlot
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBaseScatterPlot
- All Implemented Interfaces:
- JRChartPlot, JRScatterPlot, java.io.Serializable
- Direct Known Subclasses:
- JRDesignScatterPlot
- public class JRBaseScatterPlot
- extends JRBaseChartPlot
- implements JRScatterPlot
- Version:
- $Id: JRBaseScatterPlot.java,v 1.9 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 |
xAxisLabelExpression
protected JRExpression xAxisLabelExpression
yAxisLabelExpression
protected JRExpression yAxisLabelExpression
JRBaseScatterPlot
public JRBaseScatterPlot(JRChartPlot scattedPlot)
JRBaseScatterPlot
public JRBaseScatterPlot(JRScatterPlot scattedPlot,
JRBaseObjectFactory factory)
getXAxisLabelExpression
public JRExpression getXAxisLabelExpression()
- Specified by:
getXAxisLabelExpression
in interface JRScatterPlot
getYAxisLabelExpression
public JRExpression getYAxisLabelExpression()
- Specified by:
getYAxisLabelExpression
in interface JRScatterPlot
isShowShapes
public boolean isShowShapes()
- Specified by:
isShowShapes
in interface JRScatterPlot
isShowLines
public boolean isShowLines()
- Specified by:
isShowLines
in interface JRScatterPlot
setShowShapes
public void setShowShapes(boolean value)
- Specified by:
setShowShapes
in interface JRScatterPlot
setShowLines
public void setShowLines(boolean value)
- Specified by:
setShowLines
in interface JRScatterPlot
collectExpressions
public void collectExpressions(JRExpressionCollector collector)
- Specified by:
collectExpressions
in interface JRChartPlot
© 2001-2005 JasperSoft Corporation www.jaspersoft.com