Uses of Class
io.nayuki.qrcodegen.QrCode
-
-
Uses of QrCode in io.nayuki.qrcodegen
Methods in io.nayuki.qrcodegen that return QrCode Modifier and Type Method Description static QrCodeQrCode. encodeBinary(byte[] data, QrCode.Ecc ecl)Returns a QR Code representing the specified binary data at the specified error correction level.static QrCodeQrCode. encodeSegments(java.util.List<QrSegment> segs, QrCode.Ecc ecl)Returns a QR Code representing the specified segments at the specified error correction level.static QrCodeQrCode. encodeSegments(java.util.List<QrSegment> segs, QrCode.Ecc ecl, int minVersion, int maxVersion, int mask, boolean boostEcl)Returns a QR Code representing the specified segments with the specified encoding parameters.static QrCodeQrCode. encodeText(java.lang.CharSequence text, QrCode.Ecc ecl)Returns a QR Code representing the specified Unicode text string at the specified error correction level.
-