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 JRGanttSeries
public JRExpression getStartDateExpression()
getStartDateExpression
in interface JRGanttSeries
public JRExpression getEndDateExpression()
getEndDateExpression
in interface JRGanttSeries
public JRExpression getTaskExpression()
getTaskExpression
in interface JRGanttSeries
public JRExpression getSubtaskExpression()
getSubtaskExpression
in interface JRGanttSeries
public JRExpression getPercentExpression()
getPercentExpression
in interface JRGanttSeries
public JRExpression getLabelExpression()
getLabelExpression
in interface JRGanttSeries
protected 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
JRExpressionEvalException
protected void evaluateItemHyperlink(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalException
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
public boolean hasItemHyperlinks()
Copyright © 2016. All rights reserved.