Uses of Class
net.sf.jasperreports.engine.JRAbstractObjectFactory
Packages that use JRAbstractObjectFactory
Package
Description
Contains classes for the built-in List component.
Contains fill time implementations for Table component related interfaces.
Contains classes to be used at report filling time for the Crosstab report element.
Contains base implementations for the library's main interfaces.
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 JRAbstractObjectFactory in net.sf.jasperreports.components.list
Subclasses of JRAbstractObjectFactory in net.sf.jasperreports.components.list -
Uses of JRAbstractObjectFactory in net.sf.jasperreports.components.table.fill
Subclasses of JRAbstractObjectFactory in net.sf.jasperreports.components.table.fillModifier and TypeClassDescriptionclassObject factory used to clone a report dataset.class -
Uses of JRAbstractObjectFactory in net.sf.jasperreports.crosstabs.fill
Subclasses of JRAbstractObjectFactory in net.sf.jasperreports.crosstabs.fillModifier and TypeClassDescriptionclassclassFactory of fill instances of crosstab internal objects. -
Uses of JRAbstractObjectFactory in net.sf.jasperreports.engine.base
Subclasses of JRAbstractObjectFactory in net.sf.jasperreports.engine.baseModifier and TypeClassDescriptionclassFactory of objects used in compiled reports.Constructors in net.sf.jasperreports.engine.base with parameters of type JRAbstractObjectFactoryModifierConstructorDescriptionJRBaseConditionalStyle(JRConditionalStyle style, JRStyle parentStyle, JRAbstractObjectFactory factory) JRBaseFont(JRStyleContainer styleContainer, JRFont font, JRAbstractObjectFactory factory) JRBaseReportTemplate(JRReportTemplate reportTemplate, JRAbstractObjectFactory factory) JRBaseStyle(JRStyle style, JRAbstractObjectFactory factory) -
Uses of JRAbstractObjectFactory in net.sf.jasperreports.engine.fill
Subclasses of JRAbstractObjectFactory in net.sf.jasperreports.engine.fillModifier and TypeClassDescriptionprotected static classclassA factory used to instantiate fill objects based on compiled report objects.