Class JRDesignPieSeries
java.lang.Object
net.sf.jasperreports.charts.base.JRBasePieSeries
net.sf.jasperreports.charts.design.JRDesignPieSeries
- All Implemented Interfaces:
Serializable,Cloneable,JRPieSeries,JRChangeEventsSupport,JRCloneable
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class net.sf.jasperreports.charts.base.JRBasePieSeries
keyExpression, labelExpression, sectionHyperlink, valueExpression -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()voidsetKeyExpression(JRExpression keyExpression) voidsetLabelExpression(JRExpression labelExpression) voidsetSectionHyperlink(JRHyperlink sectionHyperlink) Sets the hyperlink specification for pie chart sections.voidsetValueExpression(JRExpression valueExpression) Methods inherited from class net.sf.jasperreports.charts.base.JRBasePieSeries
getKeyExpression, getLabelExpression, getSectionHyperlink, getValueExpression
-
Field Details
-
PROPERTY_KEY_EXPRESSION
- See Also:
-
PROPERTY_SECTION_HYPERLINK
- See Also:
-
PROPERTY_LABEL_EXPRESSION
- See Also:
-
PROPERTY_VALUE_EXPRESSION
- See Also:
-
-
Constructor Details
-
JRDesignPieSeries
public JRDesignPieSeries()
-
-
Method Details
-
setKeyExpression
-
setValueExpression
-
setLabelExpression
-
setSectionHyperlink
Sets the hyperlink specification for pie chart sections.- Parameters:
sectionHyperlink- the hyperlink specification- See Also:
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classJRBasePieSeries
-
getEventSupport
- Specified by:
getEventSupportin interfaceJRChangeEventsSupport
-