Uses of Interface
com.google.zxing.Writer
Packages that use Writer
Package
Description
- 
Uses of Writer in com.google.zxingClasses in com.google.zxing that implement WriterModifier and TypeClassDescriptionfinal classThis is a factory class which finds the appropriate Writer subclass for the BarcodeFormat requested and encodes the barcode with the supplied contents.
- 
Uses of Writer in com.google.zxing.aztecClasses in com.google.zxing.aztec that implement Writer
- 
Uses of Writer in com.google.zxing.datamatrixClasses in com.google.zxing.datamatrix that implement WriterModifier and TypeClassDescriptionfinal classThis object renders a Data Matrix code as a BitMatrix 2D array of greyscale values.
- 
Uses of Writer in com.google.zxing.onedClasses in com.google.zxing.oned that implement WriterModifier and TypeClassDescriptionfinal classThis class renders CodaBar asboolean[].final classThis object renders a CODE128 code as aBitMatrix.final classThis object renders a CODE39 code as aBitMatrix.classThis object renders a CODE93 code as a BitMatrixfinal classThis object renders an EAN13 code as aBitMatrix.final classThis object renders an EAN8 code as aBitMatrix.final classThis object renders a ITF code as aBitMatrix.classEncapsulates functionality and implementation that is common to one-dimensional barcodes.final classThis object renders a UPC-A code as aBitMatrix.classEncapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.final classThis object renders an UPC-E code as aBitMatrix.
- 
Uses of Writer in com.google.zxing.pdf417Classes in com.google.zxing.pdf417 that implement Writer
- 
Uses of Writer in com.google.zxing.qrcodeClasses in com.google.zxing.qrcode that implement WriterModifier and TypeClassDescriptionfinal classThis object renders a QR Code as a BitMatrix 2D array of greyscale values.