net.sf.dynamicreports.design.base.chart.dataset
Class DRDesignGanttChartSerie
java.lang.Object
net.sf.dynamicreports.design.base.chart.dataset.AbstractDesignChartSerie
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRDesignGanttChartSerie
public DRDesignGanttChartSerie()
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.