Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.google.zxing.qrcode Classes and Interfaces - 17 results found.
NameDescriptionTypePackageFramework
AlignmentPatternEncapsulates an alignment pattern, which are the smaller square patterns found in all but the simplest QR Codes.Classcom.google.zxing.qrcode.detectorZXing
ByteMatrixJAVAPORT: The original code was a 2D array of ints, but since it only ever gets assigned -1, 0, and 1, I'm going to use less memory and go with bytes.Classcom.google.zxing.qrcode.encoderZXing
DecoderThe main class which implements QR Code decoding -- as opposed to locating and extracting the QR Code from an image.Classcom.google.zxing.qrcode.decoderZXing
DetectorEncapsulates logic that can detect a QR Code in an image, even if the QR Code is rotated or skewed, or partially obscured.Classcom.google.zxing.qrcode.detectorZXing
EncoderClasscom.google.zxing.qrcode.encoderZXing
ErrorCorrectionLevelenum ErrorCorrectionLevelSee ISO 18004:2006, 6.Classcom.google.zxing.qrcode.decoderZXing
FinderPatternEncapsulates a finder pattern, which are the three square patterns found in the corners of QR Codes.Classcom.google.zxing.qrcode.detectorZXing
FinderPatternFinderThis class attempts to find finder patterns in a QR Code.Classcom.google.zxing.qrcode.detectorZXing
FinderPatternInfoEncapsulates information about finder patterns in an image, including the location of the three finder patterns, and their estimated module size.Classcom.google.zxing.qrcode.detectorZXing
ModeSee ISO 18004:2006, 6.Classcom.google.zxing.qrcode.decoderZXing
QRCodeClasscom.google.zxing.qrcode.encoderZXing
QRCodeDecoderMetaDataMeta-data container for QR Code decoding.Classcom.google.zxing.qrcode.decoderZXing
QRCodeReaderThis implementation can detect and decode QR Codes in an image.Classcom.google.zxing.qrcodeZXing
QRCodeWriterThis object renders a QR Code as a BitMatrix 2D array of greyscale values.Classcom.google.zxing.qrcodeZXing
VersionClasscom.google.zxing.qrcode.decoderZXing
Version .ECBEncapsualtes the parameters for one error-correction block in one symbol version.Classcom.google.zxing.qrcode.decoderZXing
Version .ECBlocksEncapsulates a set of error-correction blocks in one symbol version.Classcom.google.zxing.qrcode.decoderZXing