| 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 | Class and Description | 
|---|---|
| class  | MultiFormatWriterThis is a factory class which finds the appropriate Writer subclass for the BarcodeFormat
 requested and encodes the barcode with the supplied contents. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AztecWriterRenders an Aztec code as a  BitMatrix. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DataMatrixWriterThis object renders a Data Matrix code as a BitMatrix 2D array of greyscale values. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CodaBarWriterThis class renders CodaBar as  boolean[]. | 
| class  | Code128WriterThis object renders a CODE128 code as a  BitMatrix. | 
| class  | Code39WriterThis object renders a CODE39 code as a  BitMatrix. | 
| class  | Code93WriterThis object renders a CODE93 code as a BitMatrix | 
| class  | EAN13WriterThis object renders an EAN13 code as a  BitMatrix. | 
| class  | EAN8WriterThis object renders an EAN8 code as a  BitMatrix. | 
| class  | ITFWriterThis object renders a ITF code as a  BitMatrix. | 
| class  | OneDimensionalCodeWriterEncapsulates functionality and implementation that is common to one-dimensional barcodes. | 
| class  | UPCAWriterThis object renders a UPC-A code as a  BitMatrix. | 
| class  | UPCEANWriterEncapsulates functionality and implementation that is common to UPC and EAN families
 of one-dimensional barcodes. | 
| class  | UPCEWriterThis object renders an UPC-E code as a  BitMatrix. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PDF417Writer | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | QRCodeWriterThis object renders a QR Code as a BitMatrix 2D array of greyscale values. | 
Copyright © 2007–2018. All rights reserved.