public class JRDesignTimePeriodSeries extends JRBaseTimePeriodSeries implements JRChangeEventsSupport
Modifier and Type | Field and 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 |
endDateExpression, itemHyperlink, labelExpression, seriesExpression, startDateExpression, valueExpression
Constructor and Description |
---|
JRDesignTimePeriodSeries() |
Modifier and Type | Method and 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) |
getEndDateExpression, getItemHyperlink, getLabelExpression, getSeriesExpression, getStartDateExpression, getValueExpression
public static final String PROPERTY_END_DATE_EXPRESSION
public static final String PROPERTY_ITEM_HYPERLINK
public static final String PROPERTY_LABEL_EXPRESSION
public static final String PROPERTY_SERIES_EXPRESSION
public static final String PROPERTY_START_DATE_EXPRESSION
public static final String PROPERTY_VALUE_EXPRESSION
public void setSeriesExpression(JRExpression seriesExpression)
public void setStartDateExpression(JRExpression startDateExpression)
public void setEndDateExpression(JRExpression endDateExpression)
public void setValueExpression(JRExpression valueExpression)
public void setLabelExpression(JRExpression labelExpression)
public void setItemHyperlink(JRHyperlink itemHyperlink)
itemHyperlink
- the hyperlink specificationJRBaseTimePeriodSeries.getItemHyperlink()
public Object clone()
clone
in interface JRCloneable
clone
in class JRBaseTimePeriodSeries
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
Copyright © 2015. All rights reserved.