Uses of Interface
net.sf.jasperreports.engine.part.PartFillComponent
-
Packages that use PartFillComponent Package Description net.sf.jasperreports.engine.part net.sf.jasperreports.parts.subreport -
-
Uses of PartFillComponent in net.sf.jasperreports.engine.part
Classes in net.sf.jasperreports.engine.part that implement PartFillComponent Modifier and Type Class Description class
BasePartFillComponent
Methods in net.sf.jasperreports.engine.part that return PartFillComponent Modifier and Type Method Description PartFillComponent
PartComponentFillFactory. cloneFillComponent(PartFillComponent component, JRFillCloneFactory factory)
Creates a clone of a fill component.PartFillComponent
PartComponentFillFactory. toFillComponent(PartComponent component, JRFillObjectFactory factory)
Creates a fill component instance for a component.Methods in net.sf.jasperreports.engine.part with parameters of type PartFillComponent Modifier and Type Method Description PartFillComponent
PartComponentFillFactory. cloneFillComponent(PartFillComponent component, JRFillCloneFactory factory)
Creates a clone of a fill component. -
Uses of PartFillComponent in net.sf.jasperreports.parts.subreport
Classes in net.sf.jasperreports.parts.subreport that implement PartFillComponent Modifier and Type Class Description class
SubreportFillPart
Methods in net.sf.jasperreports.parts.subreport that return PartFillComponent Modifier and Type Method Description PartFillComponent
FillSubreportPartFactory. cloneFillComponent(PartFillComponent component, JRFillCloneFactory factory)
PartFillComponent
FillSubreportPartFactory. toFillComponent(PartComponent component, JRFillObjectFactory factory)
Methods in net.sf.jasperreports.parts.subreport with parameters of type PartFillComponent Modifier and Type Method Description PartFillComponent
FillSubreportPartFactory. cloneFillComponent(PartFillComponent component, JRFillCloneFactory factory)
-