| Package | Description |
|---|---|
| com.google.zxing | |
| com.google.zxing.aztec | |
| com.google.zxing.datamatrix | |
| com.google.zxing.oned | |
| com.google.zxing.pdf417 | |
| com.google.zxing.qrcode |
| Modifier and Type | Method and Description |
|---|---|
BarcodeFormat |
Result.getBarcodeFormat()
|
static BarcodeFormat |
BarcodeFormat.valueOf(String
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 Type | Method and Description |
|---|---|
BitMatrix |
MultiFormatWriter.encode(String
|
BitMatrix |
Writer.encode(String
Encode a barcode using the default settings.
|
BitMatrix |
MultiFormatWriter.encode(String
|
BitMatrix |
Writer.encode(String
|
| Constructor and Description | |
|---|---|
Result(String
|
|
Result(String
|
| Modifier and Type | Method and Description |
|---|---|
BitMatrix |
AztecWriter.encode(String
|
BitMatrix |
AztecWriter.encode(String
|
| Modifier and Type | Method and Description |
|---|---|
BitMatrix |
DataMatrixWriter.encode(String
|
BitMatrix |
DataMatrixWriter.encode(String
|
| Modifier and Type | Method and Description |
|---|---|
BitMatrix |
OneDimensionalCodeWriter.encode(String
|
BitMatrix |
UPCAWriter.encode(String
|
BitMatrix |
ITFWriter.encode(String
|
BitMatrix |
EAN8Writer.encode(String
|
BitMatrix |
Code39Writer.encode(String
|
BitMatrix |
EAN13Writer.encode(String
|
BitMatrix |
OneDimensionalCodeWriter.encode(String
Encode the contents following specified format.
|
BitMatrix |
UPCAWriter.encode(String
|
BitMatrix |
Code128Writer.encode(String
|
| Modifier and Type | Method and Description |
|---|---|
BitMatrix |
PDF417Writer.encode(String
|
BitMatrix |
PDF417Writer.encode(String
|
| Modifier and Type | Method and Description |
|---|---|
BitMatrix |
QRCodeWriter.encode(String
|
BitMatrix |
QRCodeWriter.encode(String
|