A B C D E F G H I K L M N O P Q R S T U V W X

A

AbstractExpandedDecoder - Class in com.google.zxing.oned.rss.expanded.decoders
 
AbstractRSSReader - Class in com.google.zxing.oned.rss
 
AbstractRSSReader() - Constructor for class com.google.zxing.oned.rss.AbstractRSSReader
 
ACTION_DO - Static variable in class com.google.zxing.client.result.optional.NDEFSmartPosterParsedResult
 
ACTION_OPEN - Static variable in class com.google.zxing.client.result.optional.NDEFSmartPosterParsedResult
 
ACTION_SAVE - Static variable in class com.google.zxing.client.result.optional.NDEFSmartPosterParsedResult
 
ACTION_UNSPECIFIED - Static variable in class com.google.zxing.client.result.optional.NDEFSmartPosterParsedResult
 
ADDRESSBOOK - Static variable in class com.google.zxing.client.result.ParsedResultType
 
AddressBookParsedResult - Class in com.google.zxing.client.result
 
AddressBookParsedResult(String[], String, String[], String[], String, String[], String, String, String, String) - Constructor for class com.google.zxing.client.result.AddressBookParsedResult
 
addResultPoints(ResultPoint[]) - Method in class com.google.zxing.Result
 
AlignmentPattern - Class in com.google.zxing.qrcode.detector
Encapsulates an alignment pattern, which are the smaller square patterns found in all but the simplest QR Codes.
ALLOWED_LENGTHS - Static variable in class com.google.zxing.DecodeHintType
Allowed lengths of encoded data -- reject anything else.
ALPHANUMERIC - Static variable in class com.google.zxing.qrcode.decoder.Mode
 
ANDROID_INTENT - Static variable in class com.google.zxing.client.result.ParsedResultType
 
appendBit(boolean) - Method in class com.google.zxing.common.BitArray
 
appendBitArray(BitArray) - Method in class com.google.zxing.common.BitArray
 
appendBits(int, int) - Method in class com.google.zxing.common.BitArray
Appends the least-significant bits, from value, in order from most-significant to least-significant.
appendPattern(byte[], int, int[], int) - Static method in class com.google.zxing.oned.UPCEANWriter
Appends the given pattern to the target array starting at pos.
applyMaskPenaltyRule1(ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MaskUtil
 
applyMaskPenaltyRule2(ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MaskUtil
 
applyMaskPenaltyRule3(ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MaskUtil
 
applyMaskPenaltyRule4(ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MaskUtil
 
ASSUME_CODE_39_CHECK_DIGIT - Static variable in class com.google.zxing.DecodeHintType
Assume Code 39 codes employ a check digit.
at(int, int) - Method in class com.google.zxing.qrcode.encoder.QRCode
 
available() - Method in class com.google.zxing.common.BitSource
 
AZTEC - Static variable in class com.google.zxing.BarcodeFormat
Aztec 2D barcode format.
AZTEC_DATA_10 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
 
AZTEC_DATA_12 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
 
AZTEC_DATA_6 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
 
AZTEC_DATA_8 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
 
AZTEC_PARAM - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
 
AztecDetectorResult - Class in com.google.zxing.aztec
 
AztecDetectorResult(BitMatrix, ResultPoint[], boolean, int, int) - Constructor for class com.google.zxing.aztec.AztecDetectorResult
 
AztecReader - Class in com.google.zxing.aztec
This implementation can detect and decode Aztec codes in an image.
AztecReader() - Constructor for class com.google.zxing.aztec.AztecReader
 

B

BarcodeFormat - Class in com.google.zxing
Enumerates barcode formats known to this package.
Binarizer - Class in com.google.zxing
This class hierarchy provides a set of methods to convert luminance data to 1 bit data.
Binarizer(LuminanceSource) - Constructor for class com.google.zxing.Binarizer
 
BinaryBitmap - Class in com.google.zxing
This class is the core bitmap class used by ZXing to represent 1 bit data.
BinaryBitmap(Binarizer) - Constructor for class com.google.zxing.BinaryBitmap
 
BitArray - Class in com.google.zxing.common
A simple, fast array of bits, represented compactly by an array of ints internally.
BitArray() - Constructor for class com.google.zxing.common.BitArray
 
BitArray(int) - Constructor for class com.google.zxing.common.BitArray
 
BitMatrix - Class in com.google.zxing.common
Represents a 2D matrix of bits.
BitMatrix(int) - Constructor for class com.google.zxing.common.BitMatrix
 
BitMatrix(int, int) - Constructor for class com.google.zxing.common.BitMatrix
 
bits - Variable in class com.google.zxing.common.BitArray
 
bits - Variable in class com.google.zxing.common.BitMatrix
 
BitSource - Class in com.google.zxing.common
This provides an easy abstraction to read bits at a time from a sequence of bytes, where the number of bits read is not often a multiple of 8.
BitSource(byte[]) - Constructor for class com.google.zxing.common.BitSource
 
buildMatrix(BitArray, ErrorCorrectionLevel, int, int, ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
 
ByQuadrantReader - Class in com.google.zxing.multi
This class attempts to decode a barcode from an image, not by scanning the whole image, but by scanning subsets of the image.
ByQuadrantReader(Reader) - Constructor for class com.google.zxing.multi.ByQuadrantReader
 
BYTE - Static variable in class com.google.zxing.qrcode.decoder.Mode
 
BYTE_SEGMENTS - Static variable in class com.google.zxing.ResultMetadataType
2D barcode formats typically encode text, but allow for a sort of 'byte mode' which is sometimes used to encode binary data.
ByteMatrix - Class in com.google.zxing.qrcode.encoder
A class which wraps a 2D array of bytes.
ByteMatrix(int, int) - Constructor for class com.google.zxing.qrcode.encoder.ByteMatrix
 

C

calculateBCHCode(int, int) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
 
calculateModuleSize(ResultPoint, ResultPoint, ResultPoint) - Method in class com.google.zxing.qrcode.detector.Detector
Computes an average estimated module size based on estimated derived from the positions of the three finder patterns.
CALENDAR - Static variable in class com.google.zxing.client.result.ParsedResultType
 
CalendarParsedResult - Class in com.google.zxing.client.result
 
CalendarParsedResult(String, String, String, String, String, String) - Constructor for class com.google.zxing.client.result.CalendarParsedResult
 
CalendarParsedResult(String, String, String, String, String, String, double, double) - Constructor for class com.google.zxing.client.result.CalendarParsedResult
 
CHARACTER_SET - Static variable in class com.google.zxing.DecodeHintType
Specifies what character encoding to use when decoding, where applicable (type String)
CHARACTER_SET - Static variable in class com.google.zxing.EncodeHintType
Specifies what character encoding to use where applicable (type String)
CharacterSetECI - Class in com.google.zxing.common
Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1 of ISO 18004.
checkAndNudgePoints(BitMatrix, float[]) - Static method in class com.google.zxing.common.GridSampler
Checks a set of points that have been transformed to sample points on an image against the image's dimensions to see if the point are even within the image.
checkChecksum(String) - Method in class com.google.zxing.oned.UPCEReader
 
ChecksumException - Exception in com.google.zxing
Thrown when a barcode was successfully detected and decoded, but was not returned because its checksum feature failed.
chooseMode(String) - Static method in class com.google.zxing.qrcode.encoder.Encoder
 
chooseMode(String, String) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Choose the best mode by examining the content.
clear() - Method in class com.google.zxing.common.BitArray
Clears all bits (sets to false).
clear() - Method in class com.google.zxing.common.BitMatrix
Clears all bits (sets to false).
clear(byte) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
clearMatrix(ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
 
CODABAR - Static variable in class com.google.zxing.BarcodeFormat
CODABAR 1D format.
CodaBarReader - Class in com.google.zxing.oned
Decodes Codabar barcodes.
CodaBarReader() - Constructor for class com.google.zxing.oned.CodaBarReader
 
Code128Reader - Class in com.google.zxing.oned
Decodes Code 128 barcodes.
Code128Reader() - Constructor for class com.google.zxing.oned.Code128Reader
 
Code128Writer - Class in com.google.zxing.oned
This object renders a CODE128 code as a BitMatrix.
Code128Writer() - Constructor for class com.google.zxing.oned.Code128Writer
 
Code39Reader - Class in com.google.zxing.oned
Decodes Code 39 barcodes.
Code39Reader() - Constructor for class com.google.zxing.oned.Code39Reader
Creates a reader that assumes all encoded data is data, and does not treat the final character as a check digit.
Code39Reader(boolean) - Constructor for class com.google.zxing.oned.Code39Reader
Creates a reader that can be configured to check the last character as a check digit.
Code39Reader(boolean, boolean) - Constructor for class com.google.zxing.oned.Code39Reader
Creates a reader that can be configured to check the last character as a check digit, or optionally attempt to decode "extended Code 39" sequences that are used to encode the full ASCII character set.
Code39Writer - Class in com.google.zxing.oned
This object renders a CODE39 code as a BitMatrix.
Code39Writer() - Constructor for class com.google.zxing.oned.Code39Writer
 
Code93Reader - Class in com.google.zxing.oned
Decodes Code 93 barcodes.
Code93Reader() - Constructor for class com.google.zxing.oned.Code93Reader
 
CODE_128 - Static variable in class com.google.zxing.BarcodeFormat
Code 128 1D format.
CODE_39 - Static variable in class com.google.zxing.BarcodeFormat
Code 39 1D format.
CODE_93 - Static variable in class com.google.zxing.BarcodeFormat
Code 93 1D format.
Collections - Class in com.google.zxing.common
This is basically a substitute for java.util.Collections, which is not present in MIDP 2.0 / CLDC 1.1.
com.google.zxing - package com.google.zxing
 
com.google.zxing.aztec - package com.google.zxing.aztec
 
com.google.zxing.aztec.decoder - package com.google.zxing.aztec.decoder
 
com.google.zxing.aztec.detector - package com.google.zxing.aztec.detector
 
com.google.zxing.client.result - package com.google.zxing.client.result
 
com.google.zxing.client.result.optional - package com.google.zxing.client.result.optional
 
com.google.zxing.common - package com.google.zxing.common
 
com.google.zxing.common.detector - package com.google.zxing.common.detector
 
com.google.zxing.common.reedsolomon - package com.google.zxing.common.reedsolomon
 
com.google.zxing.datamatrix - package com.google.zxing.datamatrix
 
com.google.zxing.datamatrix.decoder - package com.google.zxing.datamatrix.decoder
 
com.google.zxing.datamatrix.detector - package com.google.zxing.datamatrix.detector
 
com.google.zxing.multi - package com.google.zxing.multi
 
com.google.zxing.multi.qrcode - package com.google.zxing.multi.qrcode
 
com.google.zxing.multi.qrcode.detector - package com.google.zxing.multi.qrcode.detector
 
com.google.zxing.oned - package com.google.zxing.oned
 
com.google.zxing.oned.rss - package com.google.zxing.oned.rss
 
com.google.zxing.oned.rss.expanded - package com.google.zxing.oned.rss.expanded
 
com.google.zxing.oned.rss.expanded.decoders - package com.google.zxing.oned.rss.expanded.decoders
 
com.google.zxing.pdf417 - package com.google.zxing.pdf417
 
com.google.zxing.pdf417.decoder - package com.google.zxing.pdf417.decoder
 
com.google.zxing.pdf417.detector - package com.google.zxing.pdf417.detector
 
com.google.zxing.qrcode - package com.google.zxing.qrcode
 
com.google.zxing.qrcode.decoder - package com.google.zxing.qrcode.decoder
 
com.google.zxing.qrcode.detector - package com.google.zxing.qrcode.detector
 
com.google.zxing.qrcode.encoder - package com.google.zxing.qrcode.encoder
 
Comparator - Interface in com.google.zxing.common
This is merely a clone of Comparator since it is not available in CLDC 1.1 / MIDP 2.0.
compare(Object, Object) - Method in interface com.google.zxing.common.Comparator
 
computeDimension(ResultPoint, ResultPoint, ResultPoint, float) - Static method in class com.google.zxing.qrcode.detector.Detector
Computes the dimension (number of modules on a size) of the QR Code based on the position of the finder patterns and estimated module size.
convertUPCEtoUPCA(String) - Static method in class com.google.zxing.oned.UPCEReader
Expands a UPC-E value back into its full, equivalent UPC-A code value.
count(int[]) - Static method in class com.google.zxing.oned.rss.AbstractRSSReader
 
createBinarizer(LuminanceSource) - Method in class com.google.zxing.Binarizer
Creates a new object with the same type as this Binarizer implementation, but with pristine state.
createBinarizer(LuminanceSource) - Method in class com.google.zxing.common.GlobalHistogramBinarizer
 
createBinarizer(LuminanceSource) - Method in class com.google.zxing.common.HybridBinarizer
 
createDecoder(BitArray) - Static method in class com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
 
createTransform(ResultPoint, ResultPoint, ResultPoint, ResultPoint, int) - Static method in class com.google.zxing.qrcode.detector.Detector
 
crop(int, int, int, int) - Method in class com.google.zxing.BinaryBitmap
Returns a new object with cropped image data.
crop(int, int, int, int) - Method in class com.google.zxing.LuminanceSource
Returns a new object with cropped image data.

D

DATA_MATRIX - Static variable in class com.google.zxing.BarcodeFormat
Data Matrix 2D barcode format.
DATA_MATRIX_FIELD_256 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
 
DataCharacter - Class in com.google.zxing.oned.rss
 
DataCharacter(int, int) - Constructor for class com.google.zxing.oned.rss.DataCharacter
 
dataCharacterCounters - Variable in class com.google.zxing.oned.rss.AbstractRSSReader
 
DataMatrixReader - Class in com.google.zxing.datamatrix
This implementation can detect and decode Data Matrix codes in an image.
DataMatrixReader() - Constructor for class com.google.zxing.datamatrix.DataMatrixReader
 
decode(BinaryBitmap) - Method in class com.google.zxing.aztec.AztecReader
Locates and decodes a Data Matrix code in an image.
decode(BinaryBitmap, Hashtable) - Method in class com.google.zxing.aztec.AztecReader
 
decode(AztecDetectorResult) - Method in class com.google.zxing.aztec.decoder.Decoder
 
decode(int[], int) - Method in class com.google.zxing.common.reedsolomon.ReedSolomonDecoder
Decodes given set of received codewords, which include both data and error-correction codewords.
decode(BinaryBitmap) - Method in class com.google.zxing.datamatrix.DataMatrixReader
Locates and decodes a Data Matrix code in an image.
decode(BinaryBitmap, Hashtable) - Method in class com.google.zxing.datamatrix.DataMatrixReader
 
decode(boolean[][]) - Method in class com.google.zxing.datamatrix.decoder.Decoder
Convenience method that can decode a Data Matrix Code represented as a 2D array of booleans.
decode(BitMatrix) - Method in class com.google.zxing.datamatrix.decoder.Decoder
Decodes a Data Matrix Code represented as a BitMatrix.
decode(BinaryBitmap) - Method in class com.google.zxing.multi.ByQuadrantReader
 
decode(BinaryBitmap, Hashtable) - Method in class com.google.zxing.multi.ByQuadrantReader
 
decode(BinaryBitmap) - Method in class com.google.zxing.MultiFormatReader
This version of decode honors the intent of Reader.decode(BinaryBitmap) in that it passes null as a hint to the decoders.
decode(BinaryBitmap, Hashtable) - Method in class com.google.zxing.MultiFormatReader
Decode an image using the hints provided.
decode(BinaryBitmap) - Method in class com.google.zxing.oned.OneDReader
 
decode(BinaryBitmap, Hashtable) - Method in class com.google.zxing.oned.OneDReader
 
decode(BinaryBitmap) - Method in class com.google.zxing.oned.UPCAReader
 
decode(BinaryBitmap, Hashtable) - Method in class com.google.zxing.oned.UPCAReader
 
decode(boolean[][]) - Method in class com.google.zxing.pdf417.decoder.Decoder
Convenience method that can decode a PDF417 Code represented as a 2D array of booleans.
decode(BitMatrix) - Method in class com.google.zxing.pdf417.decoder.Decoder
Decodes a PDF417 Code represented as a BitMatrix.
decode(BinaryBitmap) - Method in class com.google.zxing.pdf417.PDF417Reader
Locates and decodes a PDF417 code in an image.
decode(BinaryBitmap, Hashtable) - Method in class com.google.zxing.pdf417.PDF417Reader
 
decode(boolean[][]) - Method in class com.google.zxing.qrcode.decoder.Decoder
 
decode(boolean[][], Hashtable) - Method in class com.google.zxing.qrcode.decoder.Decoder
Convenience method that can decode a QR Code represented as a 2D array of booleans.
decode(BitMatrix) - Method in class com.google.zxing.qrcode.decoder.Decoder
 
decode(BitMatrix, Hashtable) - Method in class com.google.zxing.qrcode.decoder.Decoder
Decodes a QR Code represented as a BitMatrix.
decode(BinaryBitmap) - Method in class com.google.zxing.qrcode.QRCodeReader
Locates and decodes a QR code in an image.
decode(BinaryBitmap, Hashtable) - Method in class com.google.zxing.qrcode.QRCodeReader
 
decode(BinaryBitmap) - Method in interface com.google.zxing.Reader
Locates and decodes a barcode in some format within an image.
decode(BinaryBitmap, Hashtable) - Method in interface com.google.zxing.Reader
Locates and decodes a barcode in some format within an image.
decodeEnd(BitArray, int) - Method in class com.google.zxing.oned.UPCEReader
 
decodeFinderCounters - Variable in class com.google.zxing.oned.rss.AbstractRSSReader
 
DecodeHintType - Class in com.google.zxing
Encapsulates a type of hint that a caller may pass to a barcode reader to help it more quickly or accurately decode it.
decodeMiddle(BitArray, int[], StringBuffer) - Method in class com.google.zxing.oned.EAN13Reader
 
decodeMiddle(BitArray, int[], StringBuffer) - Method in class com.google.zxing.oned.EAN8Reader
 
decodeMiddle(BitArray, int[], StringBuffer) - Method in class com.google.zxing.oned.UPCAReader
 
decodeMiddle(BitArray, int[], StringBuffer) - Method in class com.google.zxing.oned.UPCEANReader
Subclasses override this to decode the portion of a barcode between the start and end guard patterns.
decodeMiddle(BitArray, int[], StringBuffer) - Method in class com.google.zxing.oned.UPCEReader
 
decodeMultiple(BinaryBitmap) - Method in class com.google.zxing.multi.GenericMultipleBarcodeReader
 
decodeMultiple(BinaryBitmap, Hashtable) - Method in class com.google.zxing.multi.GenericMultipleBarcodeReader
 
decodeMultiple(BinaryBitmap) - Method in interface com.google.zxing.multi.MultipleBarcodeReader
 
decodeMultiple(BinaryBitmap, Hashtable) - Method in interface com.google.zxing.multi.MultipleBarcodeReader
 
decodeMultiple(BinaryBitmap) - Method in class com.google.zxing.multi.qrcode.QRCodeMultiReader
 
decodeMultiple(BinaryBitmap, Hashtable) - Method in class com.google.zxing.multi.qrcode.QRCodeMultiReader
 
Decoder - Class in com.google.zxing.aztec.decoder
The main class which implements Aztec Code decoding -- as opposed to locating and extracting the Aztec Code from an image.
Decoder() - Constructor for class com.google.zxing.aztec.decoder.Decoder
 
Decoder - Class in com.google.zxing.datamatrix.decoder
The main class which implements Data Matrix Code decoding -- as opposed to locating and extracting the Data Matrix Code from an image.
Decoder() - Constructor for class com.google.zxing.datamatrix.decoder.Decoder
 
Decoder - Class in com.google.zxing.pdf417.decoder
The main class which implements PDF417 Code decoding -- as opposed to locating and extracting the PDF417 Code from an image.
Decoder() - Constructor for class com.google.zxing.pdf417.decoder.Decoder
 
Decoder - Class in com.google.zxing.qrcode.decoder
The main class which implements QR Code decoding -- as opposed to locating and extracting the QR Code from an image.
Decoder() - Constructor for class com.google.zxing.qrcode.decoder.Decoder
 
decodeRow(int, BitArray, Hashtable) - Method in class com.google.zxing.oned.CodaBarReader
 
decodeRow(int, BitArray, Hashtable) - Method in class com.google.zxing.oned.Code128Reader
 
decodeRow(int, BitArray, Hashtable) - Method in class com.google.zxing.oned.Code39Reader
 
decodeRow(int, BitArray, Hashtable) - Method in class com.google.zxing.oned.Code93Reader
 
decodeRow(int, BitArray, Hashtable) - Method in class com.google.zxing.oned.ITFReader
 
decodeRow(int, BitArray, Hashtable) - Method in class com.google.zxing.oned.MultiFormatOneDReader
 
decodeRow(int, BitArray, Hashtable) - Method in class com.google.zxing.oned.MultiFormatUPCEANReader
 
decodeRow(int, BitArray, Hashtable) - Method in class com.google.zxing.oned.OneDReader
Attempts to decode a one-dimensional barcode format given a single row of an image.
decodeRow(int, BitArray, Hashtable) - Method in class com.google.zxing.oned.rss.expanded.RSSExpandedReader
 
decodeRow(int, BitArray, Hashtable) - Method in class com.google.zxing.oned.rss.RSS14Reader
 
decodeRow(int, BitArray, int[], Hashtable) - Method in class com.google.zxing.oned.UPCAReader
 
decodeRow(int, BitArray, Hashtable) - Method in class com.google.zxing.oned.UPCAReader
 
decodeRow(int, BitArray, Hashtable) - Method in class com.google.zxing.oned.UPCEANReader
 
decodeRow(int, BitArray, int[], Hashtable) - Method in class com.google.zxing.oned.UPCEANReader
Like UPCEANReader.decodeRow(int, BitArray, java.util.Hashtable), but allows caller to inform method about where the UPC/EAN start pattern is found.
DecoderResult - Class in com.google.zxing.common
Encapsulates the result of decoding a matrix of bits.
DecoderResult(byte[], String, Vector, String) - Constructor for class com.google.zxing.common.DecoderResult
 
decodeWithState(BinaryBitmap) - Method in class com.google.zxing.MultiFormatReader
Decode an image using the state set up by calling setHints() previously.
decrement(int[], float[]) - Static method in class com.google.zxing.oned.rss.AbstractRSSReader
 
DefaultGridSampler - Class in com.google.zxing.common
 
DefaultGridSampler() - Constructor for class com.google.zxing.common.DefaultGridSampler
 
detect() - Method in class com.google.zxing.aztec.detector.Detector
Detects an Aztec Code in an image.
detect() - Method in class com.google.zxing.common.detector.MonochromeRectangleDetector
Detects a rectangular region of black and white -- mostly black -- with a region of mostly white, in an image.
detect() - Method in class com.google.zxing.common.detector.WhiteRectangleDetector
Detects a candidate barcode-like rectangular region within an image.
detect() - Method in class com.google.zxing.datamatrix.detector.Detector
Detects a Data Matrix Code in an image.
detect() - Method in class com.google.zxing.pdf417.detector.Detector
Detects a PDF417 Code in an image, simply.
detect(Hashtable) - Method in class com.google.zxing.pdf417.detector.Detector
Detects a PDF417 Code in an image.
detect() - Method in class com.google.zxing.qrcode.detector.Detector
Detects a QR Code in an image, simply.
detect(Hashtable) - Method in class com.google.zxing.qrcode.detector.Detector
Detects a QR Code in an image, simply.
detectMulti(Hashtable) - Method in class com.google.zxing.multi.qrcode.detector.MultiDetector
 
Detector - Class in com.google.zxing.aztec.detector
Encapsulates logic that can detect an Aztec Code in an image, even if the Aztec Code is rotated or skewed, or partially obscured.
Detector(BitMatrix) - Constructor for class com.google.zxing.aztec.detector.Detector
 
Detector - Class in com.google.zxing.datamatrix.detector
Encapsulates logic that can detect a Data Matrix Code in an image, even if the Data Matrix Code is rotated or skewed, or partially obscured.
Detector(BitMatrix) - Constructor for class com.google.zxing.datamatrix.detector.Detector
 
Detector - Class in com.google.zxing.pdf417.detector
Encapsulates logic that can detect a PDF417 Code in an image, even if the PDF417 Code is rotated or skewed, or partially obscured.
Detector(BinaryBitmap) - Constructor for class com.google.zxing.pdf417.detector.Detector
 
Detector - Class in com.google.zxing.qrcode.detector
Encapsulates logic that can detect a QR Code in an image, even if the QR Code is rotated or skewed, or partially obscured.
Detector(BitMatrix) - Constructor for class com.google.zxing.qrcode.detector.Detector
 
DetectorResult - Class in com.google.zxing.common
Encapsulates the result of detecting a barcode in an image.
DetectorResult(BitMatrix, ResultPoint[]) - Constructor for class com.google.zxing.common.DetectorResult
 
distance(ResultPoint, ResultPoint) - Static method in class com.google.zxing.ResultPoint
 

E

EAN13Reader - Class in com.google.zxing.oned
Implements decoding of the EAN-13 format.
EAN13Reader() - Constructor for class com.google.zxing.oned.EAN13Reader
 
EAN13Writer - Class in com.google.zxing.oned
This object renders an EAN13 code as a BitMatrix.
EAN13Writer() - Constructor for class com.google.zxing.oned.EAN13Writer
 
EAN8Reader - Class in com.google.zxing.oned
Implements decoding of the EAN-8 format.
EAN8Reader() - Constructor for class com.google.zxing.oned.EAN8Reader
 
EAN8Writer - Class in com.google.zxing.oned
This object renders an EAN8 code as a BitMatrix.
EAN8Writer() - Constructor for class com.google.zxing.oned.EAN8Writer
 
EAN_13 - Static variable in class com.google.zxing.BarcodeFormat
EAN-13 1D format.
EAN_8 - Static variable in class com.google.zxing.BarcodeFormat
EAN-8 1D format.
ECI - Class in com.google.zxing.common
Superclass of classes encapsulating types ECIs, according to "Extended Channel Interpretations" 5.3 of ISO 18004.
ECI - Static variable in class com.google.zxing.qrcode.decoder.Mode
 
EMAIL_ADDRESS - Static variable in class com.google.zxing.client.result.ParsedResultType
 
EmailAddressParsedResult - Class in com.google.zxing.client.result
 
embedBasicPatterns(int, ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
 
embedDataBits(BitArray, int, ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
 
embedTypeInfo(ErrorCorrectionLevel, int, ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
 
encode(int[], int) - Method in class com.google.zxing.common.reedsolomon.ReedSolomonEncoder
 
encode(String, BarcodeFormat, int, int) - Method in class com.google.zxing.MultiFormatWriter
 
encode(String, BarcodeFormat, int, int, Hashtable) - Method in class com.google.zxing.MultiFormatWriter
 
encode(String, BarcodeFormat, int, int, Hashtable) - Method in class com.google.zxing.oned.Code128Writer
 
encode(String) - Method in class com.google.zxing.oned.Code128Writer
 
encode(String, BarcodeFormat, int, int, Hashtable) - Method in class com.google.zxing.oned.Code39Writer
 
encode(String) - Method in class com.google.zxing.oned.Code39Writer
 
encode(String, BarcodeFormat, int, int, Hashtable) - Method in class com.google.zxing.oned.EAN13Writer
 
encode(String) - Method in class com.google.zxing.oned.EAN13Writer
 
encode(String, BarcodeFormat, int, int, Hashtable) - Method in class com.google.zxing.oned.EAN8Writer
 
encode(String) - Method in class com.google.zxing.oned.EAN8Writer
 
encode(String, BarcodeFormat, int, int, Hashtable) - Method in class com.google.zxing.oned.ITFWriter
 
encode(String) - Method in class com.google.zxing.oned.ITFWriter
 
encode(String, BarcodeFormat, int, int) - Method in class com.google.zxing.oned.UPCAWriter
 
encode(String, BarcodeFormat, int, int, Hashtable) - Method in class com.google.zxing.oned.UPCAWriter
 
encode(String, BarcodeFormat, int, int) - Method in class com.google.zxing.oned.UPCEANWriter
 
encode(String, BarcodeFormat, int, int, Hashtable) - Method in class com.google.zxing.oned.UPCEANWriter
 
encode(String) - Method in class com.google.zxing.oned.UPCEANWriter
 
encode(String, ErrorCorrectionLevel, QRCode) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Encode "bytes" with the error correction level "ecLevel".
encode(String, ErrorCorrectionLevel, Hashtable, QRCode) - Static method in class com.google.zxing.qrcode.encoder.Encoder
 
encode(String, BarcodeFormat, int, int) - Method in class com.google.zxing.qrcode.QRCodeWriter
 
encode(String, BarcodeFormat, int, int, Hashtable) - Method in class com.google.zxing.qrcode.QRCodeWriter
 
encode(String, BarcodeFormat, int, int) - Method in interface com.google.zxing.Writer
Encode a barcode using the default settings.
encode(String, BarcodeFormat, int, int, Hashtable) - Method in interface com.google.zxing.Writer
 
EncodeHintType - Class in com.google.zxing
These are a set of hints that you may pass to Writers to specify their behavior.
Encoder - Class in com.google.zxing.qrcode.encoder
 
equals(Object) - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
equals(Object) - Method in class com.google.zxing.common.BitMatrix
 
equals(Object) - Method in class com.google.zxing.ResultPoint
 
ERROR_CORRECTION - Static variable in class com.google.zxing.EncodeHintType
Specifies what degree of error correction to use, for example in QR Codes (type Integer).
ERROR_CORRECTION_LEVEL - Static variable in class com.google.zxing.ResultMetadataType
Error correction level used, if applicable.
ErrorCorrectionLevel - Class in com.google.zxing.qrcode.decoder
See ISO 18004:2006, 6.5.1.
evenCounts - Variable in class com.google.zxing.oned.rss.AbstractRSSReader
 
evenRoundingErrors - Variable in class com.google.zxing.oned.rss.AbstractRSSReader
 
ExpandedProductParsedResult - Class in com.google.zxing.client.result
 
ExpandedProductParsedResult(String, String, String, String, String, String, String, String, String, String, String, String, String, Hashtable) - Constructor for class com.google.zxing.client.result.ExpandedProductParsedResult
 

F

fillInStackTrace() - Method in exception com.google.zxing.ReaderException
 
findAlignmentInRegion(float, int, int, float) - Method in class com.google.zxing.qrcode.detector.Detector
Attempts to locate an alignment pattern in a limited region of the image, which is guessed to contain it.
FinderPattern - Class in com.google.zxing.oned.rss
 
FinderPattern(int, int[], int, int, int) - Constructor for class com.google.zxing.oned.rss.FinderPattern
 
FinderPattern - Class in com.google.zxing.qrcode.detector
Encapsulates a finder pattern, which are the three square patterns found in the corners of QR Codes.
FinderPatternFinder - Class in com.google.zxing.qrcode.detector
This class attempts to find finder patterns in a QR Code.
FinderPatternFinder(BitMatrix) - Constructor for class com.google.zxing.qrcode.detector.FinderPatternFinder
Creates a finder that will search the image for three finder patterns.
FinderPatternFinder(BitMatrix, ResultPointCallback) - Constructor for class com.google.zxing.qrcode.detector.FinderPatternFinder
 
FinderPatternInfo - Class in com.google.zxing.qrcode.detector
Encapsulates information about finder patterns in an image, including the location of the three finder patterns, and their estimated module size.
FinderPatternInfo(FinderPattern[]) - Constructor for class com.google.zxing.qrcode.detector.FinderPatternInfo
 
findMSBSet(int) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
 
flip(int) - Method in class com.google.zxing.common.BitArray
Flips bit i.
flip(int, int) - Method in class com.google.zxing.common.BitMatrix
Flips the given bit.
FNC1_FIRST_POSITION - Static variable in class com.google.zxing.qrcode.decoder.Mode
 
FNC1_SECOND_POSITION - Static variable in class com.google.zxing.qrcode.decoder.Mode
 
forBits(int) - Static method in class com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
 
forBits(int) - Static method in class com.google.zxing.qrcode.decoder.Mode
 
FormatException - Exception in com.google.zxing
Thrown when a barcode was successfully detected, but some aspect of the content did not conform to the barcode's format rules.
foundPatternCross(int[]) - Static method in class com.google.zxing.qrcode.detector.FinderPatternFinder
 
foundPossibleResultPoint(ResultPoint) - Method in interface com.google.zxing.ResultPointCallback
 

G

GB2312 - Static variable in class com.google.zxing.common.StringUtils
 
generalDecoder - Variable in class com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
 
GenericGF - Class in com.google.zxing.common.reedsolomon
This class contains utility methods for performing mathematical operations over the Galois Fields.
GenericGF(int, int) - Constructor for class com.google.zxing.common.reedsolomon.GenericGF
Create a representation of GF(size) using the given primitive polynomial.
GenericMultipleBarcodeReader - Class in com.google.zxing.multi
Attempts to locate multiple barcodes in an image by repeatedly decoding portion of the image.
GenericMultipleBarcodeReader(Reader) - Constructor for class com.google.zxing.multi.GenericMultipleBarcodeReader
 
GEO - Static variable in class com.google.zxing.client.result.ParsedResultType
 
GeoParsedResult - Class in com.google.zxing.client.result
 
get(int) - Method in class com.google.zxing.common.BitArray
 
get(int, int) - Method in class com.google.zxing.common.BitMatrix
Gets the requested bit, where true means black.
get(int, int) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
getAction() - Method in class com.google.zxing.client.result.optional.NDEFSmartPosterParsedResult
 
getAddresses() - Method in class com.google.zxing.client.result.AddressBookParsedResult
 
getAlignmentPatternCenters() - Method in class com.google.zxing.qrcode.decoder.Version
 
getAltitude() - Method in class com.google.zxing.client.result.GeoParsedResult
 
getArray() - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
getAttendee() - Method in class com.google.zxing.client.result.CalendarParsedResult
 
getBarcodeFormat() - Method in class com.google.zxing.Result
 
getBestBeforeDate() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
getBirthday() - Method in class com.google.zxing.client.result.AddressBookParsedResult
 
getBitArray() - Method in class com.google.zxing.common.BitArray
 
getBits() - Method in class com.google.zxing.common.DetectorResult
 
getBits() - Method in class com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
 
getBits() - Method in class com.google.zxing.qrcode.decoder.Mode
 
getBlackMatrix() - Method in class com.google.zxing.Binarizer
Converts a 2D array of luminance data to 1 bit data.
getBlackMatrix() - Method in class com.google.zxing.BinaryBitmap
Converts a 2D array of luminance data to 1 bit.
getBlackMatrix() - Method in class com.google.zxing.common.GlobalHistogramBinarizer
 
getBlackMatrix() - Method in class com.google.zxing.common.HybridBinarizer
 
getBlackRow(int, BitArray) - Method in class com.google.zxing.Binarizer
Converts one row of luminance data to 1 bit data.
getBlackRow(int, BitArray) - Method in class com.google.zxing.BinaryBitmap
Converts one row of luminance data to 1 bit data.
getBlackRow(int, BitArray) - Method in class com.google.zxing.common.GlobalHistogramBinarizer
 
getBody() - Method in class com.google.zxing.client.result.EmailAddressParsedResult
 
getBody() - Method in class com.google.zxing.client.result.SMSParsedResult
 
getBottomLeft() - Method in class com.google.zxing.qrcode.detector.FinderPatternInfo
 
getBottomRightOnBit() - Method in class com.google.zxing.common.BitMatrix
 
getByteSegments() - Method in class com.google.zxing.common.DecoderResult
 
getCharacterCountBits(Version) - Method in class com.google.zxing.qrcode.decoder.Mode
 
getCharacterSetECIByName(String) - Static method in class com.google.zxing.common.CharacterSetECI
 
getCharacterSetECIByValue(int) - Static method in class com.google.zxing.common.CharacterSetECI
 
getChecksumInstance() - Static method in exception com.google.zxing.ChecksumException
 
getChecksumPortion() - Method in class com.google.zxing.oned.rss.DataCharacter
 
getCount() - Method in class com.google.zxing.qrcode.decoder.Version.ECB
 
getDataCodewords() - Method in class com.google.zxing.qrcode.decoder.Version.ECB
 
getDataMaskBit(int, int, int) - Static method in class com.google.zxing.qrcode.encoder.MaskUtil
 
getDataRegionSizeColumns() - Method in class com.google.zxing.datamatrix.decoder.Version
 
getDataRegionSizeRows() - Method in class com.google.zxing.datamatrix.decoder.Version
 
getDecoder() - Method in class com.google.zxing.qrcode.QRCodeReader
 
getDescription() - Method in class com.google.zxing.client.result.CalendarParsedResult
 
getDimensionForVersion() - Method in class com.google.zxing.qrcode.decoder.Version
 
getDisplayResult() - Method in class com.google.zxing.client.result.AddressBookParsedResult
 
getDisplayResult() - Method in class com.google.zxing.client.result.CalendarParsedResult
 
getDisplayResult() - Method in class com.google.zxing.client.result.EmailAddressParsedResult
 
getDisplayResult() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
getDisplayResult() - Method in class com.google.zxing.client.result.GeoParsedResult
 
getDisplayResult() - Method in class com.google.zxing.client.result.ISBNParsedResult
 
getDisplayResult() - Method in class com.google.zxing.client.result.optional.NDEFSmartPosterParsedResult
 
getDisplayResult() - Method in class com.google.zxing.client.result.ParsedResult
 
getDisplayResult() - Method in class com.google.zxing.client.result.ProductParsedResult
 
getDisplayResult() - Method in class com.google.zxing.client.result.SMSParsedResult
 
getDisplayResult() - Method in class com.google.zxing.client.result.TelParsedResult
 
getDisplayResult() - Method in class com.google.zxing.client.result.TextParsedResult
 
getDisplayResult() - Method in class com.google.zxing.client.result.URIParsedResult
 
getDisplayResult() - Method in class com.google.zxing.client.result.WifiParsedResult
 
getECBlocks() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getECBlocksForLevel(ErrorCorrectionLevel) - Method in class com.google.zxing.qrcode.decoder.Version
 
getECCodewordsPerBlock() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getECIByValue(int) - Static method in class com.google.zxing.common.ECI
 
getECLevel() - Method in class com.google.zxing.common.DecoderResult
 
getECLevel() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getEmailAddress() - Method in class com.google.zxing.client.result.EmailAddressParsedResult
 
getEmails() - Method in class com.google.zxing.client.result.AddressBookParsedResult
 
getEncodingName() - Method in class com.google.zxing.common.CharacterSetECI
 
getEnd() - Method in class com.google.zxing.client.result.CalendarParsedResult
 
getEstimatedModuleSize() - Method in class com.google.zxing.qrcode.detector.FinderPattern
 
getExpirationDate() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
getFormatInstance() - Static method in exception com.google.zxing.FormatException
 
getGeoURI() - Method in class com.google.zxing.client.result.GeoParsedResult
 
getHeight() - Method in class com.google.zxing.BinaryBitmap
 
getHeight() - Method in class com.google.zxing.common.BitMatrix
 
getHeight() - Method in class com.google.zxing.LuminanceSource
 
getHeight() - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
getImage() - Method in class com.google.zxing.qrcode.detector.Detector
 
getImage() - Method in class com.google.zxing.qrcode.detector.FinderPatternFinder
 
getInstance() - Static method in class com.google.zxing.common.GridSampler
 
getISBN() - Method in class com.google.zxing.client.result.ISBNParsedResult
 
getLanguage() - Method in class com.google.zxing.client.result.TextParsedResult
 
getLatitude() - Method in class com.google.zxing.client.result.CalendarParsedResult
 
getLatitude() - Method in class com.google.zxing.client.result.GeoParsedResult
 
getLocation() - Method in class com.google.zxing.client.result.CalendarParsedResult
 
getLongitude() - Method in class com.google.zxing.client.result.CalendarParsedResult
 
getLongitude() - Method in class com.google.zxing.client.result.GeoParsedResult
 
getLotNumber() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
getLuminanceSource() - Method in class com.google.zxing.Binarizer
 
getMailtoURI() - Method in class com.google.zxing.client.result.EmailAddressParsedResult
 
getMaskPattern() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getMatrix() - Method in class com.google.zxing.LuminanceSource
Fetches luminance data for the underlying bitmap.
getMatrix() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getMatrixWidth() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getMode() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getName() - Method in class com.google.zxing.BarcodeFormat
 
getName() - Method in class com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
 
getName() - Method in class com.google.zxing.qrcode.decoder.Mode
 
getName() - Method in class com.google.zxing.ResultMetadataType
 
getNames() - Method in class com.google.zxing.client.result.AddressBookParsedResult
 
getNbDatablocks() - Method in class com.google.zxing.aztec.AztecDetectorResult
 
getNbLayers() - Method in class com.google.zxing.aztec.AztecDetectorResult
 
getNetworkEncryption() - Method in class com.google.zxing.client.result.WifiParsedResult
 
getNormalizedProductID() - Method in class com.google.zxing.client.result.ProductParsedResult
 
getNote() - Method in class com.google.zxing.client.result.AddressBookParsedResult
 
getNotFoundInstance() - Static method in exception com.google.zxing.NotFoundException
 
getNumber() - Method in class com.google.zxing.client.result.TelParsedResult
 
getNumbers() - Method in class com.google.zxing.client.result.SMSParsedResult
 
getNumBlocks() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getNumDataBytes() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getNumECBytes() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getNumRSBlocks() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getNumTotalBytes() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getOrg() - Method in class com.google.zxing.client.result.AddressBookParsedResult
 
getPackagingDate() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
getPassword() - Method in class com.google.zxing.client.result.WifiParsedResult
 
getPhoneNumbers() - Method in class com.google.zxing.client.result.AddressBookParsedResult
 
getPoints() - Method in class com.google.zxing.common.DetectorResult
 
getPossibleCenters() - Method in class com.google.zxing.qrcode.detector.FinderPatternFinder
 
getPrice() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
getPriceCurrency() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
getPriceIncrement() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
getProductID() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
getProductID() - Method in class com.google.zxing.client.result.ProductParsedResult
 
getProductionDate() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
getPronunciation() - Method in class com.google.zxing.client.result.AddressBookParsedResult
In Japanese, the name is written in kanji, which can have multiple readings.
getProvisionalVersionForDimension(int) - Static method in class com.google.zxing.qrcode.decoder.Version
Deduces version information purely from QR Code dimensions.
getQuery() - Method in class com.google.zxing.client.result.GeoParsedResult
 
getRawBytes() - Method in class com.google.zxing.common.DecoderResult
 
getRawBytes() - Method in class com.google.zxing.Result
 
getResultMetadata() - Method in class com.google.zxing.Result
 
getResultPointCallback() - Method in class com.google.zxing.qrcode.detector.Detector
 
getResultPoints() - Method in class com.google.zxing.oned.rss.FinderPattern
 
getResultPoints() - Method in class com.google.zxing.Result
 
getRow(int, BitArray) - Method in class com.google.zxing.common.BitMatrix
A fast method to retrieve one row of data from the matrix as a BitArray.
getRow(int, byte[]) - Method in class com.google.zxing.LuminanceSource
Fetches one row of luminance data from the underlying platform's bitmap.
getRSSvalue(int[], int, boolean) - Static method in class com.google.zxing.oned.rss.RSSUtils
 
getSize() - Method in class com.google.zxing.common.BitArray
 
getSize() - Method in class com.google.zxing.common.reedsolomon.GenericGF
 
getSizeInBytes() - Method in class com.google.zxing.common.BitArray
 
getSMSURI() - Method in class com.google.zxing.client.result.SMSParsedResult
 
getSscc() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
getSsid() - Method in class com.google.zxing.client.result.WifiParsedResult
 
getStart() - Method in class com.google.zxing.client.result.CalendarParsedResult
We would return the start and end date as a Date except that this code needs to work under JavaME / MIDP and there is no date parsing library available there, such as java.text.SimpleDateFormat.
getStartEnd() - Method in class com.google.zxing.oned.rss.FinderPattern
 
getSubject() - Method in class com.google.zxing.client.result.EmailAddressParsedResult
 
getSubject() - Method in class com.google.zxing.client.result.SMSParsedResult
 
getSummary() - Method in class com.google.zxing.client.result.CalendarParsedResult
 
getSymbolSizeColumns() - Method in class com.google.zxing.datamatrix.decoder.Version
 
getSymbolSizeRows() - Method in class com.google.zxing.datamatrix.decoder.Version
 
getTelURI() - Method in class com.google.zxing.client.result.TelParsedResult
 
getText() - Method in class com.google.zxing.client.result.TextParsedResult
 
getText() - Method in class com.google.zxing.common.DecoderResult
 
getText() - Method in class com.google.zxing.Result
 
getTimestamp() - Method in class com.google.zxing.Result
 
getTitle() - Method in class com.google.zxing.client.result.AddressBookParsedResult
 
getTitle() - Method in class com.google.zxing.client.result.optional.NDEFSmartPosterParsedResult
 
getTitle() - Method in class com.google.zxing.client.result.TelParsedResult
 
getTitle() - Method in class com.google.zxing.client.result.URIParsedResult
 
getTopLeft() - Method in class com.google.zxing.qrcode.detector.FinderPatternInfo
 
getTopLeftOnBit() - Method in class com.google.zxing.common.BitMatrix
This is useful in detecting a corner of a 'pure' barcode.
getTopRight() - Method in class com.google.zxing.qrcode.detector.FinderPatternInfo
 
getTotalCodewords() - Method in class com.google.zxing.datamatrix.decoder.Version
 
getTotalCodewords() - Method in class com.google.zxing.qrcode.decoder.Version
 
getTotalECCodewords() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getType() - Method in class com.google.zxing.client.result.ParsedResult
 
getUncommonAIs() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
getURI() - Method in class com.google.zxing.client.result.optional.NDEFSmartPosterParsedResult
 
getURI() - Method in class com.google.zxing.client.result.URIParsedResult
 
getURL() - Method in class com.google.zxing.client.result.AddressBookParsedResult
 
getValue() - Method in class com.google.zxing.common.ECI
 
getValue() - Method in class com.google.zxing.oned.rss.DataCharacter
 
getValue() - Method in class com.google.zxing.oned.rss.FinderPattern
 
getVersion() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getVersionForDimensions(int, int) - Static method in class com.google.zxing.datamatrix.decoder.Version
Deduces version information from Data Matrix dimensions.
getVersionForNumber(int) - Static method in class com.google.zxing.qrcode.decoder.Version
 
getVersionNumber() - Method in class com.google.zxing.datamatrix.decoder.Version
 
getVersionNumber() - Method in class com.google.zxing.qrcode.decoder.Version
 
getVias() - Method in class com.google.zxing.client.result.SMSParsedResult
 
getWeight() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
getWeightIncrement() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
getWeightType() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
getWidth() - Method in class com.google.zxing.BinaryBitmap
 
getWidth() - Method in class com.google.zxing.common.BitMatrix
 
getWidth() - Method in class com.google.zxing.LuminanceSource
 
getWidth() - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
getX() - Method in class com.google.zxing.ResultPoint
 
getY() - Method in class com.google.zxing.ResultPoint
 
GlobalHistogramBinarizer - Class in com.google.zxing.common
This Binarizer implementation uses the old ZXing global histogram approach.
GlobalHistogramBinarizer(LuminanceSource) - Constructor for class com.google.zxing.common.GlobalHistogramBinarizer
 
GridSampler - Class in com.google.zxing.common
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.
GridSampler() - Constructor for class com.google.zxing.common.GridSampler
 
guessEncoding(byte[], Hashtable) - Static method in class com.google.zxing.common.StringUtils
 

H

H - Static variable in class com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
H = ~30% correction
handlePossibleCenter(int[], int, int) - Method in class com.google.zxing.qrcode.detector.FinderPatternFinder
This is called when a horizontal scan finds a possible alignment pattern.
HANZI - Static variable in class com.google.zxing.qrcode.decoder.Mode
See GBT 18284-2000; "Hanzi" is a transliteration of this mode name.
hashCode() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
 
hashCode() - Method in class com.google.zxing.common.BitMatrix
 
hashCode() - Method in class com.google.zxing.ResultPoint
 
height - Variable in class com.google.zxing.common.BitMatrix
 
HybridBinarizer - Class in com.google.zxing.common
This class implements a local thresholding algorithm, which while slower than the GlobalHistogramBinarizer, is fairly efficient for what it does.
HybridBinarizer(LuminanceSource) - Constructor for class com.google.zxing.common.HybridBinarizer
 

I

increment(int[], float[]) - Static method in class com.google.zxing.oned.rss.AbstractRSSReader
 
information - Variable in class com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
 
insertionSort(Vector, Comparator) - Static method in class com.google.zxing.common.Collections
Sorts its argument (destructively) using insert sort; in the context of this package insertion sort is simple and efficient given its relatively small inputs.
INTEGER_MATH_SHIFT - Static variable in class com.google.zxing.oned.OneDReader
 
ISBN - Static variable in class com.google.zxing.client.result.ParsedResultType
 
ISBNParsedResult - Class in com.google.zxing.client.result
 
ISBNResultParser - Class in com.google.zxing.client.result
Parses strings of digits that represent a ISBN.
isCompact() - Method in class com.google.zxing.aztec.AztecDetectorResult
 
isCropSupported() - Method in class com.google.zxing.BinaryBitmap
 
isCropSupported() - Method in class com.google.zxing.LuminanceSource
 
isFinderPattern(int[]) - Static method in class com.google.zxing.oned.rss.AbstractRSSReader
 
isPossiblyMaliciousURI() - Method in class com.google.zxing.client.result.URIParsedResult
 
isRange(int, int, boolean) - Method in class com.google.zxing.common.BitArray
Efficient method to check if a range of bits is set, or not set.
isRotateSupported() - Method in class com.google.zxing.BinaryBitmap
 
isRotateSupported() - Method in class com.google.zxing.LuminanceSource
 
isStringOfDigits(String, int) - Static method in class com.google.zxing.client.result.ResultParser
 
isSubstringOfDigits(String, int, int) - Static method in class com.google.zxing.client.result.ResultParser
 
ISSUE_NUMBER - Static variable in class com.google.zxing.ResultMetadataType
For some periodicals, indicates the issue number as an Integer.
isValid() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
isValidMaskPattern(int) - Static method in class com.google.zxing.qrcode.encoder.QRCode
 
ITF - Static variable in class com.google.zxing.BarcodeFormat
ITF (Interleaved Two of Five) 1D format.
ITFReader - Class in com.google.zxing.oned
Implements decoding of the ITF format, or Interleaved Two of Five.
ITFReader() - Constructor for class com.google.zxing.oned.ITFReader
 
ITFWriter - Class in com.google.zxing.oned
This object renders a ITF code as a BitMatrix.
ITFWriter() - Constructor for class com.google.zxing.oned.ITFWriter
 

K

KANJI - Static variable in class com.google.zxing.qrcode.decoder.Mode
 
KILOGRAM - Static variable in class com.google.zxing.client.result.ExpandedProductParsedResult
 

L

L - Static variable in class com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
L = ~7% correction
LuminanceSource - Class in com.google.zxing
The purpose of this class hierarchy is to abstract different bitmap implementations across platforms into a standard interface for requesting greyscale luminance values.
LuminanceSource(int, int) - Constructor for class com.google.zxing.LuminanceSource
 

M

M - Static variable in class com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
M = ~15% correction
makeTypeInfoBits(ErrorCorrectionLevel, int, BitArray) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
 
makeVersionInfoBits(int, BitArray) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
 
MaskUtil - Class in com.google.zxing.qrcode.encoder
 
MatrixUtil - Class in com.google.zxing.qrcode.encoder
 
MAX_MODULES - Static variable in class com.google.zxing.qrcode.detector.FinderPatternFinder
 
maybeAppend(String, StringBuffer) - Static method in class com.google.zxing.client.result.ParsedResult
 
maybeAppend(String[], StringBuffer) - Static method in class com.google.zxing.client.result.ParsedResult
 
maybeAppend(String, StringBuffer) - Static method in class com.google.zxing.client.result.ResultParser
 
maybeAppend(String[], StringBuffer) - Static method in class com.google.zxing.client.result.ResultParser
 
maybeEmbedVersionInfo(int, ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
 
maybeWrap(String) - Static method in class com.google.zxing.client.result.ResultParser
 
MIN_SKIP - Static variable in class com.google.zxing.qrcode.detector.FinderPatternFinder
 
MOBILETAG_RICH_WEB - Static variable in class com.google.zxing.client.result.ParsedResultType
 
Mode - Class in com.google.zxing.qrcode.decoder
See ISO 18004:2006, 6.4.1, Tables 2 and 3.
MonochromeRectangleDetector - Class in com.google.zxing.common.detector
A somewhat generic detector that looks for a barcode-like rectangular region within an image.
MonochromeRectangleDetector(BitMatrix) - Constructor for class com.google.zxing.common.detector.MonochromeRectangleDetector
 
MultiDetector - Class in com.google.zxing.multi.qrcode.detector
Encapsulates logic that can detect one or more QR Codes in an image, even if the QR Code is rotated or skewed, or partially obscured.
MultiDetector(BitMatrix) - Constructor for class com.google.zxing.multi.qrcode.detector.MultiDetector
 
MultiFormatOneDReader - Class in com.google.zxing.oned
 
MultiFormatOneDReader(Hashtable) - Constructor for class com.google.zxing.oned.MultiFormatOneDReader
 
MultiFormatReader - Class in com.google.zxing
MultiFormatReader is a convenience class and the main entry point into the library for most uses.
MultiFormatReader() - Constructor for class com.google.zxing.MultiFormatReader
 
MultiFormatUPCEANReader - Class in com.google.zxing.oned
A reader that can read all available UPC/EAN formats.
MultiFormatUPCEANReader(Hashtable) - Constructor for class com.google.zxing.oned.MultiFormatUPCEANReader
 
MultiFormatWriter - Class in com.google.zxing
This is a factory class which finds the appropriate Writer subclass for the BarcodeFormat requested and encodes the barcode with the supplied contents.
MultiFormatWriter() - Constructor for class com.google.zxing.MultiFormatWriter
 
MultipleBarcodeReader - Interface in com.google.zxing.multi
Implementation of this interface attempt to read several barcodes from one image.

N

NDEF_SMART_POSTER - Static variable in class com.google.zxing.client.result.ParsedResultType
 
NDEFSmartPosterParsedResult - Class in com.google.zxing.client.result.optional
 
NEED_RESULT_POINT_CALLBACK - Static variable in class com.google.zxing.DecodeHintType
The caller needs to be notified via callback when a possible ResultPoint is found.
NotFoundException - Exception in com.google.zxing
Thrown when a barcode was not found in the image.
NUM_MASK_PATTERNS - Static variable in class com.google.zxing.qrcode.encoder.QRCode
 
NUMERIC - Static variable in class com.google.zxing.qrcode.decoder.Mode
 

O

oddCounts - Variable in class com.google.zxing.oned.rss.AbstractRSSReader
 
oddRoundingErrors - Variable in class com.google.zxing.oned.rss.AbstractRSSReader
 
OneDReader - Class in com.google.zxing.oned
Encapsulates functionality and implementation that is common to all families of one-dimensional barcodes.
OneDReader() - Constructor for class com.google.zxing.oned.OneDReader
 
orderBestPatterns(ResultPoint[]) - Static method in class com.google.zxing.ResultPoint
Orders an array of three ResultPoints in an order [A,B,C] such that AB < AC and BC < AC and the angle between BC and BA is less than 180 degrees.
ordinal() - Method in class com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
 
ORIENTATION - Static variable in class com.google.zxing.ResultMetadataType
Denotes the likely approximate orientation of the barcode in the image.
OTHER - Static variable in class com.google.zxing.DecodeHintType
Unspecified, application-specific hint.
OTHER - Static variable in class com.google.zxing.ResultMetadataType
Unspecified, application-specific metadata.

P

parse(Result) - Static method in class com.google.zxing.client.result.ISBNResultParser
 
ParsedResult - Class in com.google.zxing.client.result
Abstract class representing the result of decoding a barcode, as more than a String -- as some type of structured data.
ParsedResult(ParsedResultType) - Constructor for class com.google.zxing.client.result.ParsedResult
 
ParsedResultType - Class in com.google.zxing.client.result
Represents the type of data encoded by a barcode -- from plain text, to a URI, to an e-mail address, etc.
parseFinderValue(int[], int[][]) - Static method in class com.google.zxing.oned.rss.AbstractRSSReader
 
parseInformation() - Method in class com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
 
parseResult(Result) - Static method in class com.google.zxing.client.result.ResultParser
 
PATTERN_MATCH_RESULT_SCALE_FACTOR - Static variable in class com.google.zxing.oned.OneDReader
 
patternMatchVariance(int[], int[], int) - Static method in class com.google.zxing.oned.OneDReader
Determines how closely a set of observed counts of runs of black/white values matches a given target pattern.
PDF417Reader - Class in com.google.zxing.pdf417
This implementation can detect and decode PDF417 codes in an image.
PDF417Reader() - Constructor for class com.google.zxing.pdf417.PDF417Reader
 
PDF_417 - Static variable in class com.google.zxing.BarcodeFormat
PDF417 format.
PerspectiveTransform - Class in com.google.zxing.common
This class implements a perspective transform in two dimensions.
POSSIBLE_COUNTRY - Static variable in class com.google.zxing.ResultMetadataType
For some products, the possible country of manufacture as a String denoting the ISO country code.
POSSIBLE_FORMATS - Static variable in class com.google.zxing.DecodeHintType
Image is known to be of one of a few possible formats.
POUND - Static variable in class com.google.zxing.client.result.ExpandedProductParsedResult
 
processFinderPatternInfo(FinderPatternInfo) - Method in class com.google.zxing.qrcode.detector.Detector
 
PRODUCT - Static variable in class com.google.zxing.client.result.ParsedResultType
 
ProductParsedResult - Class in com.google.zxing.client.result
 
PURE_BARCODE - Static variable in class com.google.zxing.DecodeHintType
Image is a pure monochrome image of a barcode.
putAllMetadata(Hashtable) - Method in class com.google.zxing.Result
 
putMetadata(ResultMetadataType, Object) - Method in class com.google.zxing.Result
 

Q

Q - Static variable in class com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
Q = ~25% correction
QR_CODE - Static variable in class com.google.zxing.BarcodeFormat
QR Code 2D barcode format.
QR_CODE_FIELD_256 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
 
QRCode - Class in com.google.zxing.qrcode.encoder
 
QRCode() - Constructor for class com.google.zxing.qrcode.encoder.QRCode
 
QRCodeMultiReader - Class in com.google.zxing.multi.qrcode
This implementation can detect and decode multiple QR Codes in an image.
QRCodeMultiReader() - Constructor for class com.google.zxing.multi.qrcode.QRCodeMultiReader
 
QRCodeReader - Class in com.google.zxing.qrcode
This implementation can detect and decode QR Codes in an image.
QRCodeReader() - Constructor for class com.google.zxing.qrcode.QRCodeReader
 
QRCodeWriter - Class in com.google.zxing.qrcode
This object renders a QR Code as a BitMatrix 2D array of greyscale values.
QRCodeWriter() - Constructor for class com.google.zxing.qrcode.QRCodeWriter
 
quadrilateralToQuadrilateral(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Static method in class com.google.zxing.common.PerspectiveTransform
 
quadrilateralToSquare(float, float, float, float, float, float, float, float) - Static method in class com.google.zxing.common.PerspectiveTransform
 

R

readBits(int) - Method in class com.google.zxing.common.BitSource
 
Reader - Interface in com.google.zxing
Implementations of this interface can decode an image of a barcode in some format into the String it encodes.
ReaderException - Exception in com.google.zxing
The general exception class throw when something goes wrong during decoding of a barcode.
recordPattern(BitArray, int, int[]) - Static method in class com.google.zxing.oned.OneDReader
Records the size of successive runs of white and black pixels in a row, starting at a given point.
recordPatternInReverse(BitArray, int, int[]) - Static method in class com.google.zxing.oned.OneDReader
 
ReedSolomonDecoder - Class in com.google.zxing.common.reedsolomon
Implements Reed-Solomon decoding, as the name implies.
ReedSolomonDecoder(GenericGF) - Constructor for class com.google.zxing.common.reedsolomon.ReedSolomonDecoder
 
ReedSolomonEncoder - Class in com.google.zxing.common.reedsolomon
Implements Reed-Solomon enbcoding, as the name implies.
ReedSolomonEncoder(GenericGF) - Constructor for class com.google.zxing.common.reedsolomon.ReedSolomonEncoder
 
ReedSolomonException - Exception in com.google.zxing.common.reedsolomon
Thrown when an exception occurs during Reed-Solomon decoding, such as when there are too many errors to correct.
ReedSolomonException(String) - Constructor for exception com.google.zxing.common.reedsolomon.ReedSolomonException
 
reset() - Method in class com.google.zxing.aztec.AztecReader
 
reset() - Method in class com.google.zxing.datamatrix.DataMatrixReader
 
reset() - Method in class com.google.zxing.multi.ByQuadrantReader
 
reset() - Method in class com.google.zxing.MultiFormatReader
 
reset() - Method in class com.google.zxing.oned.MultiFormatOneDReader
 
reset() - Method in class com.google.zxing.oned.MultiFormatUPCEANReader
 
reset() - Method in class com.google.zxing.oned.OneDReader
 
reset() - Method in class com.google.zxing.oned.rss.expanded.RSSExpandedReader
 
reset() - Method in class com.google.zxing.oned.rss.RSS14Reader
 
reset() - Method in class com.google.zxing.pdf417.PDF417Reader
 
reset() - Method in class com.google.zxing.qrcode.QRCodeReader
 
reset() - Method in interface com.google.zxing.Reader
Resets any internal state the implementation has after a decode, to prepare it for reuse.
Result - Class in com.google.zxing
Encapsulates the result of decoding a barcode within an image.
Result(String, byte[], ResultPoint[], BarcodeFormat) - Constructor for class com.google.zxing.Result
 
Result(String, byte[], ResultPoint[], BarcodeFormat, long) - Constructor for class com.google.zxing.Result
 
ResultMetadataType - Class in com.google.zxing
Represents some type of metadata about the result of the decoding that the decoder wishes to communicate back to the caller.
ResultParser - Class in com.google.zxing.client.result
Abstract class representing the result of decoding a barcode, as more than a String -- as some type of structured data.
ResultParser() - Constructor for class com.google.zxing.client.result.ResultParser
 
ResultPoint - Class in com.google.zxing
Encapsulates a point of interest in an image containing a barcode.
ResultPoint(float, float) - Constructor for class com.google.zxing.ResultPoint
 
ResultPointCallback - Interface in com.google.zxing
Callback which is invoked when a possible result point (significant point in the barcode image such as a corner) is found.
reverse() - Method in class com.google.zxing.common.BitArray
Reverses all bits in the array.
rotateCounterClockwise() - Method in class com.google.zxing.BinaryBitmap
Returns a new object with rotated image data.
rotateCounterClockwise() - Method in class com.google.zxing.LuminanceSource
Returns a new object with rotated image data.
rowSize - Variable in class com.google.zxing.common.BitMatrix
 
RSS14Reader - Class in com.google.zxing.oned.rss
Decodes RSS-14, including truncated and stacked variants.
RSS14Reader() - Constructor for class com.google.zxing.oned.rss.RSS14Reader
 
RSS_14 - Static variable in class com.google.zxing.BarcodeFormat
RSS 14
RSS_EXPANDED - Static variable in class com.google.zxing.BarcodeFormat
RSS EXPANDED
RSSExpandedReader - Class in com.google.zxing.oned.rss.expanded
 
RSSExpandedReader() - Constructor for class com.google.zxing.oned.rss.expanded.RSSExpandedReader
 
RSSUtils - Class in com.google.zxing.oned.rss
Adapted from listings in ISO/IEC 24724 Appendix B and Appendix G.

S

sampleGrid(BitMatrix, int, int, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class com.google.zxing.common.DefaultGridSampler
 
sampleGrid(BitMatrix, int, int, PerspectiveTransform) - Method in class com.google.zxing.common.DefaultGridSampler
 
sampleGrid(BitMatrix, int, int, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class com.google.zxing.common.GridSampler
Samples an image for a rectangular matrix of bits of the given dimension.
sampleGrid(BitMatrix, int, int, PerspectiveTransform) - Method in class com.google.zxing.common.GridSampler
 
set(int) - Method in class com.google.zxing.common.BitArray
Sets bit i.
set(int, int) - Method in class com.google.zxing.common.BitMatrix
Sets the given bit to true.
set(int, int, byte) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
set(int, int, int) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
set(int, int, boolean) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
setBulk(int, int) - Method in class com.google.zxing.common.BitArray
Sets a block of 32 bits, starting at bit i.
setECLevel(ErrorCorrectionLevel) - Method in class com.google.zxing.qrcode.encoder.QRCode
 
setGridSampler(GridSampler) - Static method in class com.google.zxing.common.GridSampler
Sets the implementation of GridSampler used by the library.
setHints(Hashtable) - Method in class com.google.zxing.MultiFormatReader
This method adds state to the MultiFormatReader.
setMaskPattern(int) - Method in class com.google.zxing.qrcode.encoder.QRCode
 
setMatrix(ByteMatrix) - Method in class com.google.zxing.qrcode.encoder.QRCode
 
setMatrixWidth(int) - Method in class com.google.zxing.qrcode.encoder.QRCode
 
setMode(Mode) - Method in class com.google.zxing.qrcode.encoder.QRCode
 
setNumDataBytes(int) - Method in class com.google.zxing.qrcode.encoder.QRCode
 
setNumECBytes(int) - Method in class com.google.zxing.qrcode.encoder.QRCode
 
setNumRSBlocks(int) - Method in class com.google.zxing.qrcode.encoder.QRCode
 
setNumTotalBytes(int) - Method in class com.google.zxing.qrcode.encoder.QRCode
 
setRegion(int, int, int, int) - Method in class com.google.zxing.common.BitMatrix
Sets a square region of the bit matrix to true.
setVersion(int) - Method in class com.google.zxing.qrcode.encoder.QRCode
 
SHIFT_JIS - Static variable in class com.google.zxing.common.StringUtils
 
size - Variable in class com.google.zxing.common.BitArray
 
SMS - Static variable in class com.google.zxing.client.result.ParsedResultType
 
SMSParsedResult - Class in com.google.zxing.client.result
 
SMSParsedResult(String, String, String, String) - Constructor for class com.google.zxing.client.result.SMSParsedResult
 
SMSParsedResult(String[], String[], String, String) - Constructor for class com.google.zxing.client.result.SMSParsedResult
 
squareToQuadrilateral(float, float, float, float, float, float, float, float) - Static method in class com.google.zxing.common.PerspectiveTransform
 
StringUtils - Class in com.google.zxing.common
Common string-related functions.
STRUCTURED_APPEND - Static variable in class com.google.zxing.qrcode.decoder.Mode
 
SUGGESTED_PRICE - Static variable in class com.google.zxing.ResultMetadataType
For some products, indicates the suggested retail price in the barcode as a formatted String.

T

TEL - Static variable in class com.google.zxing.client.result.ParsedResultType
 
TelParsedResult - Class in com.google.zxing.client.result
 
TelParsedResult(String, String, String) - Constructor for class com.google.zxing.client.result.TelParsedResult
 
TERMINATOR - Static variable in class com.google.zxing.qrcode.decoder.Mode
 
TEXT - Static variable in class com.google.zxing.client.result.ParsedResultType
 
TextParsedResult - Class in com.google.zxing.client.result
A simple result type encapsulating a string that has no further interpretation.
TextParsedResult(String, String) - Constructor for class com.google.zxing.client.result.TextParsedResult
 
toBytes(int, byte[], int, int) - Method in class com.google.zxing.common.BitArray
 
toString() - Method in class com.google.zxing.BarcodeFormat
 
toString() - Method in class com.google.zxing.client.result.ParsedResult
 
toString() - Method in class com.google.zxing.client.result.ParsedResultType
 
toString() - Method in class com.google.zxing.common.BitArray
 
toString() - Method in class com.google.zxing.common.BitMatrix
 
toString() - Method in class com.google.zxing.datamatrix.decoder.Version
 
toString() - Method in class com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
 
toString() - Method in class com.google.zxing.qrcode.decoder.Mode
 
toString() - Method in class com.google.zxing.qrcode.decoder.Version
 
toString() - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
toString() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
toString() - Method in class com.google.zxing.Result
 
toString() - Method in class com.google.zxing.ResultMetadataType
 
toString() - Method in class com.google.zxing.ResultPoint
 
transformPoints(float[]) - Method in class com.google.zxing.common.PerspectiveTransform
 
transformPoints(float[], float[]) - Method in class com.google.zxing.common.PerspectiveTransform
Convenience method, not optimized for performance.
TRY_HARDER - Static variable in class com.google.zxing.DecodeHintType
Spend more time to try to find a barcode; optimize for accuracy, not speed.

U

unescapeBackslash(String) - Static method in class com.google.zxing.client.result.ResultParser
 
UPC_A - Static variable in class com.google.zxing.BarcodeFormat
UPC-A 1D format.
UPC_E - Static variable in class com.google.zxing.BarcodeFormat
UPC-E 1D format.
UPC_EAN_EXTENSION - Static variable in class com.google.zxing.BarcodeFormat
UPC/EAN extension format.
UPCAReader - Class in com.google.zxing.oned
Implements decoding of the UPC-A format.
UPCAReader() - Constructor for class com.google.zxing.oned.UPCAReader
 
UPCAWriter - Class in com.google.zxing.oned
This object renders a UPC-A code as a BitMatrix.
UPCAWriter() - Constructor for class com.google.zxing.oned.UPCAWriter
 
UPCEANReader - Class in com.google.zxing.oned
Encapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.
UPCEANReader() - Constructor for class com.google.zxing.oned.UPCEANReader
 
UPCEANWriter - Class in com.google.zxing.oned
Encapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.
UPCEANWriter() - Constructor for class com.google.zxing.oned.UPCEANWriter
 
UPCEReader - Class in com.google.zxing.oned
Implements decoding of the UPC-E format.
UPCEReader() - Constructor for class com.google.zxing.oned.UPCEReader
 
URI - Static variable in class com.google.zxing.client.result.ParsedResultType
 
URIParsedResult - Class in com.google.zxing.client.result
 
URIParsedResult(String, String) - Constructor for class com.google.zxing.client.result.URIParsedResult
 

V

valueOf(String) - Static method in class com.google.zxing.BarcodeFormat
 
valueOf(String) - Static method in class com.google.zxing.ResultMetadataType
 
Version - Class in com.google.zxing.datamatrix.decoder
The Version object encapsulates attributes about a particular size Data Matrix Code.
Version - Class in com.google.zxing.qrcode.decoder
See ISO 18004:2006 Annex D
Version.ECB - Class in com.google.zxing.qrcode.decoder
Encapsualtes the parameters for one error-correction block in one symbol version.
Version.ECBlocks - Class in com.google.zxing.qrcode.decoder
Encapsulates a set of error-correction blocks in one symbol version.

W

WhiteRectangleDetector - Class in com.google.zxing.common.detector
Detects a candidate barcode-like rectangular region within an image.
WhiteRectangleDetector(BitMatrix) - Constructor for class com.google.zxing.common.detector.WhiteRectangleDetector
 
WhiteRectangleDetector(BitMatrix, int, int, int) - Constructor for class com.google.zxing.common.detector.WhiteRectangleDetector
 
width - Variable in class com.google.zxing.common.BitMatrix
 
WIFI - Static variable in class com.google.zxing.client.result.ParsedResultType
 
WifiParsedResult - Class in com.google.zxing.client.result
 
WifiParsedResult(String, String, String) - Constructor for class com.google.zxing.client.result.WifiParsedResult
 
Writer - Interface in com.google.zxing
The base class for all objects which encode/generate a barcode image.
WriterException - Exception in com.google.zxing
A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.
WriterException() - Constructor for exception com.google.zxing.WriterException
 
WriterException(String) - Constructor for exception com.google.zxing.WriterException
 

X

xor(BitArray) - Method in class com.google.zxing.common.BitArray
 

A B C D E F G H I K L M N O P Q R S T U V W X

Copyright © 2007-2012. All Rights Reserved.