| 程序包 | 说明 |
|---|---|
| com.google.zxing | |
| com.google.zxing.aztec | |
| com.google.zxing.datamatrix | |
| com.google.zxing.oned | |
| com.google.zxing.pdf417 | |
| com.google.zxing.qrcode |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MultiFormatWriter
This is a factory class which finds the appropriate Writer subclass for the BarcodeFormat
requested and encodes the barcode with the supplied contents.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AztecWriter |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DataMatrixWriter
This object renders a Data Matrix code as a BitMatrix 2D array of greyscale values.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CodaBarWriter
This class renders CodaBar as
boolean[]. |
class |
Code128Writer
This object renders a CODE128 code as a
BitMatrix. |
class |
Code39Writer
This object renders a CODE39 code as a
BitMatrix. |
class |
EAN13Writer
This object renders an EAN13 code as a
BitMatrix. |
class |
EAN8Writer
This object renders an EAN8 code as a
BitMatrix. |
class |
ITFWriter
This object renders a ITF code as a
BitMatrix. |
class |
OneDimensionalCodeWriter
Encapsulates functionality and implementation that is common to one-dimensional barcodes.
|
class |
UPCAWriter
This object renders a UPC-A code as a
BitMatrix. |
class |
UPCEANWriter
Encapsulates functionality and implementation that is common to UPC and EAN families
of one-dimensional barcodes.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
PDF417Writer |
| 限定符和类型 | 类和说明 |
|---|---|
class |
QRCodeWriter
This object renders a QR Code as a BitMatrix 2D array of greyscale values.
|