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
public class JRDesignCategorySeries extends JRBaseCategorySeries implements JRChangeEventsSupport
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_CATEGORY_EXPRESSIONstatic StringPROPERTY_ITEM_HYPERLINKstatic StringPROPERTY_LABEL_EXPRESSIONstatic StringPROPERTY_SERIES_EXPRESSIONstatic StringPROPERTY_VALUE_EXPRESSION-
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseCategorySeries
categoryExpression, itemHyperlink, labelExpression, seriesExpression, valueExpression
-
-
Constructor Summary
Constructors Constructor Description JRDesignCategorySeries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()JRPropertyChangeSupportgetEventSupport()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 Detail
-
PROPERTY_CATEGORY_EXPRESSION
public static final String PROPERTY_CATEGORY_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_ITEM_HYPERLINK
public static final String PROPERTY_ITEM_HYPERLINK
- See Also:
- Constant Field Values
-
PROPERTY_LABEL_EXPRESSION
public static final String PROPERTY_LABEL_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_SERIES_EXPRESSION
public static final String PROPERTY_SERIES_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_VALUE_EXPRESSION
public static final String PROPERTY_VALUE_EXPRESSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
setSeriesExpression
public void setSeriesExpression(JRExpression seriesExpression)
-
setCategoryExpression
public void setCategoryExpression(JRExpression categoryExpression)
-
setValueExpression
public void setValueExpression(JRExpression valueExpression)
-
setLabelExpression
public void setLabelExpression(JRExpression labelExpression)
-
setItemHyperlink
public void setItemHyperlink(JRHyperlink itemHyperlink)
Sets the hyperlink specification for chart items.- Parameters:
itemHyperlink- the hyperlink specification- See Also:
JRBaseCategorySeries.getItemHyperlink()
-
clone
public Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classJRBaseCategorySeries
-
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
-
-