Uses of Interface
com.google.zxing.Writer
-
Packages that use Writer 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 -
-
Uses of Writer in com.google.zxing
Classes in com.google.zxing that implement Writer Modifier and Type Class Description classMultiFormatWriterThis 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.aztec
Classes in com.google.zxing.aztec that implement Writer Modifier and Type Class Description classAztecWriterRenders an Aztec code as aBitMatrix. -
Uses of Writer in com.google.zxing.datamatrix
Classes in com.google.zxing.datamatrix that implement Writer Modifier and Type Class Description classDataMatrixWriterThis object renders a Data Matrix code as a BitMatrix 2D array of greyscale values. -
Uses of Writer in com.google.zxing.oned
Classes in com.google.zxing.oned that implement Writer Modifier and Type Class Description classCodaBarWriterThis class renders CodaBar asboolean[].classCode128WriterThis object renders a CODE128 code as aBitMatrix.classCode39WriterThis object renders a CODE39 code as aBitMatrix.classCode93WriterThis object renders a CODE93 code as a BitMatrixclassEAN13WriterThis object renders an EAN13 code as aBitMatrix.classEAN8WriterThis object renders an EAN8 code as aBitMatrix.classITFWriterThis object renders a ITF code as aBitMatrix.classOneDimensionalCodeWriterEncapsulates functionality and implementation that is common to one-dimensional barcodes.classUPCAWriterThis object renders a UPC-A code as aBitMatrix.classUPCEANWriterEncapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.classUPCEWriterThis object renders an UPC-E code as aBitMatrix. -
Uses of Writer in com.google.zxing.pdf417
Classes in com.google.zxing.pdf417 that implement Writer Modifier and Type Class Description classPDF417Writer -
Uses of Writer in com.google.zxing.qrcode
Classes in com.google.zxing.qrcode that implement Writer Modifier and Type Class Description classQRCodeWriterThis object renders a QR Code as a BitMatrix 2D array of greyscale values.
-