Class JRDesignTimePeriodSeries
- java.lang.Object
-
- net.sf.jasperreports.charts.base.JRBaseTimePeriodSeries
-
- net.sf.jasperreports.charts.design.JRDesignTimePeriodSeries
-
- All Implemented Interfaces:
Serializable
,Cloneable
,JRTimePeriodSeries
,JRChangeEventsSupport
,JRCloneable
public class JRDesignTimePeriodSeries extends JRBaseTimePeriodSeries implements JRChangeEventsSupport
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_END_DATE_EXPRESSION
static String
PROPERTY_ITEM_HYPERLINK
static String
PROPERTY_LABEL_EXPRESSION
static String
PROPERTY_SERIES_EXPRESSION
static String
PROPERTY_START_DATE_EXPRESSION
static String
PROPERTY_VALUE_EXPRESSION
-
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseTimePeriodSeries
endDateExpression, itemHyperlink, labelExpression, seriesExpression, startDateExpression, valueExpression
-
-
Constructor Summary
Constructors Constructor Description JRDesignTimePeriodSeries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
JRPropertyChangeSupport
getEventSupport()
Returns the property change support object for this instance.void
setEndDateExpression(JRExpression endDateExpression)
void
setItemHyperlink(JRHyperlink itemHyperlink)
Sets the hyperlink specification for chart items.void
setLabelExpression(JRExpression labelExpression)
void
setSeriesExpression(JRExpression seriesExpression)
void
setStartDateExpression(JRExpression startDateExpression)
void
setValueExpression(JRExpression valueExpression)
-
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseTimePeriodSeries
getEndDateExpression, getItemHyperlink, getLabelExpression, getSeriesExpression, getStartDateExpression, getValueExpression
-
-
-
-
Field Detail
-
PROPERTY_END_DATE_EXPRESSION
public static final String PROPERTY_END_DATE_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_ITEM_HYPERLINK
public static final String PROPERTY_ITEM_HYPERLINK
- See Also:
- Constant Field Values
-
PROPERTY_LABEL_EXPRESSION
public static final String PROPERTY_LABEL_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_SERIES_EXPRESSION
public static final String PROPERTY_SERIES_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_START_DATE_EXPRESSION
public static final String PROPERTY_START_DATE_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_VALUE_EXPRESSION
public static final String PROPERTY_VALUE_EXPRESSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
setSeriesExpression
public void setSeriesExpression(JRExpression seriesExpression)
-
setStartDateExpression
public void setStartDateExpression(JRExpression startDateExpression)
-
setEndDateExpression
public void setEndDateExpression(JRExpression endDateExpression)
-
setValueExpression
public void setValueExpression(JRExpression valueExpression)
-
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:
JRBaseTimePeriodSeries.getItemHyperlink()
-
clone
public Object clone()
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classJRBaseTimePeriodSeries
-
getEventSupport
public JRPropertyChangeSupport getEventSupport()
Description copied from interface:JRChangeEventsSupport
Returns the property change support object for this instance.- Specified by:
getEventSupport
in interfaceJRChangeEventsSupport
- Returns:
- the property change support object for this instance
-
-