net.sf.jasperreports.charts
Interface JRTimeSeriesPlot

All Superinterfaces:
JRChartPlot
All Known Implementing Classes:
JRBaseTimeSeriesPlot, JRFillTimeSeriesPlot

public interface JRTimeSeriesPlot
extends JRChartPlot

Version:
$Id: JRTimeSeriesPlot.java,v 1.3 2005/07/03 20:47:10 teodord Exp $
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)

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

Method Detail

getTimeAxisLabelExpression

public JRExpression getTimeAxisLabelExpression()

getValueAxisLabelExpression

public JRExpression getValueAxisLabelExpression()

isShowLines

public boolean isShowLines()

isShowShapes

public boolean isShowShapes()


© 2001-2005 JasperSoft Corporation www.jaspersoft.com