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. hintsmodifiers 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 voidBarcodeQRCode. 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 EncodeHintTypeEncodeHintType. CHARACTER_SETSpecifies what character encoding to use where applicable (type String)static EncodeHintTypeEncodeHintType. ERROR_CORRECTIONSpecifies what degree of error correction to use, for example in QR Codes (type Integer).static EncodeHintTypeEncodeHintType. MIN_VERSION_NRSpecifies 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 voidEncoder. 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".ByteMatrixQRCodeWriter. 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.
-