|
Class Summary |
| BarcodeFormat |
Enumerates barcode formats known to this package. |
| Binarizer |
This class hierarchy provides a set of methods to convert luminance data to 1 bit data. |
| BinaryBitmap |
This class is the core bitmap class used by ZXing to represent 1 bit data. |
| DecodeHintType |
Encapsulates a type of hint that a caller may pass to a barcode reader to help it
more quickly or accurately decode it. |
| EncodeHintType |
These are a set of hints that you may pass to Writers to specify their behavior. |
| LuminanceSource |
The purpose of this class hierarchy is to abstract different bitmap implementations across
platforms into a standard interface for requesting greyscale luminance values. |
| MultiFormatReader |
MultiFormatReader is a convenience class and the main entry point into the library for most uses. |
| MultiFormatWriter |
This is a factory class which finds the appropriate Writer subclass for the BarcodeFormat
requested and encodes the barcode with the supplied contents. |
| Result |
Encapsulates the result of decoding a barcode within an image. |
| ResultMetadataType |
Represents some type of metadata about the result of the decoding that the decoder
wishes to communicate back to the caller. |
| ResultPoint |
Encapsulates a point of interest in an image containing a barcode. |