Uses of Class
net.sf.jasperreports.engine.fill.JRCalculator

Packages that use JRCalculator
net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces. 
net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
 

Uses of JRCalculator in net.sf.jasperreports.charts.fill
 

Methods in net.sf.jasperreports.charts.fill with parameters of type JRCalculator
protected  void JRFillXyzDataset.customEvaluate(JRCalculator calculator)
           
protected  void JRFillXySeries.evaluate(JRCalculator calculator)
           
protected  void JRFillCategoryDataset.customEvaluate(JRCalculator calculator)
           
protected  void JRFillXyDataset.customEvaluate(JRCalculator calculator)
           
protected  void JRFillPieDataset.customEvaluate(JRCalculator calculator)
           
protected  void JRFillHighLowDataset.customEvaluate(JRCalculator calculator)
           
protected  void JRFillTimeSeriesDataset.customEvaluate(JRCalculator calculator)
           
protected  void JRFillXyzSeries.evaluate(JRCalculator calculator)
           
protected  void JRFillTimePeriodSeries.evaluate(JRCalculator calculator)
           
protected  void JRFillTimeSeries.evaluate(JRCalculator calculator)
           
protected  void JRFillCategorySeries.evaluate(JRCalculator calculator)
           
protected  void JRFillTimePeriodDataset.customEvaluate(JRCalculator calculator)
           
 

Uses of JRCalculator in net.sf.jasperreports.engine.design
 

Methods in net.sf.jasperreports.engine.design that return JRCalculator
 JRCalculator JRAbstractJavaCompiler.loadCalculator(JasperReport jasperReport)
           
 JRCalculator JRCompiler.loadCalculator(JasperReport jasperReport)
           
 JRCalculator JRDefaultCompiler.loadCalculator(JasperReport jasperReport)
           
 

Uses of JRCalculator in net.sf.jasperreports.engine.fill
 

Fields in net.sf.jasperreports.engine.fill declared as JRCalculator
protected  JRCalculator JRBaseFiller.calculator
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRCalculator
protected  void JRFillChartDataset.evaluate(JRCalculator calculator)
           
protected abstract  void JRFillChartDataset.customEvaluate(JRCalculator calculator)
           
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRCalculator
JRHorizontalFiller(JasperReport jasperReport, JRCalculator calculator, JRBaseFiller parentFiller)
           
JRBaseFiller(JasperReport jasperReport, JRCalculator initCalculator, JRBaseFiller parentFiller)
           
JRVerticalFiller(JasperReport jasperReport, JRCalculator calculator, JRBaseFiller parentFiller)
           
 



© 2001-2005 JasperSoft Corporation www.jaspersoft.com