net.sf.jasperreports.charts
Interface JRTimeSeriesPlot

All Superinterfaces:
JRChartPlot
All Known Implementing Classes:
JRBaseTimeSeriesPlot, JRDesignTimeSeriesPlot, 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

JRExpression getTimeAxisLabelExpression()

getValueAxisLabelExpression

JRExpression getValueAxisLabelExpression()

isShowLines

boolean isShowLines()

isShowShapes

boolean isShowShapes()


© 2001-2005 JasperSoft Corporation www.jaspersoft.com