Uses of Class
net.sf.jasperreports.engine.fill.ElementRangeContents
-
Packages that use ElementRangeContents 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 ElementRangeContents in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return ElementRangeContents Modifier and Type Method Description static ElementRangeContents
ElementRangeUtil. removeContent(ElementRange elementRange, DelayedFillActions delayedActions)
Methods in net.sf.jasperreports.engine.fill with parameters of type ElementRangeContents Modifier and Type Method Description static void
ElementRangeUtil. addContent(JRPrintPage printPage, int pageIndex, ElementRangeContents elementsToMove, int xdelta, int ydelta, DelayedFillActions delayedActions)
-