net.sf.jasperreports.charts
Interface JRScatterPlot

All Superinterfaces:
JRChartPlot
All Known Implementing Classes:
JRBaseScatterPlot, JRFillScatterPlot

public interface JRScatterPlot
extends JRChartPlot

Version:
$Id: JRScatterPlot.java,v 1.4 2005/07/09 09:14:49 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 JRExpression getXAxisLabelExpression()
           
 JRExpression getYAxisLabelExpression()
           
 boolean isShowLines()
           
 boolean isShowShapes()
           
 void setShowLines(boolean isShowLines)
           
 void setShowShapes(boolean isShowShapes)
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
collectExpressions, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setOrientation
 

Method Detail

getXAxisLabelExpression

public JRExpression getXAxisLabelExpression()

getYAxisLabelExpression

public JRExpression getYAxisLabelExpression()

isShowLines

public boolean isShowLines()

setShowLines

public void setShowLines(boolean isShowLines)

isShowShapes

public boolean isShowShapes()

setShowShapes

public void setShowShapes(boolean isShowShapes)


© 2001-2005 JasperSoft Corporation www.jaspersoft.com