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 Modifier and Type Field Description static String
PROPERTY_PREFIX_QRCODE_PRODUCER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Renderable
createImage(JasperReportsContext jasperReportsContext, JRComponentElement componentElement, QRCodeBean qrCodeBean, String message)
-
-
-
Field Detail
-
PROPERTY_PREFIX_QRCODE_PRODUCER
static final String PROPERTY_PREFIX_QRCODE_PRODUCER
- See Also:
- Constant Field Values
-
-
Method Detail
-
createImage
Renderable createImage(JasperReportsContext jasperReportsContext, JRComponentElement componentElement, QRCodeBean qrCodeBean, String message)
-
-