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