net.sf.jasperreports.charts.base
Class JRBasePieSeries
java.lang.Object
net.sf.jasperreports.charts.base.JRBasePieSeries
- All Implemented Interfaces:
- Serializable, Cloneable, JRPieSeries, JRCloneable
- Direct Known Subclasses:
- JRDesignPieSeries
public class JRBasePieSeries
- extends Object
- implements JRPieSeries, Serializable
- Version:
- $Id: JRBasePieSeries.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
keyExpression
protected JRExpression keyExpression
valueExpression
protected JRExpression valueExpression
labelExpression
protected JRExpression labelExpression
sectionHyperlink
protected JRHyperlink sectionHyperlink
JRBasePieSeries
protected JRBasePieSeries()
JRBasePieSeries
public JRBasePieSeries(JRPieSeries pieSeries,
JRBaseObjectFactory factory)
getKeyExpression
public JRExpression getKeyExpression()
- Specified by:
getKeyExpression in interface JRPieSeries
getValueExpression
public JRExpression getValueExpression()
- Specified by:
getValueExpression in interface JRPieSeries
getLabelExpression
public JRExpression getLabelExpression()
- Specified by:
getLabelExpression in interface JRPieSeries
getSectionHyperlink
public JRHyperlink getSectionHyperlink()
- Description copied from interface:
JRPieSeries
- 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.
- Specified by:
getSectionHyperlink in interface JRPieSeries
- Returns:
- hyperlink specification for chart sections
clone
public Object clone()
- Specified by:
clone in interface JRCloneable- Overrides:
clone in class Object
Copyright © 2012. All Rights Reserved.