net.sf.jasperreports.charts.design
Class JRDesignScatterPlot

java.lang.Object
  extended bynet.sf.jasperreports.engine.base.JRBaseChartPlot
      extended bynet.sf.jasperreports.charts.base.JRBaseScatterPlot
          extended bynet.sf.jasperreports.charts.design.JRDesignScatterPlot
All Implemented Interfaces:
JRChartPlot, JRScatterPlot, java.io.Serializable

public class JRDesignScatterPlot
extends JRBaseScatterPlot

Version:
$Id: JRDesignScatterPlot.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
 
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseScatterPlot
xAxisLabelExpression, yAxisLabelExpression
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
backcolor, backgroundAlpha, foregroundAlpha, orientation
 
Constructor Summary
JRDesignScatterPlot(JRChartPlot scattedPlot)
           
 
Method Summary
 void setXAxisLabelExpression(JRExpression xAxisLabelExpression)
           
 void setYAxisLabelExpression(JRExpression yAxisLabelExpression)
           
 
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseScatterPlot
collectExpressions, getXAxisLabelExpression, getYAxisLabelExpression, isShowLines, isShowShapes, setShowLines, setShowShapes
 
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
 

Constructor Detail

JRDesignScatterPlot

public JRDesignScatterPlot(JRChartPlot scattedPlot)
Method Detail

setXAxisLabelExpression

public void setXAxisLabelExpression(JRExpression xAxisLabelExpression)

setYAxisLabelExpression

public void setYAxisLabelExpression(JRExpression yAxisLabelExpression)


© 2001-2005 JasperSoft Corporation www.jaspersoft.com