Uses of Class
net.sf.jasperreports.engine.fill.JRFillObjectFactory
-
Packages that use JRFillObjectFactory Package Description net.sf.jasperreports.barbecue Contains classes for the built-in Barbecue component.net.sf.jasperreports.barcode4j Contains classes for the built-in Barcode4J component.net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.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 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.barbecue
Methods in net.sf.jasperreports.barbecue with parameters of type JRFillObjectFactory Modifier and Type Method Description FillComponent
BarbecueFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)
-
Uses of JRFillObjectFactory in net.sf.jasperreports.barcode4j
Methods in net.sf.jasperreports.barcode4j with parameters of type JRFillObjectFactory Modifier and Type Method Description FillComponent
BarcodeFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)
-
Uses of JRFillObjectFactory in net.sf.jasperreports.charts.fill
Methods in net.sf.jasperreports.charts.fill that return JRFillObjectFactory Modifier and Type Method Description JRFillObjectFactory
ChartsFillObjectFactory. getParent()
Constructors in net.sf.jasperreports.charts.fill with parameters of type JRFillObjectFactory Constructor Description ChartsFillObjectFactory(JRFillObjectFactory parent)
JRFillChartDataset(JRChartDataset dataset, JRFillObjectFactory factory)
JRFillDataRange(JRDataRange dataRange, JRFillObjectFactory factory)
JRFillItemLabel(JRItemLabel itemLabel, JRFillObjectFactory factory)
JRFillValueDisplay(JRValueDisplay valueDisplay, 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 FillComponent
IconLabelComponentFillFactory. 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 FillItem
FillItemData. 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 class
FillListDatasetFactory
Methods in net.sf.jasperreports.components.list with parameters of type JRFillObjectFactory Modifier and Type Method Description FillComponent
FillListFactory. 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 FillItem
FillMarkerItemData. getFillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)
FillItem
FillPlaceItemData. getFillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)
FillItem
FillStyleItemData. getFillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)
FillComponent
MapFillFactory. 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 FillComponent
SortComponentFillFactory. 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 FillComponent
SpiderChartFillFactory. toFillComponent(Component component, 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 JRFillObjectFactory
SubreportFillComponent. factory
Constructors 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 FillComponent
FillTableFactory. 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 class
IconLabelFillObjectFactory
class
JRFillCrosstabObjectFactory
Factory 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 FillComponent
ComponentFillFactory. 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 class
DatasetExecution.ObjectFactory
Fields in net.sf.jasperreports.engine.fill declared as JRFillObjectFactory Modifier and Type Field Description protected JRFillObjectFactory
BaseReportFiller. factory
Methods in net.sf.jasperreports.engine.fill that return JRFillObjectFactory Modifier and Type Method Description protected abstract JRFillObjectFactory
BaseReportFiller. initFillFactory()
protected JRFillObjectFactory
JRBaseFiller. initFillFactory()
protected JRFillObjectFactory
PartReportFiller. initFillFactory()
Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillObjectFactory Modifier and Type Method Description protected abstract JRFillCommonReturnValue
JRFillCommonReturnValue. addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)
protected JRFillCommonReturnValue
JRFillExpressionReturnValue. addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)
protected JRFillCommonReturnValue
JRFillVariableReturnValue. addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)
protected JRFillCommonReturnValue
JRFillCommonReturnValue. addReturnValue(JRFillCommonReturnValue returnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)
protected void
JRFillDataset. checkVariableCalculationReqs(JRFillObjectFactory factory)
Checks if there are variable calculation requirements and creates the required variables.protected void
JRBaseFiller. createReportTemplates(JRFillObjectFactory factory)
protected void
JRFillDataset. initElementDatasets(JRFillObjectFactory factory)
Initializes the element datasets.protected void
JRFillDatasetRun. 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 PartFillComponent
PartComponentFillFactory. 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 PartFillComponent
FillSubreportPartFactory. toFillComponent(PartComponent component, JRFillObjectFactory factory)
Constructors in net.sf.jasperreports.parts.subreport with parameters of type JRFillObjectFactory Constructor Description SubreportFillPart(SubreportPartComponent subreportPart, JRFillObjectFactory factory)
-