Uses of Interface
net.sf.jasperreports.engine.component.ComponentFillFactory
Packages that use ComponentFillFactory
Package
Description
Contains classes for the built-in Barbecue component.
Contains classes for the built-in Barcode4J component.
Contains classes for the built-in Icon Label component.
Contains classes for the built-in List component.
Contains classes for the built-in Spider Chart component.
Contains classes for the built-in Table component.
Provides interfaces and base classes for the built-in JasperReports component functionality.
- 
Uses of ComponentFillFactory in net.sf.jasperreports.barbecueClasses in net.sf.jasperreports.barbecue that implement ComponentFillFactory
- 
Uses of ComponentFillFactory in net.sf.jasperreports.barcode4jClasses in net.sf.jasperreports.barcode4j that implement ComponentFillFactory
- 
Uses of ComponentFillFactory in net.sf.jasperreports.components.iconlabelClasses in net.sf.jasperreports.components.iconlabel that implement ComponentFillFactory
- 
Uses of ComponentFillFactory in net.sf.jasperreports.components.listClasses in net.sf.jasperreports.components.list that implement ComponentFillFactory
- 
Uses of ComponentFillFactory in net.sf.jasperreports.components.spiderchartClasses in net.sf.jasperreports.components.spiderchart that implement ComponentFillFactory
- 
Uses of ComponentFillFactory in net.sf.jasperreports.components.tableClasses in net.sf.jasperreports.components.table that implement ComponentFillFactory
- 
Uses of ComponentFillFactory in net.sf.jasperreports.engine.componentMethods in net.sf.jasperreports.engine.component that return ComponentFillFactoryModifier and TypeMethodDescriptionComponentManager.getComponentFillFactory(JasperReportsContext jasperReportsContext) Returns the factory of fill component instances.DefaultComponentManager.getComponentFillFactory(JasperReportsContext jasperReportsContext) Methods in net.sf.jasperreports.engine.component with parameters of type ComponentFillFactoryModifier and TypeMethodDescriptionvoidDefaultComponentManager.setComponentFillFactory(ComponentFillFactory fillFactory) Sets the fill component factory implementation.