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 StringPROPERTY_PREFIX_QRCODE_PRODUCER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RenderablecreateImage(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)
-
-