Uses of Enum
com.google.zxing.EncodeHintType
Packages that use EncodeHintType
Package
Description
-
Uses of EncodeHintType in com.google.zxing
Methods in com.google.zxing that return EncodeHintTypeModifier and TypeMethodDescriptionstatic EncodeHintType
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 EncodeHintTypeModifier and TypeMethodDescriptionMultiFormatWriter.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) Writer.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of EncodeHintType in com.google.zxing.aztec
Method parameters in com.google.zxing.aztec with type arguments of type EncodeHintTypeModifier and TypeMethodDescriptionAztecWriter.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of EncodeHintType in com.google.zxing.datamatrix
Method parameters in com.google.zxing.datamatrix with type arguments of type EncodeHintTypeModifier and TypeMethodDescriptionDataMatrixWriter.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of EncodeHintType in com.google.zxing.oned
Method parameters in com.google.zxing.oned with type arguments of type EncodeHintTypeModifier and TypeMethodDescriptionprivate static int
Code128Writer.check
(String contents, Map<EncodeHintType, ?> hints) boolean[]
Code128Writer.encode
(String contents, Map<EncodeHintType, ?> hints) OneDimensionalCodeWriter.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) Encode the contents following specified format.boolean[]
OneDimensionalCodeWriter.encode
(String contents, Map<EncodeHintType, ?> hints) Can be overwritten if the encode requires to read the hints map.UPCAWriter.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of EncodeHintType in com.google.zxing.pdf417
Method parameters in com.google.zxing.pdf417 with type arguments of type EncodeHintTypeModifier and TypeMethodDescriptionPDF417Writer.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of EncodeHintType in com.google.zxing.qrcode
Method parameters in com.google.zxing.qrcode with type arguments of type EncodeHintTypeModifier and TypeMethodDescriptionQRCodeWriter.encode
(String contents, BarcodeFormat format, int width, int height, 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 EncodeHintTypeModifier and TypeMethodDescriptionstatic QRCode
Encoder.encode
(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType, ?> hints)