- main(String[]) - Static method in class io.nayuki.qrcodegen.QrCodeGeneratorDemo
-
- main(String[]) - Static method in class io.nayuki.qrcodegen.QrCodeGeneratorWorker
-
- 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.
- makeKanjiSegment(String) - Static method in class io.nayuki.qrcodegen.QrSegmentAdvanced
-
Returns a segment representing the specified 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 new mutable 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 new mutable list of zero or more segments to represent the specified Unicode text string.
- mask - Variable in class io.nayuki.qrcodegen.QrCode
-
The mask pattern used in this QR Code symbol, in the range 0 to 7 (i.e.
- MAX_VERSION - Static variable in class io.nayuki.qrcodegen.QrCode
-
- MIN_VERSION - Static variable in class io.nayuki.qrcodegen.QrCode
-
- mode - Variable in class io.nayuki.qrcodegen.QrSegment
-
The mode indicator for this segment.