Uses of Package
com.google.zxing

Packages that use com.google.zxing
com.google.zxing   
com.google.zxing.aztec   
com.google.zxing.aztec.decoder   
com.google.zxing.aztec.detector   
com.google.zxing.client.result   
com.google.zxing.common   
com.google.zxing.common.detector   
com.google.zxing.datamatrix   
com.google.zxing.datamatrix.decoder   
com.google.zxing.maxicode   
com.google.zxing.maxicode.decoder   
com.google.zxing.multi   
com.google.zxing.multi.qrcode   
com.google.zxing.multi.qrcode.detector   
com.google.zxing.oned   
com.google.zxing.oned.rss   
com.google.zxing.oned.rss.expanded   
com.google.zxing.oned.rss.expanded.decoders   
com.google.zxing.pdf417   
com.google.zxing.pdf417.detector   
com.google.zxing.pdf417.encoder   
com.google.zxing.qrcode   
com.google.zxing.qrcode.detector   
com.google.zxing.qrcode.encoder   
 

Classes in com.google.zxing used by com.google.zxing
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.
ChecksumException
          Thrown when a barcode was successfully detected and decoded, but was not returned because its checksum feature failed.
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.
FormatException
          Thrown when a barcode was successfully detected, but some aspect of the content did not conform to the barcode's format rules.
LuminanceSource
          The purpose of this class hierarchy is to abstract different bitmap implementations across platforms into a standard interface for requesting greyscale luminance values.
NotFoundException
          Thrown when a barcode was not found in the image.
Reader
          Implementations of this interface can decode an image of a barcode in some format into the String it encodes.
ReaderException
          The general exception class throw when something goes wrong during decoding of a barcode.
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.
Writer
          The base class for all objects which encode/generate a barcode image.
WriterException
          A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.
 

Classes in com.google.zxing used by com.google.zxing.aztec
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.
FormatException
          Thrown when a barcode was successfully detected, but some aspect of the content did not conform to the barcode's format rules.
NotFoundException
          Thrown when a barcode was not found in the image.
Reader
          Implementations of this interface can decode an image of a barcode in some format into the String it encodes.
Result
          Encapsulates the result of decoding a barcode within an image.
ResultPoint
          Encapsulates a point of interest in an image containing a barcode.
 

Classes in com.google.zxing used by com.google.zxing.aztec.decoder
FormatException
          Thrown when a barcode was successfully detected, but some aspect of the content did not conform to the barcode's format rules.
 

Classes in com.google.zxing used by com.google.zxing.aztec.detector
NotFoundException
          Thrown when a barcode was not found in the image.
 

Classes in com.google.zxing used by com.google.zxing.client.result
Result
          Encapsulates the result of decoding a barcode within an image.
 

Classes in com.google.zxing used by com.google.zxing.common
Binarizer
          This class hierarchy provides a set of methods to convert luminance data to 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.
LuminanceSource
          The purpose of this class hierarchy is to abstract different bitmap implementations across platforms into a standard interface for requesting greyscale luminance values.
NotFoundException
          Thrown when a barcode was not found in the image.
ResultPoint
          Encapsulates a point of interest in an image containing a barcode.
 

Classes in com.google.zxing used by com.google.zxing.common.detector
NotFoundException
          Thrown when a barcode was not found in the image.
ResultPoint
          Encapsulates a point of interest in an image containing a barcode.
 

Classes in com.google.zxing used by com.google.zxing.datamatrix
BinaryBitmap
          This class is the core bitmap class used by ZXing to represent 1 bit data.
ChecksumException
          Thrown when a barcode was successfully detected and decoded, but was not returned because its checksum feature failed.
DecodeHintType
          Encapsulates a type of hint that a caller may pass to a barcode reader to help it more quickly or accurately decode it.
FormatException
          Thrown when a barcode was successfully detected, but some aspect of the content did not conform to the barcode's format rules.
NotFoundException
          Thrown when a barcode was not found in the image.
Reader
          Implementations of this interface can decode an image of a barcode in some format into the String it encodes.
Result
          Encapsulates the result of decoding a barcode within an image.
 

Classes in com.google.zxing used by com.google.zxing.datamatrix.decoder
ChecksumException
          Thrown when a barcode was successfully detected and decoded, but was not returned because its checksum feature failed.
FormatException
          Thrown when a barcode was successfully detected, but some aspect of the content did not conform to the barcode's format rules.
 

Classes in com.google.zxing used by com.google.zxing.maxicode
BinaryBitmap
          This class is the core bitmap class used by ZXing to represent 1 bit data.
ChecksumException
          Thrown when a barcode was successfully detected and decoded, but was not returned because its checksum feature failed.
DecodeHintType
          Encapsulates a type of hint that a caller may pass to a barcode reader to help it more quickly or accurately decode it.
FormatException
          Thrown when a barcode was successfully detected, but some aspect of the content did not conform to the barcode's format rules.
NotFoundException
          Thrown when a barcode was not found in the image.
Reader
          Implementations of this interface can decode an image of a barcode in some format into the String it encodes.
Result
          Encapsulates the result of decoding a barcode within an image.
 

Classes in com.google.zxing used by com.google.zxing.maxicode.decoder
DecodeHintType
          Encapsulates a type of hint that a caller may pass to a barcode reader to help it more quickly or accurately decode it.
 

Classes in com.google.zxing used by com.google.zxing.multi
BinaryBitmap
          This class is the core bitmap class used by ZXing to represent 1 bit data.
ChecksumException
          Thrown when a barcode was successfully detected and decoded, but was not returned because its checksum feature failed.
DecodeHintType
          Encapsulates a type of hint that a caller may pass to a barcode reader to help it more quickly or accurately decode it.
FormatException
          Thrown when a barcode was successfully detected, but some aspect of the content did not conform to the barcode's format rules.
NotFoundException
          Thrown when a barcode was not found in the image.
Reader
          Implementations of this interface can decode an image of a barcode in some format into the String it encodes.
Result
          Encapsulates the result of decoding a barcode within an image.
 

Classes in com.google.zxing used by com.google.zxing.multi.qrcode
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.
NotFoundException
          Thrown when a barcode was not found in the image.
Reader
          Implementations of this interface can decode an image of a barcode in some format into the String it encodes.
Result
          Encapsulates the result of decoding a barcode within an image.
 

Classes in com.google.zxing used by com.google.zxing.multi.qrcode.detector
DecodeHintType
          Encapsulates a type of hint that a caller may pass to a barcode reader to help it more quickly or accurately decode it.
NotFoundException
          Thrown when a barcode was not found in the image.
 

Classes in com.google.zxing used by com.google.zxing.oned
BarcodeFormat
          Enumerates barcode formats known to this package.
BinaryBitmap
          This class is the core bitmap class used by ZXing to represent 1 bit data.
ChecksumException
          Thrown when a barcode was successfully detected and decoded, but was not returned because its checksum feature failed.
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.
FormatException
          Thrown when a barcode was successfully detected, but some aspect of the content did not conform to the barcode's format rules.
NotFoundException
          Thrown when a barcode was not found in the image.
Reader
          Implementations of this interface can decode an image of a barcode in some format into the String it encodes.
Result
          Encapsulates the result of decoding a barcode within an image.
Writer
          The base class for all objects which encode/generate a barcode image.
WriterException
          A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.
 

Classes in com.google.zxing used by com.google.zxing.oned.rss
DecodeHintType
          Encapsulates a type of hint that a caller may pass to a barcode reader to help it more quickly or accurately decode it.
NotFoundException
          Thrown when a barcode was not found in the image.
Reader
          Implementations of this interface can decode an image of a barcode in some format into the String it encodes.
Result
          Encapsulates the result of decoding a barcode within an image.
 

Classes in com.google.zxing used by com.google.zxing.oned.rss.expanded
DecodeHintType
          Encapsulates a type of hint that a caller may pass to a barcode reader to help it more quickly or accurately decode it.
NotFoundException
          Thrown when a barcode was not found in the image.
Reader
          Implementations of this interface can decode an image of a barcode in some format into the String it encodes.
Result
          Encapsulates the result of decoding a barcode within an image.
 

Classes in com.google.zxing used by com.google.zxing.oned.rss.expanded.decoders
NotFoundException
          Thrown when a barcode was not found in the image.
 

Classes in com.google.zxing used by com.google.zxing.pdf417
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.
FormatException
          Thrown when a barcode was successfully detected, but some aspect of the content did not conform to the barcode's format rules.
NotFoundException
          Thrown when a barcode was not found in the image.
Reader
          Implementations of this interface can decode an image of a barcode in some format into the String it encodes.
Result
          Encapsulates the result of decoding a barcode within an image.
 

Classes in com.google.zxing used by com.google.zxing.pdf417.detector
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.
 

Classes in com.google.zxing used by com.google.zxing.pdf417.encoder
BarcodeFormat
          Enumerates barcode formats known to this package.
EncodeHintType
          These are a set of hints that you may pass to Writers to specify their behavior.
Writer
          The base class for all objects which encode/generate a barcode image.
WriterException
          A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.
 

Classes in com.google.zxing used by com.google.zxing.qrcode
BarcodeFormat
          Enumerates barcode formats known to this package.
BinaryBitmap
          This class is the core bitmap class used by ZXing to represent 1 bit data.
ChecksumException
          Thrown when a barcode was successfully detected and decoded, but was not returned because its checksum feature failed.
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.
FormatException
          Thrown when a barcode was successfully detected, but some aspect of the content did not conform to the barcode's format rules.
NotFoundException
          Thrown when a barcode was not found in the image.
Reader
          Implementations of this interface can decode an image of a barcode in some format into the String it encodes.
Result
          Encapsulates the result of decoding a barcode within an image.
Writer
          The base class for all objects which encode/generate a barcode image.
WriterException
          A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.
 

Classes in com.google.zxing used by com.google.zxing.qrcode.detector
FormatException
          Thrown when a barcode was successfully detected, but some aspect of the content did not conform to the barcode's format rules.
ResultPoint
          Encapsulates a point of interest in an image containing a barcode.
ResultPointCallback
          Callback which is invoked when a possible result point (significant point in the barcode image such as a corner) is found.
 

Classes in com.google.zxing used by com.google.zxing.qrcode.encoder
EncodeHintType
          These are a set of hints that you may pass to Writers to specify their behavior.
WriterException
          A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.
 



Copyright © 2007-2012. All Rights Reserved.