Uses of Class
net.sf.jasperreports.engine.fill.JRFillCloneFactory
-
Packages that use JRFillCloneFactory Package Description 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.iconlabel Contains classes for the built-in Icon Label component.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.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 JRFillCloneFactory in net.sf.jasperreports.components.barbecue
Methods in net.sf.jasperreports.components.barbecue with parameters of type JRFillCloneFactory Modifier and Type Method Description FillComponentBarbecueFillFactory. cloneFillComponent(FillComponent component, JRFillCloneFactory factory) -
Uses of JRFillCloneFactory in net.sf.jasperreports.components.barcode4j
Methods in net.sf.jasperreports.components.barcode4j with parameters of type JRFillCloneFactory Modifier and Type Method Description FillComponentBarcodeFillFactory. cloneFillComponent(FillComponent component, JRFillCloneFactory factory) -
Uses of JRFillCloneFactory in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel with parameters of type JRFillCloneFactory Modifier and Type Method Description FillComponentIconLabelComponentFillFactory. cloneFillComponent(FillComponent component, JRFillCloneFactory factory)JRFillCloneableIconLabelComponentFill. createClone(JRFillCloneFactory factory)Constructors in net.sf.jasperreports.components.iconlabel with parameters of type JRFillCloneFactory Constructor Description IconLabelComponentFill(IconLabelComponent iconLabelComponent, JRFillCloneFactory factory) -
Uses of JRFillCloneFactory in net.sf.jasperreports.components.list
Methods in net.sf.jasperreports.components.list with parameters of type JRFillCloneFactory Modifier and Type Method Description FillComponentFillListFactory. cloneFillComponent(FillComponent component, JRFillCloneFactory factory)JRFillCloneableFillListContents. createClone(JRFillCloneFactory factory)JRFillCloneableHorizontalFillList. createClone(JRFillCloneFactory factory)JRFillCloneableVerticalFillList. createClone(JRFillCloneFactory factory)Constructors in net.sf.jasperreports.components.list with parameters of type JRFillCloneFactory Constructor Description BaseFillList(BaseFillList list, JRFillCloneFactory factory)FillDatasetRun(FillDatasetRun datasetRun, JRFillCloneFactory factory)FillListContents(FillListContents fillListContents, JRFillCloneFactory factory)HorizontalFillList(HorizontalFillList list, JRFillCloneFactory factory)VerticalFillList(VerticalFillList list, JRFillCloneFactory factory) -
Uses of JRFillCloneFactory in net.sf.jasperreports.components.map.fill
Methods in net.sf.jasperreports.components.map.fill with parameters of type JRFillCloneFactory Modifier and Type Method Description FillComponentMapFillFactory. cloneFillComponent(FillComponent component, JRFillCloneFactory factory) -
Uses of JRFillCloneFactory in net.sf.jasperreports.components.sort
Methods in net.sf.jasperreports.components.sort with parameters of type JRFillCloneFactory Modifier and Type Method Description FillComponentSortComponentFillFactory. cloneFillComponent(FillComponent component, JRFillCloneFactory factory)JRFillCloneableSortComponentFill. createClone(JRFillCloneFactory factory) -
Uses of JRFillCloneFactory in net.sf.jasperreports.components.spiderchart
Methods in net.sf.jasperreports.components.spiderchart with parameters of type JRFillCloneFactory Modifier and Type Method Description FillComponentSpiderChartFillFactory. cloneFillComponent(FillComponent component, JRFillCloneFactory factory)JRFillCloneableFillSpiderChart. createClone(JRFillCloneFactory factory) -
Uses of JRFillCloneFactory in net.sf.jasperreports.components.subreport.fill
Methods in net.sf.jasperreports.components.subreport.fill with parameters of type JRFillCloneFactory Modifier and Type Method Description JRFillCloneableComponentFillSubreport. createClone(JRFillCloneFactory factory)Constructors in net.sf.jasperreports.components.subreport.fill with parameters of type JRFillCloneFactory Constructor Description ComponentFillSubreport(ComponentFillSubreport fillSubreport, JRFillCloneFactory factory)SubreportFillComponent(SubreportFillComponent subreportComponent, JRFillCloneFactory factory) -
Uses of JRFillCloneFactory in net.sf.jasperreports.components.table
Methods in net.sf.jasperreports.components.table with parameters of type JRFillCloneFactory Modifier and Type Method Description FillComponentFillTableFactory. cloneFillComponent(FillComponent component, JRFillCloneFactory factory) -
Uses of JRFillCloneFactory in net.sf.jasperreports.components.table.fill
Constructors in net.sf.jasperreports.components.table.fill with parameters of type JRFillCloneFactory Constructor Description FillTable(FillTable table, JRFillCloneFactory factory) -
Uses of JRFillCloneFactory in net.sf.jasperreports.engine.analytics.dataset
Constructors in net.sf.jasperreports.engine.analytics.dataset with parameters of type JRFillCloneFactory Constructor Description FillMultiAxisData(FillMultiAxisData data, JRFillCloneFactory factory)FillMultiAxisDataset(FillMultiAxisDataset dataset, JRFillCloneFactory factory) -
Uses of JRFillCloneFactory in net.sf.jasperreports.engine.component
Methods in net.sf.jasperreports.engine.component with parameters of type JRFillCloneFactory Modifier and Type Method Description FillComponentComponentFillFactory. cloneFillComponent(FillComponent component, JRFillCloneFactory factory)Creates a clone of a fill component.Constructors in net.sf.jasperreports.engine.component with parameters of type JRFillCloneFactory Constructor Description BaseFillComponent(BaseFillComponent fillComponent, JRFillCloneFactory factory) -
Uses of JRFillCloneFactory in net.sf.jasperreports.engine.fill
-
Uses of JRFillCloneFactory in net.sf.jasperreports.engine.part
Methods in net.sf.jasperreports.engine.part with parameters of type JRFillCloneFactory Modifier and Type Method Description PartFillComponentPartComponentFillFactory. cloneFillComponent(PartFillComponent component, JRFillCloneFactory factory)Creates a clone of a fill component. -
Uses of JRFillCloneFactory in net.sf.jasperreports.parts.subreport
Methods in net.sf.jasperreports.parts.subreport with parameters of type JRFillCloneFactory Modifier and Type Method Description PartFillComponentFillSubreportPartFactory. cloneFillComponent(PartFillComponent component, JRFillCloneFactory factory)
-