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 JRPieSeries
java.lang.Comparable
object representing
the categories that will make up the slices in the pie chart.public JRExpression getValueExpression()
getValueExpression
in interface JRPieSeries
public JRExpression getLabelExpression()
getLabelExpression
in interface JRPieSeries
java.lang.String
values, to customize
the item labels for the pie chart.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 Object clone()
clone
in interface JRCloneable
clone
in class Object
Copyright © 2016. All rights reserved.