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 EncodeHintType
EncodeHintType. 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 BitMatrix
MultiFormatWriter. encode(java.lang.String contents, BarcodeFormat format, int width, int height, java.util.Map<EncodeHintType,?> hints)
BitMatrix
Writer. 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 BitMatrix
AztecWriter. 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 BitMatrix
DataMatrixWriter. 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 int
Code128Writer. check(java.lang.String contents, java.util.Map<EncodeHintType,?> hints)
boolean[]
Code128Writer. encode(java.lang.String contents, java.util.Map<EncodeHintType,?> hints)
BitMatrix
OneDimensionalCodeWriter. 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.BitMatrix
UPCAWriter. 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 BitMatrix
PDF417Writer. 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 BitMatrix
QRCodeWriter. 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 QRCode
Encoder. encode(java.lang.String content, ErrorCorrectionLevel ecLevel, java.util.Map<EncodeHintType,?> hints)
-