public class JRBasePieSeries extends Object implements JRPieSeries, 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 |
|---|---|
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 JRPieSeriespublic JRExpression getValueExpression()
getValueExpression in interface JRPieSeriespublic JRExpression getLabelExpression()
getLabelExpression in interface JRPieSeriespublic JRHyperlink getSectionHyperlink()
JRPieSeriesThe hyperlink will be evaluated for every chart section and an image map will be created for the chart.
getSectionHyperlink in interface JRPieSeriespublic Object clone()
clone in interface JRCloneableclone in class ObjectCopyright © 2012. All Rights Reserved.