net.sf.jasperreports.charts.fill
Class JRFillGanttSeries
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillGanttSeries
- All Implemented Interfaces:
- JRGanttSeries
public class JRFillGanttSeries
- extends java.lang.Object
- implements JRGanttSeries
- Version:
- $Id: JRFillGanttSeries.java 3938 2010-08-19 14:59:36Z 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 java.lang.Comparable getSeries()
getStartDate
protected java.util.Date getStartDate()
getEndDate
protected java.util.Date getEndDate()
getTask
protected java.lang.String getTask()
getSubtask
protected java.lang.String getSubtask()
getPercent
protected java.lang.Number getPercent()
getLabel
protected java.lang.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()
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com