Index
All Classes|All Packages
E
- ECI - io.nayuki.qrcodegen.QrSegment.Mode
- encodeBinary(byte[], QrCode.Ecc) - Static method in class io.nayuki.qrcodegen.QrCode
-
Returns a QR Code representing the specified binary data at the specified error correction level.
- encodeSegments(List<QrSegment>, QrCode.Ecc) - Static method in class io.nayuki.qrcodegen.QrCode
-
Returns a QR Code representing the specified segments at the specified error correction level.
- encodeSegments(List<QrSegment>, QrCode.Ecc, int, int, int, boolean) - Static method in class io.nayuki.qrcodegen.QrCode
-
Returns a QR Code representing the specified segments with the specified encoding parameters.
- encodeText(String, QrCode.Ecc) - Static method in class io.nayuki.qrcodegen.QrCode
-
Returns a QR Code representing the specified Unicode text string at the specified error correction level.
- errorCorrectionLevel - Variable in class io.nayuki.qrcodegen.QrCode
-
The error correction level used in this QR Code, which is not
null
.
All Classes|All Packages