Uses of Enum Class
com.google.zxing.qrcode.decoder.Mode
Packages that use Mode
-
Uses of Mode in com.google.zxing.qrcode.decoder
Methods in com.google.zxing.qrcode.decoder that return Mode -
Uses of Mode in com.google.zxing.qrcode.encoder
Fields in com.google.zxing.qrcode.encoder declared as ModeModifier and TypeFieldDescriptionprivate final Mode
MinimalEncoder.Edge.mode
private final Mode
MinimalEncoder.ResultList.ResultNode.mode
private Mode
QRCode.mode
Methods in com.google.zxing.qrcode.encoder that return ModeModifier and TypeMethodDescriptionstatic Mode
Encoder.chooseMode
(String content) private static Mode
Encoder.chooseMode
(String content, Charset encoding) Choose the best mode by examining the content.QRCode.getMode()
Methods in com.google.zxing.qrcode.encoder with parameters of type ModeModifier and TypeMethodDescription(package private) static void
Encoder.appendBytes
(String content, Mode mode, BitArray bits, Charset encoding) Append "bytes" in "mode" mode (encoding) into "bits".(package private) static void
Encoder.appendLengthInfo
(int numLetters, Version version, Mode mode, BitArray bits) Append length info.(package private) static void
Encoder.appendModeInfo
(Mode mode, BitArray bits) Append mode info.private static int
Encoder.calculateBitsNeeded
(Mode mode, BitArray headerBits, BitArray dataBits, Version version) (package private) boolean
(package private) static int
MinimalEncoder.getCompactedOrdinal
(Mode mode) private static Version
Encoder.recommendVersion
(ErrorCorrectionLevel ecLevel, Mode mode, BitArray headerBits, BitArray dataBits) Decides the smallest version of QR code that will contain all of the provided data.void
Constructors in com.google.zxing.qrcode.encoder with parameters of type ModeModifierConstructorDescriptionprivate
Edge
(Mode mode, int fromPosition, int charsetEncoderIndex, int characterLength, MinimalEncoder.Edge previous, Version version) (package private)
ResultNode
(Mode mode, int fromPosition, int charsetEncoderIndex, int characterLength)