Uses of Class
net.sf.jasperreports.engine.fill.JRTemplateLine
-
Packages that use JRTemplateLine 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 JRTemplateLine in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRTemplateLine Modifier and Type Method Description protected JRTemplateLine
JRFillLine. getJRTemplateLine()
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRTemplateLine Constructor Description JRTemplatePrintLine(JRTemplateLine line, PrintElementOriginator originator)
Creates a print line element.
-