Uses of Interface
net.sf.dynamicreports.report.definition.chart.DRIChartCustomizer

Packages that use DRIChartCustomizer
net.sf.dynamicreports.design.base.chart   
net.sf.dynamicreports.design.definition.chart   
net.sf.dynamicreports.design.transformation.chartcustomizer   
net.sf.dynamicreports.jasper.base   
net.sf.dynamicreports.report.base.chart   
net.sf.dynamicreports.report.builder.chart   
net.sf.dynamicreports.report.definition.chart   
 

Uses of DRIChartCustomizer in net.sf.dynamicreports.design.base.chart
 

Methods in net.sf.dynamicreports.design.base.chart that return types with arguments of type DRIChartCustomizer
 List<DRIChartCustomizer> DRDesignChart.getCustomizers()
           
 

Method parameters in net.sf.dynamicreports.design.base.chart with type arguments of type DRIChartCustomizer
 void DRDesignChart.setCustomizers(List<DRIChartCustomizer> customizers)
           
 

Uses of DRIChartCustomizer in net.sf.dynamicreports.design.definition.chart
 

Methods in net.sf.dynamicreports.design.definition.chart that return types with arguments of type DRIChartCustomizer
 List<DRIChartCustomizer> DRIDesignChart.getCustomizers()
           
 

Uses of DRIChartCustomizer in net.sf.dynamicreports.design.transformation.chartcustomizer
 

Classes in net.sf.dynamicreports.design.transformation.chartcustomizer that implement DRIChartCustomizer
 class DifferenceRendererCustomizer
           
 class GroupedStackedBarRendererCustomizer
           
 class LayeredBarRendererCustomizer
           
 class PieChartLabelFormatCustomizer
           
 class SeriesColorsByNameCustomizer
           
 class SeriesOrderCustomizer
           
 class ShowPercentagesCustomizer
           
 class ShowValuesCustomizer
           
 class WaterfallBarRendererCustomizer
           
 class XyBlockRendererCustomizer
           
 class XyStepRendererCustomizer
           
 

Uses of DRIChartCustomizer in net.sf.dynamicreports.jasper.base
 

Methods in net.sf.dynamicreports.jasper.base that return types with arguments of type DRIChartCustomizer
protected  List<DRIChartCustomizer> JasperScriptlet.getChartCustomizers(String name)
           
protected  List<DRIChartCustomizer> JasperCustomValues.getChartCustomizers(String name)
           
 

Method parameters in net.sf.dynamicreports.jasper.base with type arguments of type DRIChartCustomizer
 void JasperCustomValues.addChartCustomizers(String name, List<DRIChartCustomizer> chartCustomizers)
           
 

Uses of DRIChartCustomizer in net.sf.dynamicreports.report.base.chart
 

Methods in net.sf.dynamicreports.report.base.chart that return types with arguments of type DRIChartCustomizer
 List<DRIChartCustomizer> DRChart.getCustomizers()
           
 

Methods in net.sf.dynamicreports.report.base.chart with parameters of type DRIChartCustomizer
 void DRChart.addCustomizer(DRIChartCustomizer customizer)
           
 

Method parameters in net.sf.dynamicreports.report.base.chart with type arguments of type DRIChartCustomizer
 void DRChart.setCustomizers(List<DRIChartCustomizer> customizers)
           
 

Uses of DRIChartCustomizer in net.sf.dynamicreports.report.builder.chart
 

Methods in net.sf.dynamicreports.report.builder.chart with parameters of type DRIChartCustomizer
 T AbstractChartBuilder.addCustomizer(DRIChartCustomizer... customizers)
           
 T AbstractChartBuilder.customizers(DRIChartCustomizer... customizers)
           
 T AbstractChartBuilder.setCustomizer(DRIChartCustomizer customizer)
          Deprecated. 
 

Uses of DRIChartCustomizer in net.sf.dynamicreports.report.definition.chart
 

Methods in net.sf.dynamicreports.report.definition.chart that return types with arguments of type DRIChartCustomizer
 List<DRIChartCustomizer> DRIChart.getCustomizers()
           
 



Copyright © 2010-2014. All Rights Reserved.