Package | Description |
---|---|
com.google.zxing.qrcode.decoder | |
com.google.zxing.qrcode.encoder |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
int |
Mode.getCharacterCountBits(Version version) |
Modifier and Type | Method and Description |
---|---|
Version |
QRCode.getVersion() |
Modifier and Type | Method and 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) |