EncodeHintType.java (zxing-zxing-3.4.0) | : | EncodeHintType.java (zxing-zxing-3.4.1) | ||
---|---|---|---|---|
skipping to change at line 106 | skipping to change at line 106 | |||
*/ | */ | |||
AZTEC_LAYERS, | AZTEC_LAYERS, | |||
/** | /** | |||
* Specifies the exact version of QR code to be encoded. | * Specifies the exact version of QR code to be encoded. | |||
* (Type {@link Integer}, or {@link String} representation of the integer val ue). | * (Type {@link Integer}, or {@link String} representation of the integer val ue). | |||
*/ | */ | |||
QR_VERSION, | QR_VERSION, | |||
/** | /** | |||
* Specifies the QR code mask pattern to be used. Allowed values are | ||||
* 0..QRCode.NUM_MASK_PATTERNS-1. By default the code will automatically selec | ||||
t | ||||
* the optimal mask pattern. | ||||
* * (Type {@link Integer}, or {@link String} representation of the integer va | ||||
lue). | ||||
*/ | ||||
QR_MASK_PATTERN, | ||||
/** | ||||
* Specifies whether the data should be encoded to the GS1 standard (type {@li nk Boolean}, or "true" or "false" | * Specifies whether the data should be encoded to the GS1 standard (type {@li nk Boolean}, or "true" or "false" | |||
* {@link String } value). | * {@link String } value). | |||
*/ | */ | |||
GS1_FORMAT, | GS1_FORMAT, | |||
} | } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 10 lines changed or added |