Uses of Interface
net.sf.jasperreports.engine.part.PartComponentFillFactory
-
Packages that use PartComponentFillFactory Package Description net.sf.jasperreports.engine.part net.sf.jasperreports.parts.subreport -
-
Uses of PartComponentFillFactory in net.sf.jasperreports.engine.part
Methods in net.sf.jasperreports.engine.part that return PartComponentFillFactory Modifier and Type Method Description PartComponentFillFactoryDefaultPartComponentManager. getComponentFillFactory(JasperReportsContext jasperReportsContext)PartComponentFillFactoryPartComponentManager. getComponentFillFactory(JasperReportsContext jasperReportsContext)Returns the factory of fill component instances.Methods in net.sf.jasperreports.engine.part with parameters of type PartComponentFillFactory Modifier and Type Method Description voidDefaultPartComponentManager. setComponentFillFactory(PartComponentFillFactory fillFactory)Sets the fill component factory implementation. -
Uses of PartComponentFillFactory in net.sf.jasperreports.parts.subreport
Classes in net.sf.jasperreports.parts.subreport that implement PartComponentFillFactory Modifier and Type Class Description classFillSubreportPartFactoryFactory oflist fill componentinstances.
-