Uses of Enum
com.google.zxing.BarcodeFormat
Package
Description
This is a small portion of zxing, including only what's required to generate QR codes.
-
Uses of BarcodeFormat in com.google.zxing
Modifier and TypeMethodDescriptionstatic BarcodeFormat
Returns the enum constant of this type with the specified name.static BarcodeFormat[]
BarcodeFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionWriter.encode
(String contents, BarcodeFormat format, int width, int height) Encode a barcode using the default settings.Writer.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) -
Uses of BarcodeFormat in com.google.zxing.qrcode
Modifier and TypeMethodDescriptionQRCodeWriter.encode
(String contents, BarcodeFormat format, int width, int height) QRCodeWriter.encode
(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints)