net.sf.dynamicreports.design.base.chart.dataset
Class DRDesignCategoryChartSerie

java.lang.Object
  extended by net.sf.dynamicreports.design.base.chart.dataset.AbstractDesignChartSerie
      extended by net.sf.dynamicreports.design.base.chart.dataset.DRDesignCategoryChartSerie
All Implemented Interfaces:
DRIDesignCategoryChartSerie, DRIDesignChartSerie

public class DRDesignCategoryChartSerie
extends AbstractDesignChartSerie
implements DRIDesignCategoryChartSerie

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
DRDesignCategoryChartSerie()
           
 
Method Summary
 DRIDesignExpression getLabelExpression()
           
 DRIDesignExpression getValueExpression()
           
 void setLabelExpression(DRIDesignExpression labelExpression)
           
 void setValueExpression(DRIDesignExpression valueExpression)
           
 
Methods inherited from class net.sf.dynamicreports.design.base.chart.dataset.AbstractDesignChartSerie
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.design.definition.chart.dataset.DRIDesignChartSerie
getSeriesExpression
 

Constructor Detail

DRDesignCategoryChartSerie

public DRDesignCategoryChartSerie()
Method Detail

getValueExpression

public DRIDesignExpression getValueExpression()
Specified by:
getValueExpression in interface DRIDesignCategoryChartSerie

setValueExpression

public void setValueExpression(DRIDesignExpression valueExpression)

getLabelExpression

public DRIDesignExpression getLabelExpression()
Specified by:
getLabelExpression in interface DRIDesignCategoryChartSerie

setLabelExpression

public void setLabelExpression(DRIDesignExpression labelExpression)


Copyright © 2010-2014. All Rights Reserved.