|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BarcodeFormat | |
---|---|
com.google.zxing | |
com.google.zxing.qrcode |
Uses of BarcodeFormat in com.google.zxing |
---|
Fields in com.google.zxing declared as BarcodeFormat | |
---|---|
static BarcodeFormat |
BarcodeFormat.CODABAR
CODABAR 1D format. |
static BarcodeFormat |
BarcodeFormat.CODE_128
Code 128 1D format. |
static BarcodeFormat |
BarcodeFormat.CODE_39
Code 39 1D format. |
static BarcodeFormat |
BarcodeFormat.CODE_93
Code 93 1D format. |
static BarcodeFormat |
BarcodeFormat.DATA_MATRIX
Data Matrix 2D barcode format. |
static BarcodeFormat |
BarcodeFormat.EAN_13
EAN-13 1D format. |
static BarcodeFormat |
BarcodeFormat.EAN_8
EAN-8 1D format. |
static BarcodeFormat |
BarcodeFormat.ITF
ITF (Interleaved Two of Five) 1D format. |
static BarcodeFormat |
BarcodeFormat.PDF417
PDF417 format. |
static BarcodeFormat |
BarcodeFormat.QR_CODE
QR Code 2D barcode format. |
static BarcodeFormat |
BarcodeFormat.RSS_EXPANDED
RSS EXPANDED |
static BarcodeFormat |
BarcodeFormat.RSS14
RSS 14 |
static BarcodeFormat |
BarcodeFormat.UPC_A
UPC-A 1D format. |
static BarcodeFormat |
BarcodeFormat.UPC_E
UPC-E 1D format. |
static BarcodeFormat |
BarcodeFormat.UPC_EAN_EXTENSION
UPC/EAN extension format. |
Methods in com.google.zxing that return BarcodeFormat | |
---|---|
static BarcodeFormat |
BarcodeFormat.valueOf(String name)
|
Methods in com.google.zxing with parameters of type BarcodeFormat | |
---|---|
BitMatrix |
Writer.encode(String contents,
BarcodeFormat format,
int multiple)
Encode a barcode using the default settings. |
BitMatrix |
Writer.encode(String contents,
BarcodeFormat format,
int multiple,
Hashtable hints)
|
Uses of BarcodeFormat in com.google.zxing.qrcode |
---|
Methods in com.google.zxing.qrcode with parameters of type BarcodeFormat | |
---|---|
BitMatrix |
QRCodeWriter.encode(String contents,
BarcodeFormat format,
int multiple)
|
BitMatrix |
QRCodeWriter.encode(String contents,
BarcodeFormat format,
int multiple,
Hashtable hints)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |