Uses of Class
net.sf.jasperreports.engine.fill.JRFillCloneFactory
-
Packages that use JRFillCloneFactory 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.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.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.barbecue
Methods in net.sf.jasperreports.barbecue with parameters of type JRFillCloneFactory Modifier and Type Method Description FillComponent
BarbecueFillFactory. cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
-
Uses of JRFillCloneFactory in net.sf.jasperreports.barcode4j
Methods in net.sf.jasperreports.barcode4j with parameters of type JRFillCloneFactory Modifier and Type Method Description FillComponent
BarcodeFillFactory. cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
-
Uses of JRFillCloneFactory in net.sf.jasperreports.charts.fill
Methods in net.sf.jasperreports.charts.fill with parameters of type JRFillCloneFactory Modifier and Type Method Description JRFillCloneable
JRFillChart. createClone(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 FillComponent
IconLabelComponentFillFactory. cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
JRFillCloneable
IconLabelComponentFill. 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 FillComponent
FillListFactory. cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
JRFillCloneable
FillListContents. createClone(JRFillCloneFactory factory)
JRFillCloneable
HorizontalFillList. createClone(JRFillCloneFactory factory)
JRFillCloneable
VerticalFillList. 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 FillComponent
MapFillFactory. 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 FillComponent
SortComponentFillFactory. cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
JRFillCloneable
SortComponentFill. 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 FillComponent
SpiderChartFillFactory. cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
JRFillCloneable
FillSpiderChart. 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 JRFillCloneable
ComponentFillSubreport. 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 FillComponent
FillTableFactory. 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 FillComponent
ComponentFillFactory. 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 PartFillComponent
PartComponentFillFactory. 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 PartFillComponent
FillSubreportPartFactory. cloneFillComponent(PartFillComponent component, JRFillCloneFactory factory)
-