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

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

public class DRCategoryChartSerie
extends AbstractChartSerie
implements DRICategoryChartSerie

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

Constructor Summary
DRCategoryChartSerie()
           
 
Method Summary
 DRIExpression<?> getLabelExpression()
           
 DRIExpression<?> getValueExpression()
           
 void setLabelExpression(DRIExpression<?> labelExpression)
           
 void setValueExpression(DRIExpression<?> valueExpression)
           
 
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

DRCategoryChartSerie

public DRCategoryChartSerie()
Method Detail

getValueExpression

public DRIExpression<?> getValueExpression()
Specified by:
getValueExpression in interface DRICategoryChartSerie

setValueExpression

public void setValueExpression(DRIExpression<?> valueExpression)

getLabelExpression

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

setLabelExpression

public void setLabelExpression(DRIExpression<?> labelExpression)


Copyright © 2010-2014. All Rights Reserved.