Uses of Class
com.google.zxing.EncodeHintType
-
Packages that use EncodeHintType Package Description com.google.zxing com.google.zxing.aztec com.google.zxing.datamatrix com.google.zxing.oned com.google.zxing.pdf417 com.google.zxing.qrcode com.google.zxing.qrcode.encoder -
-
Uses of EncodeHintType in com.google.zxing
Methods in com.google.zxing that return EncodeHintType Modifier and Type Method Description static EncodeHintTypeEncodeHintType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EncodeHintType[]EncodeHintType. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.google.zxing with type arguments of type EncodeHintType Modifier and Type Method Description BitMatrixMultiFormatWriter. encode(java.lang.String contents, BarcodeFormat format, int width, int height, java.util.Map<EncodeHintType,?> hints)BitMatrixWriter. encode(java.lang.String contents, BarcodeFormat format, int width, int height, java.util.Map<EncodeHintType,?> hints) -
Uses of EncodeHintType in com.google.zxing.aztec
Method parameters in com.google.zxing.aztec with type arguments of type EncodeHintType Modifier and Type Method Description BitMatrixAztecWriter. encode(java.lang.String contents, BarcodeFormat format, int width, int height, java.util.Map<EncodeHintType,?> hints) -
Uses of EncodeHintType in com.google.zxing.datamatrix
Method parameters in com.google.zxing.datamatrix with type arguments of type EncodeHintType Modifier and Type Method Description BitMatrixDataMatrixWriter. encode(java.lang.String contents, BarcodeFormat format, int width, int height, java.util.Map<EncodeHintType,?> hints) -
Uses of EncodeHintType in com.google.zxing.oned
Method parameters in com.google.zxing.oned with type arguments of type EncodeHintType Modifier and Type Method Description private static intCode128Writer. check(java.lang.String contents, java.util.Map<EncodeHintType,?> hints)boolean[]Code128Writer. encode(java.lang.String contents, java.util.Map<EncodeHintType,?> hints)BitMatrixOneDimensionalCodeWriter. encode(java.lang.String contents, BarcodeFormat format, int width, int height, java.util.Map<EncodeHintType,?> hints)Encode the contents following specified format.boolean[]OneDimensionalCodeWriter. encode(java.lang.String contents, java.util.Map<EncodeHintType,?> hints)Can be overwritten if the encode requires to read the hints map.BitMatrixUPCAWriter. encode(java.lang.String contents, BarcodeFormat format, int width, int height, java.util.Map<EncodeHintType,?> hints) -
Uses of EncodeHintType in com.google.zxing.pdf417
Method parameters in com.google.zxing.pdf417 with type arguments of type EncodeHintType Modifier and Type Method Description BitMatrixPDF417Writer. encode(java.lang.String contents, BarcodeFormat format, int width, int height, java.util.Map<EncodeHintType,?> hints) -
Uses of EncodeHintType in com.google.zxing.qrcode
Method parameters in com.google.zxing.qrcode with type arguments of type EncodeHintType Modifier and Type Method Description BitMatrixQRCodeWriter. encode(java.lang.String contents, BarcodeFormat format, int width, int height, java.util.Map<EncodeHintType,?> hints) -
Uses of EncodeHintType in com.google.zxing.qrcode.encoder
Method parameters in com.google.zxing.qrcode.encoder with type arguments of type EncodeHintType Modifier and Type Method Description static QRCodeEncoder. encode(java.lang.String content, ErrorCorrectionLevel ecLevel, java.util.Map<EncodeHintType,?> hints)
-