Uses of Class
net.sf.jasperreports.engine.JRAbstractObjectFactory
-
Packages that use JRAbstractObjectFactory Package Description net.sf.jasperreports.components.list Contains classes for the built-in List component.net.sf.jasperreports.components.table.fill Contains fill time implementations for Table component related interfaces.net.sf.jasperreports.crosstabs.fill Contains classes to be used at report filling time for the Crosstab report element.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.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 JRAbstractObjectFactory in net.sf.jasperreports.components.list
Subclasses of JRAbstractObjectFactory in net.sf.jasperreports.components.list Modifier and Type Class Description class
FillListDatasetFactory
-
Uses of JRAbstractObjectFactory in net.sf.jasperreports.components.table.fill
Subclasses of JRAbstractObjectFactory in net.sf.jasperreports.components.table.fill Modifier and Type Class Description class
DatasetCloneObjectFactory
Object factory used to clone a report dataset.class
TableReportBaseObjectFactory
-
Uses of JRAbstractObjectFactory in net.sf.jasperreports.crosstabs.fill
Subclasses of JRAbstractObjectFactory in net.sf.jasperreports.crosstabs.fill Modifier and Type Class Description class
IconLabelFillObjectFactory
class
JRFillCrosstabObjectFactory
Factory of fill instances of crosstab internal objects. -
Uses of JRAbstractObjectFactory in net.sf.jasperreports.engine.base
Subclasses of JRAbstractObjectFactory in net.sf.jasperreports.engine.base Modifier and Type Class Description class
JRBaseObjectFactory
Factory of objects used in compiled reports.Constructors in net.sf.jasperreports.engine.base with parameters of type JRAbstractObjectFactory Constructor Description JRBaseConditionalStyle(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.fill Modifier and Type Class Description protected static class
DatasetExecution.ObjectFactory
class
JRFillObjectFactory
A factory used to instantiate fill objects based on compiled report objects.
-