net.sf.jasperreports.charts
Interface JRTimePeriodSeries

All Superinterfaces:
java.lang.Cloneable, JRCloneable
All Known Implementing Classes:
JRBaseTimePeriodSeries, JRDesignTimePeriodSeries, JRFillTimePeriodSeries

public interface JRTimePeriodSeries
extends JRCloneable

Version:
$Id: JRTimePeriodSeries.java 1950 2007-11-12 15:21:54Z teodord $
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)

Method Summary
 JRExpression getEndDateExpression()
           
 JRHyperlink getItemHyperlink()
          Returns the hyperlink specification for chart items.
 JRExpression getLabelExpression()
           
 JRExpression getSeriesExpression()
           
 JRExpression getStartDateExpression()
           
 JRExpression getValueExpression()
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Method Detail

getSeriesExpression

JRExpression getSeriesExpression()

getStartDateExpression

JRExpression getStartDateExpression()

getEndDateExpression

JRExpression getEndDateExpression()

getValueExpression

JRExpression getValueExpression()

getLabelExpression

JRExpression getLabelExpression()

getItemHyperlink

JRHyperlink getItemHyperlink()
Returns the hyperlink specification for chart items.

The hyperlink will be evaluated for every chart item and a image map will be created for the chart.

Returns:
hyperlink specification for chart items


© 2001-2006 JasperSoft Corporation www.jaspersoft.com