Uses of Class
net.sf.jasperreports.crosstabs.fill.JRFillCrosstabObjectFactory
Packages that use JRFillCrosstabObjectFactory
Package
Description
Contains classes to be used at report filling time for the Crosstab report element.
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 JRFillCrosstabObjectFactory in net.sf.jasperreports.crosstabs.fill
Constructors in net.sf.jasperreports.crosstabs.fill with parameters of type JRFillCrosstabObjectFactoryModifierConstructorDescriptionJRFillCrosstabCell(JRCrosstabCell cell, JRFillCrosstabObjectFactory factory) JRFillCrosstabGroup(JRCrosstabGroup group, String cellType, JRFillCrosstabObjectFactory factory) JRFillCrosstabMeasure(JRCrosstabMeasure measure, JRFillCrosstabObjectFactory factory) JRFillCrosstabRowGroup(JRCrosstabRowGroup group, JRFillCrosstabObjectFactory factory) -
Uses of JRFillCrosstabObjectFactory in net.sf.jasperreports.engine.fill
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillCrosstabObjectFactoryModifierConstructorDescriptionJRFillCellContents(JRBaseFiller filler, JRCellContents cell, String cellType, JRFillCrosstabObjectFactory factory)