Package net.sf.jasperreports.barcode4j
Class QRCodeBean
- java.lang.Object
-
- net.sf.jasperreports.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 ErrorCorrectionLevelEnum
getErrorCorrectionLevel()
Integer
getMargin()
Integer
getQrVersion()
void
setErrorCorrectionLevel(ErrorCorrectionLevelEnum errorCorrectionLevel)
void
setMargin(Integer margin)
void
setQrVersion(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)
-
-