Uses of Class
net.sf.jasperreports.engine.fill.JRFillObjectFactory
-
Packages that use JRFillObjectFactory Package Description net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.components.barbecue Contains classes for the built-in Barbecue component.net.sf.jasperreports.components.barcode4j Contains classes for the built-in Barcode4J component.net.sf.jasperreports.components.charts Contains interfaces and base classes for the built-in Spider Chart component.net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.net.sf.jasperreports.components.items.fill Contains classes and interfaces for filling the item based components.net.sf.jasperreports.components.list Contains classes for the built-in List component.net.sf.jasperreports.components.map.fill Contains fill time implementations for Google Map component related interfaces.net.sf.jasperreports.components.sort Contains classes for the built-in Sort component.net.sf.jasperreports.components.spiderchart Contains classes for the built-in Spider Chart component.net.sf.jasperreports.components.subreport.fill Contains fill time implementations for subreport component related interfaces.net.sf.jasperreports.components.table Contains classes for the built-in Table 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.analytics.dataset net.sf.jasperreports.engine.component Provides interfaces and base classes for the built-in JasperReports component functionality.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).net.sf.jasperreports.engine.part net.sf.jasperreports.parts.subreport -
-
Uses of JRFillObjectFactory in net.sf.jasperreports.charts.fill
-
Uses of JRFillObjectFactory in net.sf.jasperreports.components.barbecue
Methods in net.sf.jasperreports.components.barbecue with parameters of type JRFillObjectFactory Modifier and Type Method Description FillComponentBarbecueFillFactory. toFillComponent(Component component, JRFillObjectFactory factory) -
Uses of JRFillObjectFactory in net.sf.jasperreports.components.barcode4j
Methods in net.sf.jasperreports.components.barcode4j with parameters of type JRFillObjectFactory Modifier and Type Method Description FillComponentBarcodeFillFactory. toFillComponent(Component component, JRFillObjectFactory factory) -
Uses of JRFillObjectFactory in net.sf.jasperreports.components.charts
Constructors in net.sf.jasperreports.components.charts with parameters of type JRFillObjectFactory Constructor Description FillChartSettings(ChartSettings chartSettings, JRFillObjectFactory factory) -
Uses of JRFillObjectFactory in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel with parameters of type JRFillObjectFactory Modifier and Type Method Description FillComponentIconLabelComponentFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)Constructors in net.sf.jasperreports.components.iconlabel with parameters of type JRFillObjectFactory Constructor Description IconLabelComponentFill(IconLabelComponent iconLabelComponent, JRFillObjectFactory factory) -
Uses of JRFillObjectFactory in net.sf.jasperreports.components.items.fill
Methods in net.sf.jasperreports.components.items.fill with parameters of type JRFillObjectFactory Modifier and Type Method Description abstract FillItemFillItemData. getFillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)Constructors in net.sf.jasperreports.components.items.fill with parameters of type JRFillObjectFactory Constructor Description FillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)FillItemData(FillContextProvider fillContextProvider, ItemData itemData, JRFillObjectFactory factory)FillItemDataset(FillItemData itemData, JRFillObjectFactory factory) -
Uses of JRFillObjectFactory in net.sf.jasperreports.components.list
Subclasses of JRFillObjectFactory in net.sf.jasperreports.components.list Modifier and Type Class Description classFillListDatasetFactoryMethods in net.sf.jasperreports.components.list with parameters of type JRFillObjectFactory Modifier and Type Method Description FillComponentFillListFactory. toFillComponent(Component component, JRFillObjectFactory factory)Constructors in net.sf.jasperreports.components.list with parameters of type JRFillObjectFactory Constructor Description BaseFillList(ListComponent component, JRFillObjectFactory factory)FillDatasetRun(JRDatasetRun datasetRun, JRFillObjectFactory factory)FillListContents(ListContents listContents, JRFillObjectFactory factory)FillListDatasetFactory(JRFillObjectFactory parent)HorizontalFillList(ListComponent component, JRFillObjectFactory factory)VerticalFillList(ListComponent component, JRFillObjectFactory factory) -
Uses of JRFillObjectFactory in net.sf.jasperreports.components.map.fill
Methods in net.sf.jasperreports.components.map.fill with parameters of type JRFillObjectFactory Modifier and Type Method Description FillItemFillMarkerItemData. getFillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)FillItemFillPlaceItemData. getFillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)FillItemFillStyleItemData. getFillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)FillComponentMapFillFactory. toFillComponent(Component component, JRFillObjectFactory factory) -
Uses of JRFillObjectFactory in net.sf.jasperreports.components.sort
Methods in net.sf.jasperreports.components.sort with parameters of type JRFillObjectFactory Modifier and Type Method Description FillComponentSortComponentFillFactory. toFillComponent(Component component, JRFillObjectFactory factory) -
Uses of JRFillObjectFactory in net.sf.jasperreports.components.spiderchart
Methods in net.sf.jasperreports.components.spiderchart with parameters of type JRFillObjectFactory Modifier and Type Method Description FillComponentSpiderChartFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)Constructors in net.sf.jasperreports.components.spiderchart with parameters of type JRFillObjectFactory Constructor Description FillSpiderChart(SpiderChartComponent chartComponent, JRFillObjectFactory factory)FillSpiderDataset(SpiderDataset spiderDataset, JRFillObjectFactory factory)FillSpiderPlot(SpiderPlot spiderPlot, JRFillObjectFactory factory) -
Uses of JRFillObjectFactory in net.sf.jasperreports.components.subreport.fill
Fields in net.sf.jasperreports.components.subreport.fill declared as JRFillObjectFactory Modifier and Type Field Description protected JRFillObjectFactorySubreportFillComponent. factoryConstructors in net.sf.jasperreports.components.subreport.fill with parameters of type JRFillObjectFactory Constructor Description ComponentFillSubreport(FillContext fillContext, JRSubreport subreport, JRFillObjectFactory factory, JasperReport jasperReport, BuiltinExpressionEvaluatorFactory builtinEvaluatorFactory)SubreportFillComponent(Component subreportComponent, JRFillObjectFactory factory) -
Uses of JRFillObjectFactory in net.sf.jasperreports.components.table
Methods in net.sf.jasperreports.components.table with parameters of type JRFillObjectFactory Modifier and Type Method Description FillComponentFillTableFactory. toFillComponent(Component component, JRFillObjectFactory factory) -
Uses of JRFillObjectFactory in net.sf.jasperreports.components.table.fill
Constructors in net.sf.jasperreports.components.table.fill with parameters of type JRFillObjectFactory Constructor Description FillTable(TableComponent table, JRFillObjectFactory factory) -
Uses of JRFillObjectFactory in net.sf.jasperreports.crosstabs.fill
Subclasses of JRFillObjectFactory in net.sf.jasperreports.crosstabs.fill Modifier and Type Class Description classIconLabelFillObjectFactoryclassJRFillCrosstabObjectFactoryFactory of fill instances of crosstab internal objects.Constructors in net.sf.jasperreports.crosstabs.fill with parameters of type JRFillObjectFactory Constructor Description IconLabelFillObjectFactory(JRFillObjectFactory parent, JRFillExpressionEvaluator expressionEvaluator)JRFillCrosstabObjectFactory(JRFillObjectFactory parent, JRFillExpressionEvaluator expressionEvaluator)JRFillCrosstabParameter(JRCrosstabParameter parameter, JRFillObjectFactory factory) -
Uses of JRFillObjectFactory in net.sf.jasperreports.engine.analytics.dataset
Constructors in net.sf.jasperreports.engine.analytics.dataset with parameters of type JRFillObjectFactory Constructor Description FillMultiAxisData(MultiAxisData data, JRFillObjectFactory factory)FillMultiAxisDataset(MultiAxisData data, JRFillObjectFactory factory) -
Uses of JRFillObjectFactory in net.sf.jasperreports.engine.component
Methods in net.sf.jasperreports.engine.component with parameters of type JRFillObjectFactory Modifier and Type Method Description FillComponentComponentFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)Creates a fill component instance for a component. -
Uses of JRFillObjectFactory in net.sf.jasperreports.engine.fill
Subclasses of JRFillObjectFactory in net.sf.jasperreports.engine.fill Modifier and Type Class Description protected static classDatasetExecution.ObjectFactoryFields in net.sf.jasperreports.engine.fill declared as JRFillObjectFactory Modifier and Type Field Description protected JRFillObjectFactoryBaseReportFiller. factoryMethods in net.sf.jasperreports.engine.fill that return JRFillObjectFactory Modifier and Type Method Description protected abstract JRFillObjectFactoryBaseReportFiller. initFillFactory()protected JRFillObjectFactoryJRBaseFiller. initFillFactory()protected JRFillObjectFactoryPartReportFiller. initFillFactory()Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillObjectFactory Modifier and Type Method Description protected abstract JRFillCommonReturnValueJRFillCommonReturnValue. addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)protected JRFillCommonReturnValueJRFillExpressionReturnValue. addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)protected JRFillCommonReturnValueJRFillVariableReturnValue. addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)protected JRFillCommonReturnValueJRFillCommonReturnValue. addReturnValue(JRFillCommonReturnValue returnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)protected voidJRFillDataset. checkVariableCalculationReqs(JRFillObjectFactory factory)Checks if there are variable calculation requirements and creates the required variables.protected voidJRBaseFiller. createReportTemplates(JRFillObjectFactory factory)protected voidJRFillDataset. initElementDatasets(JRFillObjectFactory factory)Initializes the element datasets.protected voidJRFillDatasetRun. initReturnValues(JRFillObjectFactory factory) -
Uses of JRFillObjectFactory in net.sf.jasperreports.engine.part
Methods in net.sf.jasperreports.engine.part with parameters of type JRFillObjectFactory Modifier and Type Method Description PartFillComponentPartComponentFillFactory. toFillComponent(PartComponent component, JRFillObjectFactory factory)Creates a fill component instance for a component.Constructors in net.sf.jasperreports.engine.part with parameters of type JRFillObjectFactory Constructor Description FillPart(JRPart part, JRFillObjectFactory fillFactory)FillParts(JRSection section, JRFillObjectFactory fillFactory)GroupFillParts(JRGroup group, JRFillObjectFactory fillFactory) -
Uses of JRFillObjectFactory in net.sf.jasperreports.parts.subreport
Methods in net.sf.jasperreports.parts.subreport with parameters of type JRFillObjectFactory Modifier and Type Method Description PartFillComponentFillSubreportPartFactory. toFillComponent(PartComponent component, JRFillObjectFactory factory)Constructors in net.sf.jasperreports.parts.subreport with parameters of type JRFillObjectFactory Constructor Description SubreportFillPart(SubreportPartComponent subreportPart, JRFillObjectFactory factory)
-