net.sf.jasperreports.charts
Interface JRCategorySeries

All Superinterfaces:
java.lang.Cloneable, JRCloneable
All Known Implementing Classes:
JRBaseCategorySeries, JRDesignCategorySeries, JRFillCategorySeries

public interface JRCategorySeries
extends JRCloneable

Version:
$Id: JRCategorySeries.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

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

Method Detail

getSeriesExpression

JRExpression getSeriesExpression()

getCategoryExpression

JRExpression getCategoryExpression()

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 an image map will be created for the chart.

Returns:
hyperlink specification for chart items


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com