net.sf.dynamicreports.design.base.chart.dataset
Class DRDesignGanttChartSerie

java.lang.Object
  extended by net.sf.dynamicreports.design.base.chart.dataset.AbstractDesignChartSerie
      extended by net.sf.dynamicreports.design.base.chart.dataset.DRDesignGanttChartSerie
All Implemented Interfaces:
DRIDesignChartSerie, DRIDesignGanttChartSerie

public class DRDesignGanttChartSerie
extends AbstractDesignChartSerie
implements DRIDesignGanttChartSerie

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
DRDesignGanttChartSerie()
           
 
Method Summary
 DRIDesignExpression getEndDateExpression()
           
 DRIDesignExpression getLabelExpression()
           
 DRIDesignExpression getPercentExpression()
           
 DRIDesignExpression getStartDateExpression()
           
 void setEndDateExpression(DRIDesignExpression endDateExpression)
           
 void setLabelExpression(DRIDesignExpression labelExpression)
           
 void setPercentExpression(DRIDesignExpression percentExpression)
           
 void setStartDateExpression(DRIDesignExpression startDateExpression)
           
 
Methods inherited from class net.sf.dynamicreports.design.base.chart.dataset.AbstractDesignChartSerie
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.design.definition.chart.dataset.DRIDesignChartSerie
getSeriesExpression
 

Constructor Detail

DRDesignGanttChartSerie

public DRDesignGanttChartSerie()
Method Detail

getStartDateExpression

public DRIDesignExpression getStartDateExpression()
Specified by:
getStartDateExpression in interface DRIDesignGanttChartSerie

setStartDateExpression

public void setStartDateExpression(DRIDesignExpression startDateExpression)

getEndDateExpression

public DRIDesignExpression getEndDateExpression()
Specified by:
getEndDateExpression in interface DRIDesignGanttChartSerie

setEndDateExpression

public void setEndDateExpression(DRIDesignExpression endDateExpression)

getPercentExpression

public DRIDesignExpression getPercentExpression()
Specified by:
getPercentExpression in interface DRIDesignGanttChartSerie

setPercentExpression

public void setPercentExpression(DRIDesignExpression percentExpression)

getLabelExpression

public DRIDesignExpression getLabelExpression()
Specified by:
getLabelExpression in interface DRIDesignGanttChartSerie

setLabelExpression

public void setLabelExpression(DRIDesignExpression labelExpression)


Copyright © 2010-2014. All Rights Reserved.