Uses of Class
com.google.zxing.BinaryBitmap

Packages that use BinaryBitmap
com.google.zxing   
com.google.zxing.aztec   
com.google.zxing.datamatrix   
com.google.zxing.maxicode   
com.google.zxing.multi   
com.google.zxing.multi.qrcode   
com.google.zxing.oned   
com.google.zxing.pdf417   
com.google.zxing.pdf417.detector   
com.google.zxing.qrcode   
 

Uses of BinaryBitmap in com.google.zxing
 

Methods in com.google.zxing that return BinaryBitmap
 BinaryBitmap BinaryBitmap.crop(int left, int top, int width, int height)
          Returns a new object with cropped image data.
 BinaryBitmap BinaryBitmap.rotateCounterClockwise()
          Returns a new object with rotated image data.
 

Methods in com.google.zxing with parameters of type BinaryBitmap
 Result Reader.decode(BinaryBitmap image)
          Locates and decodes a barcode in some format within an image.
 Result MultiFormatReader.decode(BinaryBitmap image)
          This version of decode honors the intent of Reader.decode(BinaryBitmap) in that it passes null as a hint to the decoders.
 Result Reader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
          Locates and decodes a barcode in some format within an image.
 Result MultiFormatReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
          Decode an image using the hints provided.
 Result MultiFormatReader.decodeWithState(BinaryBitmap image)
          Decode an image using the state set up by calling setHints() previously.
 

Uses of BinaryBitmap in com.google.zxing.aztec
 

Methods in com.google.zxing.aztec with parameters of type BinaryBitmap
 Result AztecReader.decode(BinaryBitmap image)
          Locates and decodes a Data Matrix code in an image.
 Result AztecReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of BinaryBitmap in com.google.zxing.datamatrix
 

Methods in com.google.zxing.datamatrix with parameters of type BinaryBitmap
 Result DataMatrixReader.decode(BinaryBitmap image)
          Locates and decodes a Data Matrix code in an image.
 Result DataMatrixReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of BinaryBitmap in com.google.zxing.maxicode
 

Methods in com.google.zxing.maxicode with parameters of type BinaryBitmap
 Result MaxiCodeReader.decode(BinaryBitmap image)
          Locates and decodes a MaxiCode in an image.
 Result MaxiCodeReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of BinaryBitmap in com.google.zxing.multi
 

Methods in com.google.zxing.multi with parameters of type BinaryBitmap
 Result ByQuadrantReader.decode(BinaryBitmap image)
           
 Result ByQuadrantReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 Result[] MultipleBarcodeReader.decodeMultiple(BinaryBitmap image)
           
 Result[] GenericMultipleBarcodeReader.decodeMultiple(BinaryBitmap image)
           
 Result[] MultipleBarcodeReader.decodeMultiple(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 Result[] GenericMultipleBarcodeReader.decodeMultiple(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of BinaryBitmap in com.google.zxing.multi.qrcode
 

Methods in com.google.zxing.multi.qrcode with parameters of type BinaryBitmap
 Result[] QRCodeMultiReader.decodeMultiple(BinaryBitmap image)
           
 Result[] QRCodeMultiReader.decodeMultiple(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of BinaryBitmap in com.google.zxing.oned
 

Methods in com.google.zxing.oned with parameters of type BinaryBitmap
 Result UPCAReader.decode(BinaryBitmap image)
           
 Result OneDReader.decode(BinaryBitmap image)
           
 Result UPCAReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 Result OneDReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of BinaryBitmap in com.google.zxing.pdf417
 

Methods in com.google.zxing.pdf417 with parameters of type BinaryBitmap
 Result PDF417Reader.decode(BinaryBitmap image)
          Locates and decodes a PDF417 code in an image.
 Result PDF417Reader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Uses of BinaryBitmap in com.google.zxing.pdf417.detector
 

Constructors in com.google.zxing.pdf417.detector with parameters of type BinaryBitmap
Detector(BinaryBitmap image)
           
 

Uses of BinaryBitmap in com.google.zxing.qrcode
 

Methods in com.google.zxing.qrcode with parameters of type BinaryBitmap
 Result QRCodeReader.decode(BinaryBitmap image)
          Locates and decodes a QR code in an image.
 Result QRCodeReader.decode(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 



Copyright © 2007-2012. All Rights Reserved.