Uses of Class
net.sf.jasperreports.engine.fill.JRTemplatePrintFrame
-
Packages that use JRTemplatePrintFrame Package Description net.sf.jasperreports.components.list Contains classes for the built-in List component.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 JRTemplatePrintFrame in net.sf.jasperreports.components.list
Fields in net.sf.jasperreports.components.list declared as JRTemplatePrintFrame Modifier and Type Field Description protected JRTemplatePrintFrame
BaseFillList. printFrame
-
Uses of JRTemplatePrintFrame in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill with parameters of type JRTemplatePrintFrame Modifier and Type Method Description protected void
JRFillCellContents. setCellProperties(JRTemplatePrintFrame printCell)
protected void
JRFillCellContents. verticallyPositionElements(JRTemplatePrintFrame printCell)
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRTemplatePrintFrame Constructor Description VirtualizableFrame(JRTemplatePrintFrame frame, JRVirtualizationContext virtualizationContext, JRPrintPage page)
-