net.sf.jasperreports.charts.design
Class JRDesignXyzSeries
java.lang.Object
net.sf.jasperreports.charts.base.JRBaseXyzSeries
net.sf.jasperreports.charts.design.JRDesignXyzSeries
- All Implemented Interfaces:
- Serializable, Cloneable, JRXyzSeries, JRChangeEventsSupport, JRCloneable
public class JRDesignXyzSeries
- extends JRBaseXyzSeries
- implements JRChangeEventsSupport
- Version:
- $Id: JRDesignXyzSeries.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
- See Also:
- Serialized Form
PROPERTY_ITEM_HYPERLINK
public static final String PROPERTY_ITEM_HYPERLINK
- See Also:
- Constant Field Values
PROPERTY_SERIES_EXPRESSION
public static final String PROPERTY_SERIES_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_X_VALUE_EXPRESSION
public static final String PROPERTY_X_VALUE_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_Y_VALUE_EXPRESSION
public static final String PROPERTY_Y_VALUE_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_Z_VALUE_EXPRESSION
public static final String PROPERTY_Z_VALUE_EXPRESSION
- See Also:
- Constant Field Values
JRDesignXyzSeries
public JRDesignXyzSeries()
setSeriesExpression
public void setSeriesExpression(JRExpression seriesExpression)
setXValueExpression
public void setXValueExpression(JRExpression xValueExpression)
setYValueExpression
public void setYValueExpression(JRExpression yValueExpression)
setZValueExpression
public void setZValueExpression(JRExpression zValueExpression)
setItemHyperlink
public void setItemHyperlink(JRHyperlink itemHyperlink)
- Sets the hyperlink specification for chart items.
- Parameters:
itemHyperlink - the hyperlink specification- See Also:
JRBaseXyzSeries.getItemHyperlink()
clone
public Object clone()
- Specified by:
clone in interface JRCloneable- Overrides:
clone in class JRBaseXyzSeries
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 © 2012. All Rights Reserved.