Package | Description |
---|---|
com.google.zxing | |
com.google.zxing.qrcode |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static BarcodeFormat |
BarcodeFormat.valueOf(String name) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
BitMatrix |
QRCodeWriter.encode(String contents,
BarcodeFormat format,
int multiple) |
BitMatrix |
QRCodeWriter.encode(String contents,
BarcodeFormat format,
int multiple,
Hashtable hints) |
Copyright © 2015. All Rights Reserved.