Uses of Class
net.sf.dynamicreports.adhoc.configuration.AdhocChartSerie

Packages that use AdhocChartSerie
net.sf.dynamicreports.adhoc.configuration   
net.sf.dynamicreports.adhoc.report   
net.sf.dynamicreports.adhoc.transformation   
 

Uses of AdhocChartSerie in net.sf.dynamicreports.adhoc.configuration
 

Methods in net.sf.dynamicreports.adhoc.configuration that return AdhocChartSerie
 AdhocChartSerie AdhocChartSerie.clone()
           
 

Methods in net.sf.dynamicreports.adhoc.configuration that return types with arguments of type AdhocChartSerie
 List<AdhocChartSerie> AdhocChart.getSeries()
           
 

Methods in net.sf.dynamicreports.adhoc.configuration with parameters of type AdhocChartSerie
 void AdhocChart.addSerie(AdhocChartSerie serie)
           
 

Method parameters in net.sf.dynamicreports.adhoc.configuration with type arguments of type AdhocChartSerie
 void AdhocChart.setSeries(List<AdhocChartSerie> series)
           
 

Uses of AdhocChartSerie in net.sf.dynamicreports.adhoc.report
 

Methods in net.sf.dynamicreports.adhoc.report with parameters of type AdhocChartSerie
protected  CategoryChartSerieBuilder DefaultAdhocReportCustomizer.categoryChartSerie(AdhocChartSerie adhocChartSerie)
           
protected  GroupedCategoryChartSerieBuilder DefaultAdhocReportCustomizer.groupedCategoryChartSerie(AdhocChartSerie adhocChartSerie)
           
protected  void DefaultAdhocReportCustomizer.chartSerie(AdhocChartSerie adhocChartSerie, AbstractChartSerieBuilder<?,?> chartSerie)
           
protected  XyChartSerieBuilder DefaultAdhocReportCustomizer.xyChartSerie(AdhocChartSerie adhocChartSerie)
           
protected  XyzChartSerieBuilder DefaultAdhocReportCustomizer.xyzChartSerie(AdhocChartSerie adhocChartSerie)
           
 

Uses of AdhocChartSerie in net.sf.dynamicreports.adhoc.transformation
 

Methods in net.sf.dynamicreports.adhoc.transformation that return AdhocChartSerie
protected  AdhocChartSerie XmlToAdhocTransform.chartSerie(XmlAdhocChartSerie xmlAdhocChartSerie)
           
 

Methods in net.sf.dynamicreports.adhoc.transformation with parameters of type AdhocChartSerie
protected  XmlAdhocChartSerie AdhocToXmlTransform.chartSerie(AdhocChartSerie adhocChartSerie)
           
 



Copyright © 2010-2012. All Rights Reserved.