Uses of Class
com.google.zxing.BarcodeFormat
| Package | Description | 
|---|---|
| com.google.zxing | 
 
This is a small portion of zxing, including only what's required to generate QR codes. 
 | 
| com.google.zxing.qrcode | 
- 
Uses of BarcodeFormat in com.google.zxing
Methods in com.google.zxing that return BarcodeFormat Modifier and Type Method Description static BarcodeFormatBarcodeFormat. valueOf(String name)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.Methods in com.google.zxing with parameters of type BarcodeFormat Modifier and Type Method Description BitMatrixWriter. encode(String contents, BarcodeFormat format, int width, int height)Encode a barcode using the default settings.BitMatrixWriter. encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints) - 
Uses of BarcodeFormat in com.google.zxing.qrcode
Methods in com.google.zxing.qrcode with parameters of type BarcodeFormat Modifier and Type Method Description BitMatrixQRCodeWriter. encode(String contents, BarcodeFormat format, int width, int height)BitMatrixQRCodeWriter. encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)