public class JRBaseGanttSeries extends Object implements JRGanttSeries, Serializable
Modifier and Type | Field and Description |
---|---|
protected JRExpression |
endDateExpression |
protected JRHyperlink |
itemHyperlink |
protected JRExpression |
labelExpression |
protected JRExpression |
percentExpression |
protected JRExpression |
seriesExpression |
protected JRExpression |
startDateExpression |
protected JRExpression |
subtaskExpression |
protected JRExpression |
taskExpression |
Modifier | Constructor and Description |
---|---|
protected |
JRBaseGanttSeries() |
|
JRBaseGanttSeries(JRGanttSeries ganttSeries,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
JRExpression |
getEndDateExpression() |
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
JRExpression |
getLabelExpression() |
JRExpression |
getPercentExpression() |
JRExpression |
getSeriesExpression() |
JRExpression |
getStartDateExpression() |
JRExpression |
getSubtaskExpression() |
JRExpression |
getTaskExpression() |
protected JRExpression seriesExpression
protected JRExpression taskExpression
protected JRExpression subtaskExpression
protected JRExpression startDateExpression
protected JRExpression endDateExpression
protected JRExpression percentExpression
protected JRExpression labelExpression
protected JRHyperlink itemHyperlink
protected JRBaseGanttSeries()
public JRBaseGanttSeries(JRGanttSeries ganttSeries, JRBaseObjectFactory factory)
public JRExpression getSeriesExpression()
getSeriesExpression
in interface JRGanttSeries
public JRExpression getTaskExpression()
getTaskExpression
in interface JRGanttSeries
public JRExpression getSubtaskExpression()
getSubtaskExpression
in interface JRGanttSeries
public JRExpression getStartDateExpression()
getStartDateExpression
in interface JRGanttSeries
public JRExpression getEndDateExpression()
getEndDateExpression
in interface JRGanttSeries
public JRExpression getPercentExpression()
getPercentExpression
in interface JRGanttSeries
public JRExpression getLabelExpression()
getLabelExpression
in interface JRGanttSeries
public JRHyperlink getItemHyperlink()
JRGanttSeries
The hyperlink will be evaluated for every chart item and an image map will be created for the chart.
getItemHyperlink
in interface JRGanttSeries
Copyright © 2016. All rights reserved.