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 Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields 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.voidsetCategoryExpression(JRExpression categoryExpression) voidsetItemHyperlink(JRHyperlink itemHyperlink) Sets the hyperlink specification for chart items.voidsetLabelExpression(JRExpression labelExpression) voidsetSeriesExpression(JRExpression seriesExpression) voidsetValueExpression(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:
clonein interfaceJRCloneable- Overrides:
clonein classJRBaseCategorySeries
-
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
-