Class QRCodeBean
- java.lang.Object
-
- net.sf.jasperreports.components.barcode4j.QRCodeBean
-
public class QRCodeBean extends Object
This class is used to generate QRCode component barcode logic.- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description QRCodeBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorCorrectionLevelEnumgetErrorCorrectionLevel()IntegergetMargin()IntegergetQrVersion()voidsetErrorCorrectionLevel(ErrorCorrectionLevelEnum errorCorrectionLevel)voidsetMargin(Integer margin)voidsetQrVersion(Integer qrVersion)
-
-
-
Method Detail
-
getMargin
public Integer getMargin()
-
setMargin
public void setMargin(Integer margin)
-
getErrorCorrectionLevel
public ErrorCorrectionLevelEnum getErrorCorrectionLevel()
-
setErrorCorrectionLevel
public void setErrorCorrectionLevel(ErrorCorrectionLevelEnum errorCorrectionLevel)
-
getQrVersion
public Integer getQrVersion()
-
setQrVersion
public void setQrVersion(Integer qrVersion)
-
-