Class JRDesignPieSeries
- java.lang.Object
-
- net.sf.jasperreports.charts.base.JRBasePieSeries
-
- net.sf.jasperreports.charts.design.JRDesignPieSeries
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,JRPieSeries,JRChangeEventsSupport,JRCloneable
public class JRDesignPieSeries extends JRBasePieSeries implements JRChangeEventsSupport
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_KEY_EXPRESSIONstatic java.lang.StringPROPERTY_LABEL_EXPRESSIONstatic java.lang.StringPROPERTY_SECTION_HYPERLINKstatic java.lang.StringPROPERTY_VALUE_EXPRESSION-
Fields inherited from class net.sf.jasperreports.charts.base.JRBasePieSeries
keyExpression, labelExpression, sectionHyperlink, valueExpression
-
-
Constructor Summary
Constructors Constructor Description JRDesignPieSeries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()JRPropertyChangeSupportgetEventSupport()Returns the property change support object for this instance.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 Detail
-
PROPERTY_KEY_EXPRESSION
public static final java.lang.String PROPERTY_KEY_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_SECTION_HYPERLINK
public static final java.lang.String PROPERTY_SECTION_HYPERLINK
- See Also:
- Constant Field Values
-
PROPERTY_LABEL_EXPRESSION
public static final java.lang.String PROPERTY_LABEL_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_VALUE_EXPRESSION
public static final java.lang.String PROPERTY_VALUE_EXPRESSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
setKeyExpression
public void setKeyExpression(JRExpression keyExpression)
-
setValueExpression
public void setValueExpression(JRExpression valueExpression)
-
setLabelExpression
public void setLabelExpression(JRExpression labelExpression)
-
setSectionHyperlink
public void setSectionHyperlink(JRHyperlink sectionHyperlink)
Sets the hyperlink specification for pie chart sections.- Parameters:
sectionHyperlink- the hyperlink specification- See Also:
JRBasePieSeries.getSectionHyperlink()
-
clone
public java.lang.Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classJRBasePieSeries
-
getEventSupport
public JRPropertyChangeSupport getEventSupport()
Description copied from interface:JRChangeEventsSupportReturns the property change support object for this instance.- Specified by:
getEventSupportin interfaceJRChangeEventsSupport- Returns:
- the property change support object for this instance
-
-