net.sf.dynamicreports.report.base.chart.dataset
Class DRGanttChartSerie

java.lang.Object
  extended by net.sf.dynamicreports.report.base.chart.dataset.AbstractChartSerie
      extended by net.sf.dynamicreports.report.base.chart.dataset.DRGanttChartSerie
All Implemented Interfaces:
Serializable, DRIChartSerie, DRIGanttChartSerie

public class DRGanttChartSerie
extends AbstractChartSerie
implements DRIGanttChartSerie

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRGanttChartSerie()
           
 
Method Summary
 DRIExpression<?> getEndDateExpression()
           
 DRIExpression<?> getLabelExpression()
           
 DRIExpression<?> getPercentExpression()
           
 DRIExpression<?> getStartDateExpression()
           
 void setEndDateExpression(DRIExpression<?> endDateExpression)
           
 void setLabelExpression(DRIExpression<?> labelExpression)
           
 void setPercentExpression(DRIExpression<?> percentExpression)
           
 void setStartDateExpression(DRIExpression<?> startDateExpression)
           
 
Methods inherited from class net.sf.dynamicreports.report.base.chart.dataset.AbstractChartSerie
getSeriesExpression, setSeriesExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.dynamicreports.report.definition.chart.dataset.DRIChartSerie
getSeriesExpression
 

Constructor Detail

DRGanttChartSerie

public DRGanttChartSerie()
Method Detail

getStartDateExpression

public DRIExpression<?> getStartDateExpression()
Specified by:
getStartDateExpression in interface DRIGanttChartSerie

setStartDateExpression

public void setStartDateExpression(DRIExpression<?> startDateExpression)

getEndDateExpression

public DRIExpression<?> getEndDateExpression()
Specified by:
getEndDateExpression in interface DRIGanttChartSerie

setEndDateExpression

public void setEndDateExpression(DRIExpression<?> endDateExpression)

getPercentExpression

public DRIExpression<?> getPercentExpression()
Specified by:
getPercentExpression in interface DRIGanttChartSerie

setPercentExpression

public void setPercentExpression(DRIExpression<?> percentExpression)

getLabelExpression

public DRIExpression<?> getLabelExpression()
Specified by:
getLabelExpression in interface DRIGanttChartSerie

setLabelExpression

public void setLabelExpression(DRIExpression<?> labelExpression)


Copyright © 2010-2014. All Rights Reserved.