net.sf.jasperreports.charts
Interface JRXyzSeries

All Superinterfaces:
java.lang.Cloneable, JRCloneable
All Known Implementing Classes:
JRBaseXyzSeries, JRDesignXyzSeries, JRFillXyzSeries

public interface JRXyzSeries
extends JRCloneable

Version:
$Id: JRXyzSeries.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)

Method Summary
 JRHyperlink getItemHyperlink()
          Returns the hyperlink specification for chart items.
 JRExpression getSeriesExpression()
           
 JRExpression getXValueExpression()
           
 JRExpression getYValueExpression()
           
 JRExpression getZValueExpression()
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Method Detail

getSeriesExpression

JRExpression getSeriesExpression()

getXValueExpression

JRExpression getXValueExpression()

getYValueExpression

JRExpression getYValueExpression()

getZValueExpression

JRExpression getZValueExpression()

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-2010 Jaspersoft Corporation www.jaspersoft.com