Uses of Class
net.sf.jasperreports.engine.fill.JRTemplatePrintImage
-
Packages that use JRTemplatePrintImage Package Description net.sf.jasperreports.barbecue Contains classes for the built-in Barbecue component.net.sf.jasperreports.barcode4j Contains classes for the built-in Barcode4J 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 JRTemplatePrintImage in net.sf.jasperreports.barbecue
Methods in net.sf.jasperreports.barbecue with parameters of type JRTemplatePrintImage Modifier and Type Method Description protected void
BarbecueFillComponent. setBarcodeImage(JRTemplatePrintImage image)
-
Uses of JRTemplatePrintImage in net.sf.jasperreports.barcode4j
Methods in net.sf.jasperreports.barcode4j with parameters of type JRTemplatePrintImage Modifier and Type Method Description protected void
BarcodeFillComponent. setBarcodeImage(JRTemplatePrintImage image)
-
Uses of JRTemplatePrintImage in net.sf.jasperreports.engine.fill
Subclasses of JRTemplatePrintImage in net.sf.jasperreports.engine.fill Modifier and Type Class Description class
JRRecordedValuesPrintImage
Print image implementation that supports recorded values.
-