Class JRDesignXySeries
- java.lang.Object
-
- net.sf.jasperreports.charts.base.JRBaseXySeries
-
- net.sf.jasperreports.charts.design.JRDesignXySeries
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,JRXySeries,JRChangeEventsSupport,JRCloneable
public class JRDesignXySeries extends JRBaseXySeries implements JRChangeEventsSupport
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_AUTO_SORTstatic java.lang.StringPROPERTY_ITEM_HYPERLINKstatic java.lang.StringPROPERTY_LABEL_EXPRESSIONstatic java.lang.StringPROPERTY_SERIES_EXPRESSIONstatic java.lang.StringPROPERTY_X_VALUE_EXPRESSIONstatic java.lang.StringPROPERTY_Y_VALUE_EXPRESSION-
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseXySeries
autoSort, itemHyperlink, labelExpression, seriesExpression, xValueExpression, yValueExpression
-
-
Constructor Summary
Constructors Constructor Description JRDesignXySeries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()JRPropertyChangeSupportgetEventSupport()Returns the property change support object for this instance.voidsetAutoSort(java.lang.Boolean autoSort)voidsetItemHyperlink(JRHyperlink itemHyperlink)Sets the hyperlink specification for chart items.voidsetLabelExpression(JRExpression labelExpression)voidsetSeriesExpression(JRExpression seriesExpression)voidsetXValueExpression(JRExpression xValueExpression)voidsetYValueExpression(JRExpression yValueExpression)-
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseXySeries
getAutoSort, getItemHyperlink, getLabelExpression, getSeriesExpression, getXValueExpression, getYValueExpression
-
-
-
-
Field Detail
-
PROPERTY_ITEM_HYPERLINK
public static final java.lang.String PROPERTY_ITEM_HYPERLINK
- See Also:
- Constant Field Values
-
PROPERTY_LABEL_EXPRESSION
public static final java.lang.String PROPERTY_LABEL_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_SERIES_EXPRESSION
public static final java.lang.String PROPERTY_SERIES_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_X_VALUE_EXPRESSION
public static final java.lang.String PROPERTY_X_VALUE_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_Y_VALUE_EXPRESSION
public static final java.lang.String PROPERTY_Y_VALUE_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_AUTO_SORT
public static final java.lang.String PROPERTY_AUTO_SORT
- See Also:
- Constant Field Values
-
-
Method Detail
-
setSeriesExpression
public void setSeriesExpression(JRExpression seriesExpression)
-
setXValueExpression
public void setXValueExpression(JRExpression xValueExpression)
-
setYValueExpression
public void setYValueExpression(JRExpression yValueExpression)
-
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:
JRBaseXySeries.getItemHyperlink()
-
setAutoSort
public void setAutoSort(java.lang.Boolean autoSort)
-
clone
public java.lang.Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classJRBaseXySeries
-
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
-
-