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.barbecue
Classes in net.sf.jasperreports.barbecue that implement ComponentFillFactory -
Uses of ComponentFillFactory in net.sf.jasperreports.barcode4j
Classes in net.sf.jasperreports.barcode4j that implement ComponentFillFactory -
Uses of ComponentFillFactory in net.sf.jasperreports.components.iconlabel
Classes in net.sf.jasperreports.components.iconlabel that implement ComponentFillFactory -
Uses of ComponentFillFactory in net.sf.jasperreports.components.list
Classes in net.sf.jasperreports.components.list that implement ComponentFillFactory -
Uses of ComponentFillFactory in net.sf.jasperreports.components.spiderchart
Classes in net.sf.jasperreports.components.spiderchart that implement ComponentFillFactory -
Uses of ComponentFillFactory in net.sf.jasperreports.components.table
Classes in net.sf.jasperreports.components.table that implement ComponentFillFactory -
Uses of ComponentFillFactory in net.sf.jasperreports.engine.component
Methods 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.