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
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_ITEM_HYPERLINKstatic java.lang.StringPROPERTY_LABEL_EXPRESSIONstatic java.lang.StringPROPERTY_SERIES_EXPRESSIONstatic java.lang.StringPROPERTY_TIME_PERIOD_EXPRESSIONstatic java.lang.StringPROPERTY_VALUE_EXPRESSION-
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseTimeSeries
itemHyperlink, labelExpression, seriesExpression, timePeriodExpression, valueExpression
-
-
Constructor Summary
Constructors Constructor Description JRDesignTimeSeries()
-
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.voidsetItemHyperlink(JRHyperlink itemHyperlink)voidsetLabelExpression(JRExpression labelExpression)voidsetSeriesExpression(JRExpression seriesExpression)voidsetTimePeriodExpression(JRExpression timePeriodExpression)voidsetValueExpression(JRExpression valueExpression)-
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseTimeSeries
getItemHyperlink, getLabelExpression, getSeriesExpression, getTimePeriodExpression, getValueExpression
-
-
-
-
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_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
-
-
Method Detail
-
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:
clonein interfaceJRCloneable- Overrides:
clonein classJRBaseTimeSeries
-
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
-
-