Uses of Class
com.google.zxing.qrcode.decoder.Version
Package | Description |
---|---|
com.google.zxing.qrcode.decoder | |
com.google.zxing.qrcode.encoder |
-
Uses of Version in com.google.zxing.qrcode.decoder
Methods in com.google.zxing.qrcode.decoder that return Version Modifier and Type Method Description (package private) static Version
Version. decodeVersionInformation(int versionBits)
static Version
Version. getProvisionalVersionForDimension(int dimension)
Deduces version information purely from QR Code dimensions.static Version
Version. getVersionForNumber(int versionNumber)
Methods in com.google.zxing.qrcode.decoder with parameters of type Version Modifier and Type Method Description int
Mode. getCharacterCountBits(Version version)
-
Uses of Version in com.google.zxing.qrcode.encoder
Methods in com.google.zxing.qrcode.encoder that return Version Modifier and Type Method Description Version
QRCode. getVersion()
Methods in com.google.zxing.qrcode.encoder with parameters of type Version Modifier and Type Method Description (package private) static void
Encoder. appendLengthInfo(int numLetters, Version version, Mode mode, BitArray bits)
Append length info.(package private) static void
MatrixUtil. buildMatrix(BitArray dataBits, ErrorCorrectionLevel ecLevel, Version version, int maskPattern, ByteMatrix matrix)
(package private) static void
MatrixUtil. embedBasicPatterns(Version version, ByteMatrix matrix)
(package private) static void
MatrixUtil. makeVersionInfoBits(Version version, BitArray bits)
(package private) static void
MatrixUtil. maybeEmbedVersionInfo(Version version, ByteMatrix matrix)
void
QRCode. setVersion(Version version)