net.sf.jasperreports.charts.design
Class JRDesignTimeSeries
java.lang.Object
net.sf.jasperreports.charts.base.JRBaseTimeSeries
net.sf.jasperreports.charts.design.JRDesignTimeSeries
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, JRTimeSeries, JRChangeEventsSupport, JRCloneable
public class JRDesignTimeSeries
- extends JRBaseTimeSeries
- implements JRChangeEventsSupport
- Version:
- $Id: JRDesignTimeSeries.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_TIME_PERIOD_EXPRESSION
public static final java.lang.String PROPERTY_TIME_PERIOD_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_VALUE_EXPRESSION
public static final java.lang.String PROPERTY_VALUE_EXPRESSION
- See Also:
- Constant Field Values
JRDesignTimeSeries
public JRDesignTimeSeries()
setSeriesExpression
public void setSeriesExpression(JRExpression seriesExpression)
setTimePeriodExpression
public void setTimePeriodExpression(JRExpression timePeriodExpression)
setValueExpression
public void setValueExpression(JRExpression valueExpression)
setLabelExpression
public void setLabelExpression(JRExpression labelExpression)
setItemHyperlink
public void setItemHyperlink(JRHyperlink itemHyperlink)
clone
public java.lang.Object clone()
- Specified by:
clone
in interface JRCloneable
- Overrides:
clone
in class JRBaseTimeSeries
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.