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 classBasePartFillComponentMethods in net.sf.jasperreports.engine.part that return PartFillComponent Modifier and Type Method Description PartFillComponentPartComponentFillFactory. cloneFillComponent(PartFillComponent component, JRFillCloneFactory factory)Creates a clone of a fill component.PartFillComponentPartComponentFillFactory. 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 PartFillComponentPartComponentFillFactory. 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 classSubreportFillPartMethods in net.sf.jasperreports.parts.subreport that return PartFillComponent Modifier and Type Method Description PartFillComponentFillSubreportPartFactory. cloneFillComponent(PartFillComponent component, JRFillCloneFactory factory)PartFillComponentFillSubreportPartFactory. toFillComponent(PartComponent component, JRFillObjectFactory factory)Methods in net.sf.jasperreports.parts.subreport with parameters of type PartFillComponent Modifier and Type Method Description PartFillComponentFillSubreportPartFactory. cloneFillComponent(PartFillComponent component, JRFillCloneFactory factory)
-