net.sf.jasperreports.charts
Interface JRLinePlot

All Superinterfaces:
JRChartPlot
All Known Implementing Classes:
JRBaseLinePlot, JRDesignLinePlot, JRFillLinePlot

public interface JRLinePlot
extends JRChartPlot

Version:
$Id: JRLinePlot.java,v 1.6 2005/07/09 09:14:49 teodord Exp $
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)

Method Summary
 JRExpression getCategoryAxisLabelExpression()
           
 JRExpression getValueAxisLabelExpression()
           
 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

getCategoryAxisLabelExpression

JRExpression getCategoryAxisLabelExpression()

getValueAxisLabelExpression

JRExpression getValueAxisLabelExpression()

isShowLines

boolean isShowLines()

setShowLines

void setShowLines(boolean isShowLines)

isShowShapes

boolean isShowShapes()

setShowShapes

void setShowShapes(boolean isShowShapes)


© 2001-2005 JasperSoft Corporation www.jaspersoft.com