Uses of Interface
com.google.zxing.Writer

Packages that use Writer
com.google.zxing   
com.google.zxing.oned   
com.google.zxing.pdf417.encoder   
com.google.zxing.qrcode   
 

Uses of Writer in com.google.zxing
 

Classes in com.google.zxing that implement Writer
 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.
 

Uses of Writer in com.google.zxing.oned
 

Classes in com.google.zxing.oned that implement Writer
 class CodaBarWriter
          This class renders CodaBar as BitMatrix.
 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.
 

Uses of Writer in com.google.zxing.pdf417.encoder
 

Classes in com.google.zxing.pdf417.encoder that implement Writer
 class PDF417Writer
           
 

Uses of Writer in com.google.zxing.qrcode
 

Classes in com.google.zxing.qrcode that implement Writer
 class QRCodeWriter
          This object renders a QR Code as a BitMatrix 2D array of greyscale values.
 



Copyright © 2007-2012. All Rights Reserved.