net.sf.jasperreports.charts.fill
Class JRFillGanttSeries
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillGanttSeries
- All Implemented Interfaces:
- JRGanttSeries
public class JRFillGanttSeries
- extends Object
- implements JRGanttSeries
- Version:
- $Id: JRFillGanttSeries.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Peter Risko (peter@risko.hu)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
protected JRGanttSeries parent
JRFillGanttSeries
public JRFillGanttSeries(JRGanttSeries ganttSeries,
JRFillObjectFactory factory)
getSeriesExpression
public JRExpression getSeriesExpression()
- Specified by:
getSeriesExpression in interface JRGanttSeries
getStartDateExpression
public JRExpression getStartDateExpression()
- Specified by:
getStartDateExpression in interface JRGanttSeries
getEndDateExpression
public JRExpression getEndDateExpression()
- Specified by:
getEndDateExpression in interface JRGanttSeries
getTaskExpression
public JRExpression getTaskExpression()
- Specified by:
getTaskExpression in interface JRGanttSeries
getSubtaskExpression
public JRExpression getSubtaskExpression()
- Specified by:
getSubtaskExpression in interface JRGanttSeries
getPercentExpression
public JRExpression getPercentExpression()
- Specified by:
getPercentExpression in interface JRGanttSeries
getLabelExpression
public JRExpression getLabelExpression()
- Specified by:
getLabelExpression in interface JRGanttSeries
getSeries
protected Comparable<?> getSeries()
getStartDate
protected Date getStartDate()
getEndDate
protected Date getEndDate()
getTask
protected String getTask()
getSubtask
protected String getSubtask()
getPercent
protected Number getPercent()
getLabel
protected String getLabel()
getPrintItemHyperlink
protected JRPrintHyperlink getPrintItemHyperlink()
evaluate
protected void evaluate(JRCalculator calculator)
throws JRExpressionEvalException
- Throws:
JRExpressionEvalException
evaluateItemHyperlink
protected void evaluateItemHyperlink(JRCalculator calculator)
throws JRExpressionEvalException
- Throws:
JRExpressionEvalException
getItemHyperlink
public JRHyperlink getItemHyperlink()
- Description copied from interface:
JRGanttSeries
- Returns the hyperlink specification for chart items.
The hyperlink will be evaluated for every chart item and an image map will be created for the chart.
- Specified by:
getItemHyperlink in interface JRGanttSeries
- Returns:
- hyperlink specification for chart items
hasItemHyperlinks
public boolean hasItemHyperlinks()
Copyright © 2012. All Rights Reserved.