Back to Zxing

Uses of Interfacecom.google.zxing.Writer

docs/apidocs/com/google/zxing/class-use/Writer.html

latest4.2 KB
Original Source

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

final 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.aztec

Classes in com.google.zxing.aztec that implement Writer

Modifier and Type

Class

Description

final class

AztecWriter

Renders an Aztec code as a BitMatrix.

Uses of Writer in com.google.zxing.datamatrix

Classes in com.google.zxing.datamatrix that implement Writer

Modifier and Type

Class

Description

final class

DataMatrixWriter

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 Writer

Modifier and Type

Class

Description

final class

CodaBarWriter

This class renders CodaBar as boolean[].

final class

Code128Writer

This object renders a CODE128 code as a BitMatrix.

final class

Code39Writer

This object renders a CODE39 code as a BitMatrix.

class

Code93Writer

This object renders a CODE93 code as a BitMatrix

final class

EAN13Writer

This object renders an EAN13 code as a BitMatrix.

final class

EAN8Writer

This object renders an EAN8 code as a BitMatrix.

final class

ITFWriter

This object renders a ITF code as a BitMatrix.

class

OneDimensionalCodeWriter

Encapsulates functionality and implementation that is common to one-dimensional barcodes.

final 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.

final class

UPCEWriter

This object renders an UPC-E code as a BitMatrix.

Uses of Writer in com.google.zxing.pdf417

Classes in com.google.zxing.pdf417 that implement Writer

Modifier and Type

Class

Description

final class

PDF417Writer

Uses of Writer in com.google.zxing.qrcode

Classes in com.google.zxing.qrcode that implement Writer

Modifier and Type

Class

Description

final class

QRCodeWriter

This object renders a QR Code as a BitMatrix 2D array of greyscale values.