public class JRBasePieSeries extends java.lang.Object implements JRPieSeries, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected JRExpression |
keyExpression |
protected JRExpression |
labelExpression |
protected JRHyperlink |
sectionHyperlink |
protected JRExpression |
valueExpression |
Modifier | Constructor and Description |
---|---|
protected |
JRBasePieSeries() |
|
JRBasePieSeries(JRPieSeries pieSeries,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
JRExpression |
getKeyExpression() |
JRExpression |
getLabelExpression() |
JRHyperlink |
getSectionHyperlink()
Returns the hyperlink specification for chart sections.
|
JRExpression |
getValueExpression() |
protected JRExpression keyExpression
protected JRExpression valueExpression
protected JRExpression labelExpression
protected JRHyperlink sectionHyperlink
protected JRBasePieSeries()
public JRBasePieSeries(JRPieSeries pieSeries, JRBaseObjectFactory factory)
public JRExpression getKeyExpression()
getKeyExpression
in interface JRPieSeries
public JRExpression getValueExpression()
getValueExpression
in interface JRPieSeries
public JRExpression getLabelExpression()
getLabelExpression
in interface JRPieSeries
public JRHyperlink getSectionHyperlink()
JRPieSeries
The hyperlink will be evaluated for every chart section and an image map will be created for the chart.
getSectionHyperlink
in interface JRPieSeries
public java.lang.Object clone()
clone
in interface JRCloneable
clone
in class java.lang.Object
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com