net.sf.jasperreports.charts
Interface JRPieSeries

All Superinterfaces:
java.lang.Cloneable, JRCloneable
All Known Implementing Classes:
JRBasePieSeries, JRDesignPieSeries, JRFillPieSeries

public interface JRPieSeries
extends JRCloneable

Version:
$Id: JRPieSeries.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 JRExpression getKeyExpression()
           
 JRExpression getLabelExpression()
           
 JRHyperlink getSectionHyperlink()
          Returns the hyperlink specification for chart sections.
 JRExpression getValueExpression()
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Method Detail

getKeyExpression

JRExpression getKeyExpression()

getValueExpression

JRExpression getValueExpression()

getLabelExpression

JRExpression getLabelExpression()

getSectionHyperlink

JRHyperlink getSectionHyperlink()
Returns the hyperlink specification for chart sections.

The hyperlink will be evaluated for every chart section and an image map will be created for the chart.

Returns:
hyperlink specification for chart sections


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com