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 JRPieSeriesjava.lang.Comparable object representing
the categories that will make up the slices in the pie chart.public JRExpression getValueExpression()
getValueExpression in interface JRPieSeriespublic JRExpression getLabelExpression()
getLabelExpression in interface JRPieSeriesjava.lang.String values, to customize
the item labels for the pie chart.public 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 © 2017. All rights reserved.