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
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 String
PROPERTY_KEY_EXPRESSION
static String
PROPERTY_LABEL_EXPRESSION
static String
PROPERTY_SECTION_HYPERLINK
static String
PROPERTY_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 Object
clone()
JRPropertyChangeSupport
getEventSupport()
Returns the property change support object for this instance.void
setKeyExpression(JRExpression keyExpression)
void
setLabelExpression(JRExpression labelExpression)
void
setSectionHyperlink(JRHyperlink sectionHyperlink)
Sets the hyperlink specification for pie chart sections.void
setValueExpression(JRExpression valueExpression)
-
Methods inherited from class net.sf.jasperreports.charts.base.JRBasePieSeries
getKeyExpression, getLabelExpression, getSectionHyperlink, getValueExpression
-
-
-
-
Field Detail
-
PROPERTY_KEY_EXPRESSION
public static final String PROPERTY_KEY_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_SECTION_HYPERLINK
public static final String PROPERTY_SECTION_HYPERLINK
- See Also:
- Constant Field Values
-
PROPERTY_LABEL_EXPRESSION
public static final String PROPERTY_LABEL_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_VALUE_EXPRESSION
public static final 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 Object clone()
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classJRBasePieSeries
-
getEventSupport
public JRPropertyChangeSupport getEventSupport()
Description copied from interface:JRChangeEventsSupport
Returns the property change support object for this instance.- Specified by:
getEventSupport
in interfaceJRChangeEventsSupport
- Returns:
- the property change support object for this instance
-
-