EncodeHintType
These are a set of hints that you may pass to Writers to specify their behavior.
Entries
Specifies what degree of error correction to use, for example in QR Codes. Type depends on the encoder. For example for QR codes it's type com.jeluchu.jchucomponents.utils.zxing.qrcode.decoder.ErrorCorrectionLevel. For Aztec it is of type Integer, representing the minimal percentage of error correction words. For PDF417 it is of type Integer, valid values being 0 to 8. In all cases, it can also be a String representation of the desired value as well. Note: an Aztec symbol should have a minimum of 25% EC words.
Specifies what character encoding to use where applicable (type String)
Specifies the QR code mask pattern to be used. Allowed values are 0..QRCode.NUM_MASK_PATTERNS-1. By default the code will automatically select the optimal mask pattern.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.