Uses of Interface
net.sf.jasperreports.engine.JRPrintElementContainer
Packages that use JRPrintElementContainer
Package
Description
Contains classes for the built-in List component.
Contains base implementations for the library's main interfaces.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
-
Uses of JRPrintElementContainer in net.sf.jasperreports.components.list
Classes in net.sf.jasperreports.components.list that implement JRPrintElementContainerModifier and TypeClassDescriptionprotected static classConstructors in net.sf.jasperreports.components.list with parameters of type JRPrintElementContainer -
Uses of JRPrintElementContainer in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRPrintElementContainer -
Uses of JRPrintElementContainer in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRPrintElementContainerModifier and TypeClassDescriptionclassclassImplementation ofJRPrintFramethat usestemplate framesto store common attributes.classMethods in net.sf.jasperreports.engine.fill with parameters of type JRPrintElementContainerModifier and TypeMethodDescriptionprotected voidJRFillElementContainer.addSubElements(JRPrintElementContainer printContainer, JRFillElement element, Collection<? extends JRPrintElement> printElements) voidJRFillElementContainer.fillElements(JRPrintElementContainer printContainer) Fills the elements from this container into a print element container.