public class JRFillGanttSeries extends Object implements JRGanttSeries
| Modifier and Type | Field and Description |
|---|---|
protected JRGanttSeries |
parent |
| Constructor and Description |
|---|
JRFillGanttSeries(JRGanttSeries ganttSeries,
JRFillObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
evaluate(JRCalculator calculator) |
protected void |
evaluateItemHyperlink(JRCalculator calculator) |
protected Date |
getEndDate() |
JRExpression |
getEndDateExpression() |
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
protected String |
getLabel() |
JRExpression |
getLabelExpression() |
protected Number |
getPercent() |
JRExpression |
getPercentExpression() |
protected JRPrintHyperlink |
getPrintItemHyperlink() |
protected Comparable<?> |
getSeries() |
JRExpression |
getSeriesExpression() |
protected Date |
getStartDate() |
JRExpression |
getStartDateExpression() |
protected String |
getSubtask() |
JRExpression |
getSubtaskExpression() |
protected String |
getTask() |
JRExpression |
getTaskExpression() |
boolean |
hasItemHyperlinks() |
protected JRGanttSeries parent
public JRFillGanttSeries(JRGanttSeries ganttSeries, JRFillObjectFactory factory)
public JRExpression getSeriesExpression()
getSeriesExpression in interface JRGanttSeriespublic JRExpression getStartDateExpression()
getStartDateExpression in interface JRGanttSeriespublic JRExpression getEndDateExpression()
getEndDateExpression in interface JRGanttSeriespublic JRExpression getTaskExpression()
getTaskExpression in interface JRGanttSeriespublic JRExpression getSubtaskExpression()
getSubtaskExpression in interface JRGanttSeriespublic JRExpression getPercentExpression()
getPercentExpression in interface JRGanttSeriespublic JRExpression getLabelExpression()
getLabelExpression in interface JRGanttSeriesprotected Comparable<?> getSeries()
protected Date getStartDate()
protected Date getEndDate()
protected String getTask()
protected String getSubtask()
protected Number getPercent()
protected String getLabel()
protected JRPrintHyperlink getPrintItemHyperlink()
protected void evaluate(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalExceptionprotected void evaluateItemHyperlink(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalExceptionpublic JRHyperlink getItemHyperlink()
JRGanttSeriesThe hyperlink will be evaluated for every chart item and an image map will be created for the chart.
getItemHyperlink in interface JRGanttSeriespublic boolean hasItemHyperlinks()
Copyright © 2017. All rights reserved.