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 3032 2009-08-27 11:32:28Z teodord $
Author:
Teodor Danciu ([email protected])

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


Copyright © 2010. All Rights Reserved.