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

java.lang.Object
  extended by net.sf.dynamicreports.report.base.chart.dataset.AbstractChartSerie
      extended by net.sf.dynamicreports.report.base.chart.dataset.DRCategoryChartSerie
          extended by net.sf.dynamicreports.report.base.chart.dataset.DRGroupedCategoryChartSerie
All Implemented Interfaces:
Serializable, DRICategoryChartSerie, DRIChartSerie, DRIGroupedCategoryChartSerie

public class DRGroupedCategoryChartSerie
extends DRCategoryChartSerie
implements DRIGroupedCategoryChartSerie

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

Constructor Summary
DRGroupedCategoryChartSerie()
           
 
Method Summary
 DRIExpression<?> getGroupExpression()
           
 void setGroupExpression(DRIExpression<?> groupExpression)
           
 
Methods inherited from class net.sf.dynamicreports.report.base.chart.dataset.DRCategoryChartSerie
getLabelExpression, getValueExpression, setLabelExpression, setValueExpression
 
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.DRICategoryChartSerie
getLabelExpression, getValueExpression
 
Methods inherited from interface net.sf.dynamicreports.report.definition.chart.dataset.DRIChartSerie
getSeriesExpression
 

Constructor Detail

DRGroupedCategoryChartSerie

public DRGroupedCategoryChartSerie()
Method Detail

getGroupExpression

public DRIExpression<?> getGroupExpression()
Specified by:
getGroupExpression in interface DRIGroupedCategoryChartSerie

setGroupExpression

public void setGroupExpression(DRIExpression<?> groupExpression)


Copyright © 2010-2014. All Rights Reserved.