Uses of Class
com.itextpdf.barcodes.qrcode.EncodeHintType
-
Packages that use EncodeHintType Package Description com.itextpdf.barcodes com.itextpdf.barcodes.qrcode -
-
Uses of EncodeHintType in com.itextpdf.barcodes
Fields in com.itextpdf.barcodes with type parameters of type EncodeHintType Modifier and Type Field Description (package private) java.util.Map<EncodeHintType,java.lang.Object>
BarcodeQRCode. hints
modifiers to change the way the barcode is create.Methods in com.itextpdf.barcodes that return types with arguments of type EncodeHintType Modifier and Type Method Description java.util.Map<EncodeHintType,java.lang.Object>
BarcodeQRCode. getHints()
Method parameters in com.itextpdf.barcodes with type arguments of type EncodeHintType Modifier and Type Method Description void
BarcodeQRCode. setHints(java.util.Map<EncodeHintType,java.lang.Object> hints)
Constructor parameters in com.itextpdf.barcodes with type arguments of type EncodeHintType Constructor Description BarcodeQRCode(java.lang.String code, java.util.Map<EncodeHintType,java.lang.Object> hints)
Creates the QR barcode. -
Uses of EncodeHintType in com.itextpdf.barcodes.qrcode
Fields in com.itextpdf.barcodes.qrcode declared as EncodeHintType Modifier and Type Field Description static EncodeHintType
EncodeHintType. CHARACTER_SET
Specifies what character encoding to use where applicable (type String)static EncodeHintType
EncodeHintType. ERROR_CORRECTION
Specifies what degree of error correction to use, for example in QR Codes (type Integer).static EncodeHintType
EncodeHintType. MIN_VERSION_NR
Specifies the minimal version level to use, for example in QR Codes (type Integer).Method parameters in com.itextpdf.barcodes.qrcode with type arguments of type EncodeHintType Modifier and Type Method Description static void
Encoder. encode(java.lang.String content, ErrorCorrectionLevel ecLevel, java.util.Map<EncodeHintType,java.lang.Object> hints, QRCode qrCode)
Encode "bytes" with the error correction level "ecLevel".ByteMatrix
QRCodeWriter. encode(java.lang.String contents, int width, int height, java.util.Map<EncodeHintType,java.lang.Object> hints)
Encode a string into a QR code with dimensions width x height.
-