net.sf.jasperreports.charts.fill
Class JRFillScatterPlot

java.lang.Object
  extended bynet.sf.jasperreports.engine.fill.JRFillChartPlot
      extended bynet.sf.jasperreports.charts.fill.JRFillScatterPlot
All Implemented Interfaces:
JRChartPlot, JRScatterPlot

public class JRFillScatterPlot
extends JRFillChartPlot
implements JRScatterPlot

Version:
$Id: JRFillScatterPlot.java,v 1.6 2005/08/19 13:27:00 ionutned Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
 
Fields inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
parent
 
Constructor Summary
JRFillScatterPlot(JRScatterPlot plot, JRFillObjectFactory factory)
           
 
Method Summary
 JRExpression getXAxisLabelExpression()
           
 JRExpression getYAxisLabelExpression()
           
 boolean isShowLines()
           
 boolean isShowShapes()
           
 void setShowLines(boolean value)
           
 void setShowShapes(boolean value)
           
 
Methods inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
collectExpressions, 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
collectExpressions, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setOrientation
 

Constructor Detail

JRFillScatterPlot

public JRFillScatterPlot(JRScatterPlot plot,
                         JRFillObjectFactory 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

setShowShapes

public void setShowShapes(boolean value)
Specified by:
setShowShapes in interface JRScatterPlot

isShowLines

public boolean isShowLines()
Specified by:
isShowLines in interface JRScatterPlot

setShowLines

public void setShowLines(boolean value)
Specified by:
setShowLines in interface JRScatterPlot


© 2001-2005 JasperSoft Corporation www.jaspersoft.com