Uses of Class
com.google.zxing.qrcode.decoder.Mode
-
Packages that use Mode Package Description com.google.zxing.qrcode.decoder com.google.zxing.qrcode.encoder -
-
Uses of Mode in com.google.zxing.qrcode.decoder
Methods in com.google.zxing.qrcode.decoder that return Mode Modifier and Type Method Description static ModeMode. forBits(int bits)static ModeMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Mode[]Mode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Mode in com.google.zxing.qrcode.encoder
Fields in com.google.zxing.qrcode.encoder declared as Mode Modifier and Type Field Description private ModeMinimalEncoder.Edge. modeprivate ModeMinimalEncoder.ResultList.ResultNode. modeprivate ModeQRCode. modeMethods in com.google.zxing.qrcode.encoder that return Mode Modifier and Type Method Description static ModeEncoder. chooseMode(java.lang.String content)private static ModeEncoder. chooseMode(java.lang.String content, java.nio.charset.Charset encoding)Choose the best mode by examining the content.ModeQRCode. getMode()Methods in com.google.zxing.qrcode.encoder with parameters of type Mode Modifier and Type Method Description (package private) static voidEncoder. appendBytes(java.lang.String content, Mode mode, BitArray bits, java.nio.charset.Charset encoding)Append "bytes" in "mode" mode (encoding) into "bits".(package private) static voidEncoder. appendLengthInfo(int numLetters, Version version, Mode mode, BitArray bits)Append length info.(package private) static voidEncoder. appendModeInfo(Mode mode, BitArray bits)Append mode info.private static intEncoder. calculateBitsNeeded(Mode mode, BitArray headerBits, BitArray dataBits, Version version)(package private) booleanMinimalEncoder. canEncode(Mode mode, char c)(package private) static intMinimalEncoder. getCompactedOrdinal(Mode mode)private static VersionEncoder. recommendVersion(ErrorCorrectionLevel ecLevel, Mode mode, BitArray headerBits, BitArray dataBits)Decides the smallest version of QR code that will contain all of the provided data.voidQRCode. setMode(Mode value)Constructors in com.google.zxing.qrcode.encoder with parameters of type Mode Constructor Description Edge(Mode mode, int fromPosition, int charsetEncoderIndex, int characterLength, MinimalEncoder.Edge previous, Version version)ResultNode(Mode mode, int fromPosition, int charsetEncoderIndex, int characterLength)
-