Package net.sf.jasperreports.barcode4j
Interface QRCodeImageProducer
- All Known Implementing Classes:
QRCodeRasterizedImageProducer,QRCodeSVGImageProducer
public interface QRCodeImageProducer
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateImage(JasperReportsContext jasperReportsContext, JRComponentElement componentElement, QRCodeBean qrCodeBean, String message)
-
Field Details
-
PROPERTY_PREFIX_QRCODE_PRODUCER
- See Also:
-
-
Method Details
-
createImage
Renderable createImage(JasperReportsContext jasperReportsContext, JRComponentElement componentElement, QRCodeBean qrCodeBean, String message)
-