Uses of Package
com.google.zxing.common

Packages that use com.google.zxing.common
com.google.zxing   
com.google.zxing.aztec   
com.google.zxing.aztec.decoder   
com.google.zxing.aztec.detector   
com.google.zxing.common   
com.google.zxing.common.detector   
com.google.zxing.datamatrix.decoder   
com.google.zxing.datamatrix.detector   
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.encoder   
com.google.zxing.qrcode   
com.google.zxing.qrcode.detector   
 

Classes in com.google.zxing.common used by com.google.zxing
BitArray
          A simple, fast array of bits, represented compactly by an array of ints internally.
BitMatrix
          Represents a 2D matrix of bits.
 

Classes in com.google.zxing.common used by com.google.zxing.aztec
BitMatrix
          Represents a 2D matrix of bits.
DetectorResult
          Encapsulates the result of detecting a barcode in an image.
 

Classes in com.google.zxing.common used by com.google.zxing.aztec.decoder
DecoderResult
          Encapsulates the result of decoding a matrix of bits.
 

Classes in com.google.zxing.common used by com.google.zxing.aztec.detector
BitMatrix
          Represents a 2D matrix of bits.
 

Classes in com.google.zxing.common used by com.google.zxing.common
BitArray
          A simple, fast array of bits, represented compactly by an array of ints internally.
BitMatrix
          Represents a 2D matrix of bits.
CharacterSetECI
          Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1 of ISO 18004.
GlobalHistogramBinarizer
          This Binarizer implementation uses the old ZXing global histogram approach.
GridSampler
          Implementations of this class can, given locations of finder patterns for a QR code in an image, sample the right points in the image to reconstruct the QR code, accounting for perspective distortion.
PerspectiveTransform
          This class implements a perspective transform in two dimensions.
 

Classes in com.google.zxing.common used by com.google.zxing.common.detector
BitMatrix
          Represents a 2D matrix of bits.
 

Classes in com.google.zxing.common used by com.google.zxing.datamatrix.decoder
BitMatrix
          Represents a 2D matrix of bits.
 

Classes in com.google.zxing.common used by com.google.zxing.datamatrix.detector
DetectorResult
          Encapsulates the result of detecting a barcode in an image.
 

Classes in com.google.zxing.common used by com.google.zxing.multi.qrcode.detector
BitMatrix
          Represents a 2D matrix of bits.
DetectorResult
          Encapsulates the result of detecting a barcode in an image.
 

Classes in com.google.zxing.common used by com.google.zxing.oned
BitArray
          A simple, fast array of bits, represented compactly by an array of ints internally.
BitMatrix
          Represents a 2D matrix of bits.
 

Classes in com.google.zxing.common used by com.google.zxing.oned.rss
BitArray
          A simple, fast array of bits, represented compactly by an array of ints internally.
 

Classes in com.google.zxing.common used by com.google.zxing.oned.rss.expanded
BitArray
          A simple, fast array of bits, represented compactly by an array of ints internally.
 

Classes in com.google.zxing.common used by com.google.zxing.oned.rss.expanded.decoders
BitArray
          A simple, fast array of bits, represented compactly by an array of ints internally.
 

Classes in com.google.zxing.common used by com.google.zxing.pdf417.encoder
BitMatrix
          Represents a 2D matrix of bits.
 

Classes in com.google.zxing.common used by com.google.zxing.qrcode
BitMatrix
          Represents a 2D matrix of bits.
 

Classes in com.google.zxing.common used by com.google.zxing.qrcode.detector
BitMatrix
          Represents a 2D matrix of bits.
PerspectiveTransform
          This class implements a perspective transform in two dimensions.
 



Copyright © 2007-2012. All Rights Reserved.