net.sf.jasperreports.charts.base
Class JRBaseScatterPlot

java.lang.Object
  extended bynet.sf.jasperreports.engine.base.JRBaseChartPlot
      extended bynet.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.10 2005/10/09 21:34:26 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
protected  JRExpression xAxisLabelExpression
           
protected  JRExpression yAxisLabelExpression
           
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
backcolor, backgroundAlpha, foregroundAlpha, orientation
 
Constructor Summary
JRBaseScatterPlot(JRChartPlot scattedPlot)
           
JRBaseScatterPlot(JRScatterPlot scattedPlot, JRBaseObjectFactory factory)
           
 
Method Summary
 void collectExpressions(JRExpressionCollector collector)
           
 JRExpression getXAxisLabelExpression()
           
 JRExpression getYAxisLabelExpression()
           
 boolean isShowLines()
           
 boolean isShowShapes()
           
 void setShowLines(boolean value)
           
 void setShowShapes(boolean value)
           
 
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setOrientation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setOrientation
 

Field Detail

xAxisLabelExpression

protected JRExpression xAxisLabelExpression

yAxisLabelExpression

protected JRExpression yAxisLabelExpression
Constructor Detail

JRBaseScatterPlot

public JRBaseScatterPlot(JRChartPlot scattedPlot)

JRBaseScatterPlot

public JRBaseScatterPlot(JRScatterPlot scattedPlot,
                         JRBaseObjectFactory factory)
Method Detail

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