Uses of Class
net.sf.jasperreports.crosstabs.fill.calculation.CrosstabCell
-
Packages that use CrosstabCell Package Description net.sf.jasperreports.crosstabs.fill.calculation Contains classes to be used in crosstab calculations at report filling time.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 CrosstabCell in net.sf.jasperreports.crosstabs.fill.calculation
Fields in net.sf.jasperreports.crosstabs.fill.calculation declared as CrosstabCell Modifier and Type Field Description protected CrosstabCell[][]
CrosstabBucketingService. cells
Methods in net.sf.jasperreports.crosstabs.fill.calculation that return CrosstabCell Modifier and Type Method Description CrosstabCell[][]
CrosstabBucketingService. getCrosstabCells()
Returns the crosstab data cells. -
Uses of CrosstabCell in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as CrosstabCell Modifier and Type Field Description protected CrosstabCell[][]
JRFillCrosstab. cellData
Methods in net.sf.jasperreports.engine.fill with parameters of type CrosstabCell Modifier and Type Method Description protected void
JRFillCrosstab.CrosstabFiller. setMeasureVariables(CrosstabCell cell)
-