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

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

public class DRXyzChartSerie
extends AbstractChartSerie
implements DRIXyzChartSerie

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

Constructor Summary
DRXyzChartSerie()
           
 
Method Summary
 DRIExpression<?> getXValueExpression()
           
 DRIExpression<?> getYValueExpression()
           
 DRIExpression<?> getZValueExpression()
           
 void setXValueExpression(DRIExpression<?> xValueExpression)
           
 void setYValueExpression(DRIExpression<?> yValueExpression)
           
 void setZValueExpression(DRIExpression<?> zValueExpression)
           
 
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

DRXyzChartSerie

public DRXyzChartSerie()
Method Detail

getXValueExpression

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

setXValueExpression

public void setXValueExpression(DRIExpression<?> xValueExpression)

getYValueExpression

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

setYValueExpression

public void setYValueExpression(DRIExpression<?> yValueExpression)

getZValueExpression

public DRIExpression<?> getZValueExpression()
Specified by:
getZValueExpression in interface DRIXyzChartSerie

setZValueExpression

public void setZValueExpression(DRIExpression<?> zValueExpression)


Copyright © 2010-2014. All Rights Reserved.