Uses of Interface
net.sf.jasperreports.engine.fill.ElementEvaluationsCollector
-
Packages that use ElementEvaluationsCollector Package Description net.sf.jasperreports.engine.fill 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 ElementEvaluationsCollector in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement ElementEvaluationsCollector Modifier and Type Class Description class
ElementRangeContents
Methods in net.sf.jasperreports.engine.fill with parameters of type ElementEvaluationsCollector Modifier and Type Method Description void
DelayedFillActions. collectElementEvaluations(JRPrintPage page, List<JRPrintElement> elements, ElementEvaluationsCollector collector)
protected void
DelayedFillActions. doCollectElementEvaluations(JRPrintPage page, List<JRPrintElement> elements, ElementEvaluationsCollector collector, boolean clearEmpty)
-