net.sf.jasperreports.charts.design
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
- Version:
- $Id: JRDesignXySeries.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Teodor Danciu ([email protected])
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
JRDesignXySeries
public JRDesignXySeries()
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()
clone
public java.lang.Object clone()
- Specified by:
clone
in interface JRCloneable
- Overrides:
clone
in class JRBaseXySeries
getEventSupport
public JRPropertyChangeSupport getEventSupport()
- Description copied from interface:
JRChangeEventsSupport
- Returns the property change support object for this instance.
- Specified by:
getEventSupport
in interface JRChangeEventsSupport
- Returns:
- the property change support object for this instance
Copyright © 2011. All Rights Reserved.