Class JRDesignCategorySeries
java.lang.Object
net.sf.jasperreports.charts.base.JRBaseCategorySeries
net.sf.jasperreports.charts.design.JRDesignCategorySeries
- All Implemented Interfaces:
Serializable
,Cloneable
,JRCategorySeries
,JRChangeEventsSupport
,JRCloneable
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseCategorySeries
categoryExpression, itemHyperlink, labelExpression, seriesExpression, valueExpression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Returns the property change support object for this instance.void
setCategoryExpression
(JRExpression categoryExpression) void
setItemHyperlink
(JRHyperlink itemHyperlink) Sets the hyperlink specification for chart items.void
setLabelExpression
(JRExpression labelExpression) void
setSeriesExpression
(JRExpression seriesExpression) void
setValueExpression
(JRExpression valueExpression) Methods inherited from class net.sf.jasperreports.charts.base.JRBaseCategorySeries
getCategoryExpression, getItemHyperlink, getLabelExpression, getSeriesExpression, getValueExpression
-
Field Details
-
PROPERTY_CATEGORY_EXPRESSION
- See Also:
-
PROPERTY_ITEM_HYPERLINK
- See Also:
-
PROPERTY_LABEL_EXPRESSION
- See Also:
-
PROPERTY_SERIES_EXPRESSION
- See Also:
-
PROPERTY_VALUE_EXPRESSION
- See Also:
-
-
Constructor Details
-
JRDesignCategorySeries
public JRDesignCategorySeries()
-
-
Method Details
-
setSeriesExpression
-
setCategoryExpression
-
setValueExpression
-
setLabelExpression
-
setItemHyperlink
Sets the hyperlink specification for chart items.- Parameters:
itemHyperlink
- the hyperlink specification- See Also:
-
clone
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classJRBaseCategorySeries
-
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
-