net.sf.jasperreports.charts
Interface JRPieDataset

All Superinterfaces:
java.lang.Cloneable, JRChartDataset, JRCloneable, JRElementDataset
All Known Implementing Classes:
JRBasePieDataset, JRDesignPieDataset, JRFillPieDataset

public interface JRPieDataset
extends JRChartDataset

Version:
$Id: JRPieDataset.java 1368 2006-09-01 12:01:52Z lucianc $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
 
Fields inherited from interface net.sf.jasperreports.engine.JRChartDataset
CATEGORY_DATASET, HIGHLOW_DATASET, PIE_DATASET, TIMEPERIOD_DATASET, TIMESERIES_DATASET, VALUE_DATASET, XY_DATASET, XYZ_DATASET
 
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.JRChartDataset
getDatasetType, validate
 
Methods inherited from interface net.sf.jasperreports.engine.JRElementDataset
collectExpressions, getDatasetRun, getIncrementGroup, getIncrementType, getIncrementWhenExpression, getResetGroup, getResetType
 
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-2006 JasperSoft Corporation www.jaspersoft.com