net.sf.jasperreports.charts.base
Class JRBaseGanttSeries

java.lang.Object
  extended by net.sf.jasperreports.charts.base.JRBaseGanttSeries
All Implemented Interfaces:
java.io.Serializable, JRGanttSeries
Direct Known Subclasses:
JRDesignGanttSeries

public class JRBaseGanttSeries
extends java.lang.Object
implements JRGanttSeries, java.io.Serializable

Version:
$Id: JRBaseGanttSeries.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Peter Risko (peter@risko.hu)
See Also:
Serialized Form

Field Summary
protected  JRExpression endDateExpression
           
protected  JRHyperlink itemHyperlink
           
protected  JRExpression labelExpression
           
protected  JRExpression percentExpression
           
protected  JRExpression seriesExpression
           
protected  JRExpression startDateExpression
           
protected  JRExpression subtaskExpression
           
protected  JRExpression taskExpression
           
 
Constructor Summary
protected JRBaseGanttSeries()
           
  JRBaseGanttSeries(JRGanttSeries ganttSeries, JRBaseObjectFactory factory)
           
 
Method Summary
 java.lang.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()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seriesExpression

protected JRExpression seriesExpression

taskExpression

protected JRExpression taskExpression

subtaskExpression

protected JRExpression subtaskExpression

startDateExpression

protected JRExpression startDateExpression

endDateExpression

protected JRExpression endDateExpression

percentExpression

protected JRExpression percentExpression

labelExpression

protected JRExpression labelExpression

itemHyperlink

protected JRHyperlink itemHyperlink
Constructor Detail

JRBaseGanttSeries

protected JRBaseGanttSeries()

JRBaseGanttSeries

public JRBaseGanttSeries(JRGanttSeries ganttSeries,
                         JRBaseObjectFactory factory)
Method Detail

getSeriesExpression

public JRExpression getSeriesExpression()
Specified by:
getSeriesExpression in interface JRGanttSeries

getTaskExpression

public JRExpression getTaskExpression()
Specified by:
getTaskExpression in interface JRGanttSeries

getSubtaskExpression

public JRExpression getSubtaskExpression()
Specified by:
getSubtaskExpression in interface JRGanttSeries

getStartDateExpression

public JRExpression getStartDateExpression()
Specified by:
getStartDateExpression in interface JRGanttSeries

getEndDateExpression

public JRExpression getEndDateExpression()
Specified by:
getEndDateExpression in interface JRGanttSeries

getPercentExpression

public JRExpression getPercentExpression()
Specified by:
getPercentExpression in interface JRGanttSeries

getLabelExpression

public JRExpression getLabelExpression()
Specified by:
getLabelExpression in interface JRGanttSeries

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

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com