Class JRDesignGanttSeries
- java.lang.Object
-
- net.sf.jasperreports.charts.base.JRBaseGanttSeries
-
- net.sf.jasperreports.charts.design.JRDesignGanttSeries
-
- All Implemented Interfaces:
java.io.Serializable,JRGanttSeries,JRChangeEventsSupport
public class JRDesignGanttSeries extends JRBaseGanttSeries implements JRChangeEventsSupport
- Author:
- Peter Risko (peter@risko.hu)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_END_DATE_EXPRESSIONstatic java.lang.StringPROPERTY_ITEM_HYPERLINKstatic java.lang.StringPROPERTY_LABEL_EXPRESSIONstatic java.lang.StringPROPERTY_PERCENT_EXPRESSIONstatic java.lang.StringPROPERTY_SERIES_EXPRESSIONstatic java.lang.StringPROPERTY_START_DATE_EXPRESSIONstatic java.lang.StringPROPERTY_SUBTASK_EXPRESSIONstatic java.lang.StringPROPERTY_TASK_EXPRESSION-
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseGanttSeries
endDateExpression, itemHyperlink, labelExpression, percentExpression, seriesExpression, startDateExpression, subtaskExpression, taskExpression
-
-
Constructor Summary
Constructors Constructor Description JRDesignGanttSeries()
-
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.voidsetEndDateExpression(JRExpression endDateExpression)voidsetItemHyperlink(JRHyperlink itemHyperlink)Sets the hyperlink specification for chart items.voidsetLabelExpression(JRExpression labelExpression)voidsetPercentExpression(JRExpression percentExpression)voidsetSeriesExpression(JRExpression seriesExpression)voidsetStartDateExpression(JRExpression startDateExpression)voidsetSubtaskExpression(JRExpression subtaskExpression)voidsetTaskExpression(JRExpression taskExpression)-
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseGanttSeries
getEndDateExpression, getItemHyperlink, getLabelExpression, getPercentExpression, getSeriesExpression, getStartDateExpression, getSubtaskExpression, getTaskExpression
-
-
-
-
Field Detail
-
PROPERTY_SERIES_EXPRESSION
public static final java.lang.String PROPERTY_SERIES_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_TASK_EXPRESSION
public static final java.lang.String PROPERTY_TASK_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_SUBTASK_EXPRESSION
public static final java.lang.String PROPERTY_SUBTASK_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_START_DATE_EXPRESSION
public static final java.lang.String PROPERTY_START_DATE_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_END_DATE_EXPRESSION
public static final java.lang.String PROPERTY_END_DATE_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_PERCENT_EXPRESSION
public static final java.lang.String PROPERTY_PERCENT_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_LABEL_EXPRESSION
public static final java.lang.String PROPERTY_LABEL_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_ITEM_HYPERLINK
public static final java.lang.String PROPERTY_ITEM_HYPERLINK
- See Also:
- Constant Field Values
-
-
Method Detail
-
setSeriesExpression
public void setSeriesExpression(JRExpression seriesExpression)
-
setTaskExpression
public void setTaskExpression(JRExpression taskExpression)
-
setSubtaskExpression
public void setSubtaskExpression(JRExpression subtaskExpression)
-
setStartDateExpression
public void setStartDateExpression(JRExpression startDateExpression)
-
setEndDateExpression
public void setEndDateExpression(JRExpression endDateExpression)
-
setPercentExpression
public void setPercentExpression(JRExpression percentExpression)
-
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:
JRBaseGanttSeries.getItemHyperlink()
-
clone
public java.lang.Object clone()
- Overrides:
clonein classJRBaseGanttSeries
-
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
-
-