Uses of Interface
com.google.zxing.Writer
Packages that use Writer
Package
Description
-
Uses of Writer in com.google.zxing
Classes in com.google.zxing that implement WriterModifier and TypeClassDescriptionfinal class
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.aztec
Classes in com.google.zxing.aztec that implement Writer -
Uses of Writer in com.google.zxing.datamatrix
Classes in com.google.zxing.datamatrix that implement WriterModifier and TypeClassDescriptionfinal class
This 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 WriterModifier and TypeClassDescriptionfinal class
This class renders CodaBar asboolean[]
.final class
This object renders a CODE128 code as aBitMatrix
.final class
This object renders a CODE39 code as aBitMatrix
.class
This object renders a CODE93 code as a BitMatrixfinal class
This object renders an EAN13 code as aBitMatrix
.final class
This object renders an EAN8 code as aBitMatrix
.final class
This object renders a ITF code as aBitMatrix
.class
Encapsulates functionality and implementation that is common to one-dimensional barcodes.final class
This object renders a UPC-A code as aBitMatrix
.class
Encapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.final class
This 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 -
Uses of Writer in com.google.zxing.qrcode
Classes in com.google.zxing.qrcode that implement WriterModifier and TypeClassDescriptionfinal class
This object renders a QR Code as a BitMatrix 2D array of greyscale values.