Class JRDesignXySeries
java.lang.Object
net.sf.jasperreports.charts.base.JRBaseXySeries
net.sf.jasperreports.charts.design.JRDesignXySeries
- All Implemented Interfaces:
Serializable
,Cloneable
,JRXySeries
,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
static final String
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseXySeries
autoSort, itemHyperlink, labelExpression, seriesExpression, xValueExpression, yValueExpression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Returns the property change support object for this instance.void
setAutoSort
(Boolean autoSort) void
setItemHyperlink
(JRHyperlink itemHyperlink) Sets the hyperlink specification for chart items.void
setLabelExpression
(JRExpression labelExpression) void
setSeriesExpression
(JRExpression seriesExpression) void
setXValueExpression
(JRExpression xValueExpression) void
setYValueExpression
(JRExpression yValueExpression) Methods inherited from class net.sf.jasperreports.charts.base.JRBaseXySeries
getAutoSort, getItemHyperlink, getLabelExpression, getSeriesExpression, getXValueExpression, getYValueExpression
-
Field Details
-
PROPERTY_ITEM_HYPERLINK
- See Also:
-
PROPERTY_LABEL_EXPRESSION
- See Also:
-
PROPERTY_SERIES_EXPRESSION
- See Also:
-
PROPERTY_X_VALUE_EXPRESSION
- See Also:
-
PROPERTY_Y_VALUE_EXPRESSION
- See Also:
-
PROPERTY_AUTO_SORT
- See Also:
-
-
Constructor Details
-
JRDesignXySeries
public JRDesignXySeries()
-
-
Method Details
-
setSeriesExpression
-
setXValueExpression
-
setYValueExpression
-
setLabelExpression
-
setItemHyperlink
Sets the hyperlink specification for chart items.- Parameters:
itemHyperlink
- the hyperlink specification- See Also:
-
setAutoSort
-
clone
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classJRBaseXySeries
-
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
-