Index
All Classes|All Packages
M
- makeAlphanumeric(String) - Static method in class io.nayuki.qrcodegen.QrSegment
-
Returns a segment representing the specified text string encoded in alphanumeric mode.
- makeBytes(byte[]) - Static method in class io.nayuki.qrcodegen.QrSegment
-
Returns a segment representing the specified binary data encoded in byte mode.
- makeEci(int) - Static method in class io.nayuki.qrcodegen.QrSegment
-
Returns a segment representing an Extended Channel Interpretation (ECI) designator with the specified assignment value.
- makeKanji(String) - Static method in class io.nayuki.qrcodegen.QrSegmentAdvanced
-
Returns a segment representing the specified text string encoded in kanji mode.
- makeNumeric(String) - Static method in class io.nayuki.qrcodegen.QrSegment
-
Returns a segment representing the specified string of decimal digits encoded in numeric mode.
- makeSegments(String) - Static method in class io.nayuki.qrcodegen.QrSegment
-
Returns a list of zero or more segments to represent the specified Unicode text string.
- makeSegmentsOptimally(String, QrCode.Ecc, int, int) - Static method in class io.nayuki.qrcodegen.QrSegmentAdvanced
-
Returns a list of zero or more segments to represent the specified Unicode text string.
- mask - Variable in class io.nayuki.qrcodegen.QrCode
-
The index of the mask pattern used in this QR Code, which is between 0 and 7 (inclusive).
- MAX_VERSION - Static variable in class io.nayuki.qrcodegen.QrCode
-
The maximum version number (40) supported in the QR Code Model 2 standard.
- MEDIUM - io.nayuki.qrcodegen.QrCode.Ecc
-
The QR Code can tolerate about 15% erroneous codewords.
- MIN_VERSION - Static variable in class io.nayuki.qrcodegen.QrCode
-
The minimum version number (1) supported in the QR Code Model 2 standard.
- mode - Variable in class io.nayuki.qrcodegen.QrSegment
-
The mode indicator of this segment.
All Classes|All Packages