Uses of Class
io.nayuki.qrcodegen.QrCode
-
Uses of QrCode in io.nayuki.qrcodegen
Methods in io.nayuki.qrcodegen that return QrCodeModifier and TypeMethodDescriptionstatic 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(List<QrSegment> segs, QrCode.Ecc ecl)Returns a QR Code representing the specified segments at the specified error correction level.static QrCodeQrCode.encodeSegments(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(CharSequence text, QrCode.Ecc ecl)Returns a QR Code representing the specified Unicode text string at the specified error correction level.