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

java.lang.Object
  extended by net.sf.dynamicreports.report.base.chart.dataset.DRChartDataset
      extended by net.sf.dynamicreports.report.base.chart.dataset.DRValueDataset
All Implemented Interfaces:
Serializable, DRIChartDataset, DRIValueDataset

public class DRValueDataset
extends DRChartDataset
implements DRIValueDataset

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

Constructor Summary
DRValueDataset()
           
 
Method Summary
 DRIExpression<?> getValueExpression()
           
 void setValueExpression(DRIExpression<?> valueExpression)
           
 
Methods inherited from class net.sf.dynamicreports.report.base.chart.dataset.DRChartDataset
getSubDataset, setSubDataset
 
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.DRIChartDataset
getSubDataset
 

Constructor Detail

DRValueDataset

public DRValueDataset()
Method Detail

getValueExpression

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

setValueExpression

public void setValueExpression(DRIExpression<?> valueExpression)


Copyright © 2010-2014. All Rights Reserved.