-
public class QRCodeUtilsQR code utils
-
-
Field Summary
Fields Modifier and Type Field Description public final static QRCodeUtilsINSTANCE
-
Method Summary
Modifier and Type Method Description final Bitmapcreate2dCode(String code)Create QR code bitmap final Bitmapcreate2dCode(String code, Integer qrLen, ErrorCorrectionLevel errorCorrection)Create QR code bitmap final Bitmapcreate2dCode(String code, Integer qrLen)Create QR code bitmap final Bitmapcreate2dCodeSized(String code, Integer witdh)-
-
Method Detail
-
create2dCode
final Bitmap create2dCode(String code)
Create QR code bitmap
- Parameters:
code- QR code
-
create2dCode
@JvmOverloads() final Bitmap create2dCode(String code, Integer qrLen, ErrorCorrectionLevel errorCorrection)
Create QR code bitmap
- Parameters:
code- QR codeqrLen- bitmap side length
-
create2dCode
@JvmOverloads() final Bitmap create2dCode(String code, Integer qrLen)
Create QR code bitmap
- Parameters:
code- QR codeqrLen- bitmap side length
-
create2dCodeSized
final Bitmap create2dCodeSized(String code, Integer witdh)
-
-
-
-