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

java.lang.Object
  extended by net.sf.dynamicreports.report.base.chart.dataset.AbstractChartSerie
      extended by net.sf.dynamicreports.report.base.chart.dataset.DRXyChartSerie
All Implemented Interfaces:
Serializable, DRIChartSerie, DRIXyChartSerie

public class DRXyChartSerie
extends AbstractChartSerie
implements DRIXyChartSerie

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

Constructor Summary
DRXyChartSerie()
           
 
Method Summary
 DRIExpression<?> getLabelExpression()
           
 DRIExpression<?> getXValueExpression()
           
 DRIExpression<?> getYValueExpression()
           
 void setLabelExpression(DRIExpression<?> labelExpression)
           
 void setXValueExpression(DRIExpression<?> xValueExpression)
           
 void setYValueExpression(DRIExpression<?> yValueExpression)
           
 
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

DRXyChartSerie

public DRXyChartSerie()
Method Detail

getXValueExpression

public DRIExpression<?> getXValueExpression()
Specified by:
getXValueExpression in interface DRIXyChartSerie

setXValueExpression

public void setXValueExpression(DRIExpression<?> xValueExpression)

getYValueExpression

public DRIExpression<?> getYValueExpression()
Specified by:
getYValueExpression in interface DRIXyChartSerie

setYValueExpression

public void setYValueExpression(DRIExpression<?> yValueExpression)

getLabelExpression

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

setLabelExpression

public void setLabelExpression(DRIExpression<?> labelExpression)


Copyright © 2010-2014. All Rights Reserved.