跳过导航链接
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 - com.google.zxing.oned.rss.expanded.decoders中的类
 
AbstractRSSReader - com.google.zxing.oned.rss中的类
Superclass of OneDReader implementations that read barcodes in the RSS family of formats.
AbstractRSSReader() - 类 的构造器com.google.zxing.oned.rss.AbstractRSSReader
 
ACTION - 类 中的静态变量com.google.zxing.client.android.Intents.Encode
Send this intent to encode a piece of data as a QR code and display it full screen, so that another person can scan the barcode from your screen.
ACTION - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Send this intent to open the Barcodes app in scanning mode, find a barcode, and return the results.
ACTION - 类 中的静态变量com.google.zxing.client.android.Intents.SearchBookContents
Use Google Book Search to search the contents of the book provided.
ACTION - 类 中的静态变量com.google.zxing.client.android.Intents.Share
Give the user a choice of items to encode as a barcode, then render it as a QR Code and display onscreen for a friend to scan with their phone.
ACTION - 类 中的静态变量com.google.zxing.client.android.Intents.WifiConnect
Internal intent used to trigger connection to a wi-fi network.
addPossibleResultPoint(ResultPoint) - 类 中的方法com.google.zxing.client.android.ViewfinderView
 
AddressBookAUResultParser - com.google.zxing.client.result中的类
Implements KDDI AU's address book format.
AddressBookAUResultParser() - 类 的构造器com.google.zxing.client.result.AddressBookAUResultParser
 
AddressBookDoCoMoResultParser - com.google.zxing.client.result中的类
Implements the "MECARD" address book entry format.
AddressBookDoCoMoResultParser() - 类 的构造器com.google.zxing.client.result.AddressBookDoCoMoResultParser
 
AddressBookParsedResult - com.google.zxing.client.result中的类
Represents a parsed result that encodes contact information, like that in an address book entry.
AddressBookParsedResult(String[], String[], String[], String[], String[], String[], String[]) - 类 的构造器com.google.zxing.client.result.AddressBookParsedResult
 
AddressBookParsedResult(String[], String[], String, String[], String[], String[], String[], String, String, String[], String[], String, String, String, String[], String[]) - 类 的构造器com.google.zxing.client.result.AddressBookParsedResult
 
addResultPoints(ResultPoint[]) - 类 中的方法com.google.zxing.Result
 
AlignmentPattern - com.google.zxing.qrcode.detector中的类
Encapsulates an alignment pattern, which are the smaller square patterns found in all but the simplest QR Codes.
appendBit(boolean) - 类 中的方法com.google.zxing.common.BitArray
 
appendBitArray(BitArray) - 类 中的方法com.google.zxing.common.BitArray
 
appendBits(int, int) - 类 中的方法com.google.zxing.common.BitArray
Appends the least-significant bits, from value, in order from most-significant to least-significant.
appendPattern(boolean[], int, int[], boolean) - 类 中的静态方法com.google.zxing.oned.Code93Writer
 
appendPattern(boolean[], int, int[], boolean) - 类 中的静态方法com.google.zxing.oned.OneDimensionalCodeWriter
 
applyMirroredCorrection(ResultPoint[]) - 类 中的方法com.google.zxing.qrcode.decoder.QRCodeDecoderMetaData
Apply the result points' order correction due to mirroring.
AutoScannerView - com.google.zxing.client.android中的类
Created by yangxixi on 16/11/22.
AutoScannerView(Context, AttributeSet) - 类 的构造器com.google.zxing.client.android.AutoScannerView
 
available() - 类 中的方法com.google.zxing.common.BitSource
 
AZTEC_DATA_10 - 类 中的静态变量com.google.zxing.common.reedsolomon.GenericGF
 
AZTEC_DATA_12 - 类 中的静态变量com.google.zxing.common.reedsolomon.GenericGF
 
AZTEC_DATA_6 - 类 中的静态变量com.google.zxing.common.reedsolomon.GenericGF
 
AZTEC_DATA_8 - 类 中的静态变量com.google.zxing.common.reedsolomon.GenericGF
 
AZTEC_MODE - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Decode only Aztec.
AZTEC_PARAM - 类 中的静态变量com.google.zxing.common.reedsolomon.GenericGF
 
AztecCode - com.google.zxing.aztec.encoder中的类
Aztec 2D code representation
AztecCode() - 类 的构造器com.google.zxing.aztec.encoder.AztecCode
 
AztecDetectorResult - com.google.zxing.aztec中的类
Extends DetectorResult with more information specific to the Aztec format, like the number of layers and whether it's compact.
AztecDetectorResult(BitMatrix, ResultPoint[], boolean, int, int) - 类 的构造器com.google.zxing.aztec.AztecDetectorResult
 
AztecReader - com.google.zxing.aztec中的类
This implementation can detect and decode Aztec codes in an image.
AztecReader() - 类 的构造器com.google.zxing.aztec.AztecReader
 
AztecWriter - com.google.zxing.aztec中的类
Renders an Aztec code as a BitMatrix.
AztecWriter() - 类 的构造器com.google.zxing.aztec.AztecWriter
 

B

BarcodeFormat - com.google.zxing中的枚举
Enumerates barcode formats known to this package.
BarcodeMatrix - com.google.zxing.pdf417.encoder中的类
Holds all of the information for a barcode in a format where it can be easily accessable
BARS_IN_MODULE - 类 中的静态变量com.google.zxing.pdf417.PDF417Common
 
BaseCaptureActivity - com.google.zxing.client.android中的类
Created by yangxixi on 16/11/21.
BaseCaptureActivity() - 类 的构造器com.google.zxing.client.android.BaseCaptureActivity
 
BeepManager - com.google.zxing.client.android中的类
Manages beeps and vibrations for BaseCaptureActivity.
BeepManager(Activity) - 类 的构造器com.google.zxing.client.android.BeepManager
 
Binarizer - com.google.zxing中的类
This class hierarchy provides a set of methods to convert luminance data to 1 bit data.
Binarizer(LuminanceSource) - 类 的构造器com.google.zxing.Binarizer
 
BinaryBitmap - com.google.zxing中的类
This class is the core bitmap class used by ZXing to represent 1 bit data.
BinaryBitmap(Binarizer) - 类 的构造器com.google.zxing.BinaryBitmap
 
BitArray - com.google.zxing.common中的类
A simple, fast array of bits, represented compactly by an array of ints internally.
BitArray() - 类 的构造器com.google.zxing.common.BitArray
 
BitArray(int) - 类 的构造器com.google.zxing.common.BitArray
 
BitMatrix - com.google.zxing.common中的类
Represents a 2D matrix of bits.
BitMatrix(int) - 类 的构造器com.google.zxing.common.BitMatrix
 
BitMatrix(int, int) - 类 的构造器com.google.zxing.common.BitMatrix
 
BitSource - 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[]) - 类 的构造器com.google.zxing.common.BitSource
 
BizcardResultParser - com.google.zxing.client.result中的类
Implements the "BIZCARD" address book entry format, though this has been largely reverse-engineered from examples observed in the wild -- still looking for a definitive reference.
BizcardResultParser() - 类 的构造器com.google.zxing.client.result.BizcardResultParser
 
BookmarkDoCoMoResultParser - com.google.zxing.client.result中的类
 
BookmarkDoCoMoResultParser() - 类 的构造器com.google.zxing.client.result.BookmarkDoCoMoResultParser
 
buildLuminanceSource(byte[], int, int) - 类 中的方法com.google.zxing.client.android.camera.CameraManager
A factory method to build the appropriate LuminanceSource object based on the format of the preview buffers, as described by Camera.Parameters.
ByQuadrantReader - 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) - 类 的构造器com.google.zxing.multi.ByQuadrantReader
 
ByteMatrix - com.google.zxing.qrcode.encoder中的类
JAVAPORT: The original code was a 2D array of ints, but since it only ever gets assigned -1, 0, and 1, I'm going to use less memory and go with bytes.
ByteMatrix(int, int) - 类 的构造器com.google.zxing.qrcode.encoder.ByteMatrix
 

C

calculateModuleSize(ResultPoint, ResultPoint, ResultPoint) - 类 中的方法com.google.zxing.qrcode.detector.Detector
Computes an average estimated module size based on estimated derived from the positions of the three finder patterns.
CalendarParsedResult - com.google.zxing.client.result中的类
Represents a parsed result that encodes a calendar event at a certain time, optionally with attendees and a location.
CalendarParsedResult(String, String, String, String, String, String, String[], String, double, double) - 类 的构造器com.google.zxing.client.result.CalendarParsedResult
 
CAMERA_ID - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Optional parameter to specify the id of the camera from which to recognize barcodes.
CameraConfigurationUtils - com.google.zxing.client.android.camera中的类
Utility methods for configuring the Android camera.
CameraFacing - com.google.zxing.client.android.camera.open中的枚举
Enumeration of directions a camera may face: front or back.
cameraManager - 类 中的变量com.google.zxing.client.android.BaseCaptureActivity
 
CameraManager - com.google.zxing.client.android.camera中的类
This object wraps the Camera service object and expects to be the only one talking to it.
CameraManager(Context) - 类 的构造器com.google.zxing.client.android.camera.CameraManager
 
CaptureActivityHandler - com.google.zxing.client.android中的类
This class handles all the messaging which comprises the state machine for capture.
CaptureActivityHandler(BaseCaptureActivity, Collection<BarcodeFormat>, Map<DecodeHintType, ?>, String, CameraManager) - 类 的构造器com.google.zxing.client.android.CaptureActivityHandler
 
CHARACTER_SET - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
 
CharacterSetECI - com.google.zxing.common中的枚举
Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1 of ISO 18004.
checkAndNudgePoints(BitMatrix, float[]) - 类 中的静态方法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) - 类 中的方法com.google.zxing.oned.UPCEReader
 
ChecksumException - com.google.zxing中的异常错误
Thrown when a barcode was successfully detected and decoded, but was not returned because its checksum feature failed.
chooseMode(String) - 类 中的静态方法com.google.zxing.qrcode.encoder.Encoder
 
clear() - 类 中的方法com.google.zxing.common.BitArray
Clears all bits (sets to false).
clear() - 类 中的方法com.google.zxing.common.BitMatrix
Clears all bits (sets to false).
clear(byte) - 类 中的方法com.google.zxing.qrcode.encoder.ByteMatrix
 
clone() - 类 中的方法com.google.zxing.common.BitArray
 
clone() - 类 中的方法com.google.zxing.common.BitMatrix
 
close() - 类 中的方法com.google.zxing.client.android.BeepManager
 
closeDriver() - 类 中的方法com.google.zxing.client.android.camera.CameraManager
Closes the camera driver if still in use.
CodaBarReader - com.google.zxing.oned中的类
Decodes Codabar barcodes.
CodaBarReader() - 类 的构造器com.google.zxing.oned.CodaBarReader
 
CodaBarWriter - com.google.zxing.oned中的类
This class renders CodaBar as boolean[].
CodaBarWriter() - 类 的构造器com.google.zxing.oned.CodaBarWriter
 
Code128Reader - com.google.zxing.oned中的类
Decodes Code 128 barcodes.
Code128Reader() - 类 的构造器com.google.zxing.oned.Code128Reader
 
Code128Writer - com.google.zxing.oned中的类
This object renders a CODE128 code as a BitMatrix.
Code128Writer() - 类 的构造器com.google.zxing.oned.Code128Writer
 
Code39Reader - com.google.zxing.oned中的类
Decodes Code 39 barcodes.
Code39Reader() - 类 的构造器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) - 类 的构造器com.google.zxing.oned.Code39Reader
Creates a reader that can be configured to check the last character as a check digit.
Code39Reader(boolean, boolean) - 类 的构造器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 - com.google.zxing.oned中的类
This object renders a CODE39 code as a BitMatrix.
Code39Writer() - 类 的构造器com.google.zxing.oned.Code39Writer
 
Code93Reader - com.google.zxing.oned中的类
Decodes Code 93 barcodes.
Code93Reader() - 类 的构造器com.google.zxing.oned.Code93Reader
 
Code93Writer - com.google.zxing.oned中的类
This object renders a CODE93 code as a BitMatrix
Code93Writer() - 类 的构造器com.google.zxing.oned.Code93Writer
 
collectStats(Camera.Parameters) - 类 中的静态方法com.google.zxing.client.android.camera.CameraConfigurationUtils
 
collectStats(CharSequence) - 类 中的静态方法com.google.zxing.client.android.camera.CameraConfigurationUtils
 
com.google.zxing - 程序包 com.google.zxing
 
com.google.zxing.aztec - 程序包 com.google.zxing.aztec
 
com.google.zxing.aztec.decoder - 程序包 com.google.zxing.aztec.decoder
 
com.google.zxing.aztec.detector - 程序包 com.google.zxing.aztec.detector
 
com.google.zxing.aztec.encoder - 程序包 com.google.zxing.aztec.encoder
 
com.google.zxing.client.android - 程序包 com.google.zxing.client.android
 
com.google.zxing.client.android.camera - 程序包 com.google.zxing.client.android.camera
 
com.google.zxing.client.android.camera.open - 程序包 com.google.zxing.client.android.camera.open
 
com.google.zxing.client.result - 程序包 com.google.zxing.client.result
 
com.google.zxing.common - 程序包 com.google.zxing.common
 
com.google.zxing.common.detector - 程序包 com.google.zxing.common.detector
 
com.google.zxing.common.reedsolomon - 程序包 com.google.zxing.common.reedsolomon
 
com.google.zxing.datamatrix - 程序包 com.google.zxing.datamatrix
 
com.google.zxing.datamatrix.decoder - 程序包 com.google.zxing.datamatrix.decoder
 
com.google.zxing.datamatrix.detector - 程序包 com.google.zxing.datamatrix.detector
 
com.google.zxing.datamatrix.encoder - 程序包 com.google.zxing.datamatrix.encoder
 
com.google.zxing.maxicode - 程序包 com.google.zxing.maxicode
 
com.google.zxing.maxicode.decoder - 程序包 com.google.zxing.maxicode.decoder
 
com.google.zxing.multi - 程序包 com.google.zxing.multi
 
com.google.zxing.multi.qrcode - 程序包 com.google.zxing.multi.qrcode
 
com.google.zxing.multi.qrcode.detector - 程序包 com.google.zxing.multi.qrcode.detector
 
com.google.zxing.oned - 程序包 com.google.zxing.oned
 
com.google.zxing.oned.rss - 程序包 com.google.zxing.oned.rss
 
com.google.zxing.oned.rss.expanded - 程序包 com.google.zxing.oned.rss.expanded
 
com.google.zxing.oned.rss.expanded.decoders - 程序包 com.google.zxing.oned.rss.expanded.decoders
 
com.google.zxing.pdf417 - 程序包 com.google.zxing.pdf417
 
com.google.zxing.pdf417.decoder - 程序包 com.google.zxing.pdf417.decoder
 
com.google.zxing.pdf417.decoder.ec - 程序包 com.google.zxing.pdf417.decoder.ec
 
com.google.zxing.pdf417.detector - 程序包 com.google.zxing.pdf417.detector
 
com.google.zxing.pdf417.encoder - 程序包 com.google.zxing.pdf417.encoder
 
com.google.zxing.qrcode - 程序包 com.google.zxing.qrcode
 
com.google.zxing.qrcode.decoder - 程序包 com.google.zxing.qrcode.decoder
 
com.google.zxing.qrcode.detector - 程序包 com.google.zxing.qrcode.detector
 
com.google.zxing.qrcode.encoder - 程序包 com.google.zxing.qrcode.encoder
 
Compaction - com.google.zxing.pdf417.encoder中的枚举
Represents possible PDF417 barcode compaction types.
convertUPCEtoUPCA(String) - 类 中的静态方法com.google.zxing.oned.UPCEReader
Expands a UPC-E value back into its full, equivalent UPC-A code value.
count(int[]) - 类 中的静态方法com.google.zxing.oned.rss.AbstractRSSReader
已过时。
createBinarizer(LuminanceSource) - 类 中的方法com.google.zxing.Binarizer
Creates a new object with the same type as this Binarizer implementation, but with pristine state.
createBinarizer(LuminanceSource) - 类 中的方法com.google.zxing.common.GlobalHistogramBinarizer
 
createBinarizer(LuminanceSource) - 类 中的方法com.google.zxing.common.HybridBinarizer
 
createDecoder(BitArray) - 类 中的静态方法com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
 
crop(int, int, int, int) - 类 中的方法com.google.zxing.BinaryBitmap
Returns a new object with cropped image data.
crop(int, int, int, int) - 类 中的方法com.google.zxing.InvertedLuminanceSource
 
crop(int, int, int, int) - 类 中的方法com.google.zxing.LuminanceSource
Returns a new object with cropped image data.
crop(int, int, int, int) - 类 中的方法com.google.zxing.PlanarYUVLuminanceSource
 
crop(int, int, int, int) - 类 中的方法com.google.zxing.RGBLuminanceSource
 

D

DATA - 类 中的静态变量com.google.zxing.client.android.Intents.Encode
The data to encode.
DATA_MATRIX_FIELD_256 - 类 中的静态变量com.google.zxing.common.reedsolomon.GenericGF
 
DATA_MATRIX_MODE - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Decode only Data Matrix codes.
DataCharacter - com.google.zxing.oned.rss中的类
Encapsulates a since character value in an RSS barcode, including its checksum information.
DataCharacter(int, int) - 类 的构造器com.google.zxing.oned.rss.DataCharacter
 
DataMatrixReader - com.google.zxing.datamatrix中的类
This implementation can detect and decode Data Matrix codes in an image.
DataMatrixReader() - 类 的构造器com.google.zxing.datamatrix.DataMatrixReader
 
DataMatrixWriter - com.google.zxing.datamatrix中的类
This object renders a Data Matrix code as a BitMatrix 2D array of greyscale values.
DataMatrixWriter() - 类 的构造器com.google.zxing.datamatrix.DataMatrixWriter
 
dealDecode(Result, Bitmap, float) - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
chu
decode(BinaryBitmap) - 类 中的方法com.google.zxing.aztec.AztecReader
Locates and decodes a Data Matrix code in an image.
decode(BinaryBitmap, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.aztec.AztecReader
 
decode(AztecDetectorResult) - 类 中的方法com.google.zxing.aztec.decoder.Decoder
 
decode - 类 中的静态变量com.google.zxing.client.android.Ids
 
decode(int[], int) - 类 中的方法com.google.zxing.common.reedsolomon.ReedSolomonDecoder
Decodes given set of received codewords, which include both data and error-correction codewords.
decode(BinaryBitmap) - 类 中的方法com.google.zxing.datamatrix.DataMatrixReader
Locates and decodes a Data Matrix code in an image.
decode(BinaryBitmap, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.datamatrix.DataMatrixReader
 
decode(boolean[][]) - 类 中的方法com.google.zxing.datamatrix.decoder.Decoder
Convenience method that can decode a Data Matrix Code represented as a 2D array of booleans.
decode(BitMatrix) - 类 中的方法com.google.zxing.datamatrix.decoder.Decoder
Decodes a Data Matrix Code represented as a BitMatrix.
decode(BitMatrix) - 类 中的方法com.google.zxing.maxicode.decoder.Decoder
 
decode(BitMatrix, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.maxicode.decoder.Decoder
 
decode(BinaryBitmap) - 类 中的方法com.google.zxing.maxicode.MaxiCodeReader
Locates and decodes a MaxiCode in an image.
decode(BinaryBitmap, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.maxicode.MaxiCodeReader
 
decode(BinaryBitmap) - 类 中的方法com.google.zxing.multi.ByQuadrantReader
 
decode(BinaryBitmap, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.multi.ByQuadrantReader
 
decode(BinaryBitmap) - 类 中的方法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, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.MultiFormatReader
Decode an image using the hints provided.
decode(BinaryBitmap) - 类 中的方法com.google.zxing.oned.OneDReader
 
decode(BinaryBitmap, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.oned.OneDReader
 
decode(BinaryBitmap) - 类 中的方法com.google.zxing.oned.UPCAReader
 
decode(BinaryBitmap, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.oned.UPCAReader
 
decode(int[], int, int[]) - 类 中的方法com.google.zxing.pdf417.decoder.ec.ErrorCorrection
 
decode(BitMatrix, ResultPoint, ResultPoint, ResultPoint, ResultPoint, int, int) - 类 中的静态方法com.google.zxing.pdf417.decoder.PDF417ScanningDecoder
 
decode(BinaryBitmap) - 类 中的方法com.google.zxing.pdf417.PDF417Reader
Locates and decodes a PDF417 code in an image.
decode(BinaryBitmap, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.pdf417.PDF417Reader
 
decode(boolean[][]) - 类 中的方法com.google.zxing.qrcode.decoder.Decoder
 
decode(boolean[][], Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.qrcode.decoder.Decoder
Convenience method that can decode a QR Code represented as a 2D array of booleans.
decode(BitMatrix) - 类 中的方法com.google.zxing.qrcode.decoder.Decoder
 
decode(BitMatrix, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.qrcode.decoder.Decoder
Decodes a QR Code represented as a BitMatrix.
decode(BinaryBitmap) - 类 中的方法com.google.zxing.qrcode.QRCodeReader
Locates and decodes a QR code in an image.
decode(BinaryBitmap, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.qrcode.QRCodeReader
 
decode(BinaryBitmap) - 接口 中的方法com.google.zxing.Reader
Locates and decodes a barcode in some format within an image.
decode(BinaryBitmap, Map<DecodeHintType, ?>) - 接口 中的方法com.google.zxing.Reader
Locates and decodes a barcode in some format within an image.
decode_failed - 类 中的静态变量com.google.zxing.client.android.Ids
 
decode_succeeded - 类 中的静态变量com.google.zxing.client.android.Ids
 
decodeEnd(BitArray, int) - 类 中的方法com.google.zxing.oned.UPCEReader
 
DecodeFormatManager - com.google.zxing.client.android中的类
 
DecodeHintManager - com.google.zxing.client.android中的类
 
DecodeHintType - 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[], StringBuilder) - 类 中的方法com.google.zxing.oned.EAN13Reader
 
decodeMiddle(BitArray, int[], StringBuilder) - 类 中的方法com.google.zxing.oned.EAN8Reader
 
decodeMiddle(BitArray, int[], StringBuilder) - 类 中的方法com.google.zxing.oned.UPCAReader
 
decodeMiddle(BitArray, int[], StringBuilder) - 类 中的方法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[], StringBuilder) - 类 中的方法com.google.zxing.oned.UPCEReader
 
decodeMultiple(BinaryBitmap) - 类 中的方法com.google.zxing.multi.GenericMultipleBarcodeReader
 
decodeMultiple(BinaryBitmap, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.multi.GenericMultipleBarcodeReader
 
decodeMultiple(BinaryBitmap) - 接口 中的方法com.google.zxing.multi.MultipleBarcodeReader
 
decodeMultiple(BinaryBitmap, Map<DecodeHintType, ?>) - 接口 中的方法com.google.zxing.multi.MultipleBarcodeReader
 
decodeMultiple(BinaryBitmap) - 类 中的方法com.google.zxing.multi.qrcode.QRCodeMultiReader
 
decodeMultiple(BinaryBitmap, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.multi.qrcode.QRCodeMultiReader
 
decodeMultiple(BinaryBitmap) - 类 中的方法com.google.zxing.pdf417.PDF417Reader
 
decodeMultiple(BinaryBitmap, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.pdf417.PDF417Reader
 
Decoder - 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() - 类 的构造器com.google.zxing.aztec.decoder.Decoder
 
Decoder - 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() - 类 的构造器com.google.zxing.datamatrix.decoder.Decoder
 
Decoder - com.google.zxing.maxicode.decoder中的类
The main class which implements MaxiCode decoding -- as opposed to locating and extracting the MaxiCode from an image.
Decoder() - 类 的构造器com.google.zxing.maxicode.decoder.Decoder
 
Decoder - 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() - 类 的构造器com.google.zxing.qrcode.decoder.Decoder
 
decodeRow(int, BitArray, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.oned.CodaBarReader
 
decodeRow(int, BitArray, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.oned.Code128Reader
 
decodeRow(int, BitArray, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.oned.Code39Reader
 
decodeRow(int, BitArray, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.oned.Code93Reader
 
decodeRow(int, BitArray, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.oned.ITFReader
 
decodeRow(int, BitArray, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.oned.MultiFormatOneDReader
 
decodeRow(int, BitArray, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.oned.MultiFormatUPCEANReader
 
decodeRow(int, BitArray, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.oned.OneDReader
Attempts to decode a one-dimensional barcode format given a single row of an image.
decodeRow(int, BitArray, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.oned.rss.expanded.RSSExpandedReader
 
decodeRow(int, BitArray, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.oned.rss.RSS14Reader
 
decodeRow(int, BitArray, int[], Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.oned.UPCAReader
 
decodeRow(int, BitArray, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.oned.UPCAReader
 
decodeRow(int, BitArray, Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.oned.UPCEANReader
 
decodeRow(int, BitArray, int[], Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.oned.UPCEANReader
Like UPCEANReader.decodeRow(int, BitArray, Map), but allows caller to inform method about where the UPC/EAN start pattern is found.
DecoderResult - com.google.zxing.common中的类
Encapsulates the result of decoding a matrix of bits.
DecoderResult(byte[], String, List<byte[]>, String) - 类 的构造器com.google.zxing.common.DecoderResult
 
DecoderResult(byte[], String, List<byte[]>, String, int, int) - 类 的构造器com.google.zxing.common.DecoderResult
 
decodeWithState(BinaryBitmap) - 类 中的方法com.google.zxing.MultiFormatReader
Decode an image using the state set up by calling setHints() previously.
decrement(int[], float[]) - 类 中的静态方法com.google.zxing.oned.rss.AbstractRSSReader
 
DEFAULT_AZTEC_LAYERS - 类 中的静态变量com.google.zxing.aztec.encoder.Encoder
 
DEFAULT_EC_PERCENT - 类 中的静态变量com.google.zxing.aztec.encoder.Encoder
 
DefaultGridSampler - com.google.zxing.common中的类
 
DefaultGridSampler() - 类 的构造器com.google.zxing.common.DefaultGridSampler
 
DefaultPlacement - com.google.zxing.datamatrix.encoder中的类
Symbol Character Placement Program.
DefaultPlacement(CharSequence, int, int) - 类 的构造器com.google.zxing.datamatrix.encoder.DefaultPlacement
Main constructor
detect() - 类 中的方法com.google.zxing.aztec.detector.Detector
 
detect(boolean) - 类 中的方法com.google.zxing.aztec.detector.Detector
Detects an Aztec Code in an image.
detect() - 类 中的方法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() - 类 中的方法com.google.zxing.common.detector.WhiteRectangleDetector
Detects a candidate barcode-like rectangular region within an image.
detect() - 类 中的方法com.google.zxing.datamatrix.detector.Detector
Detects a Data Matrix Code in an image.
detect(BinaryBitmap, Map<DecodeHintType, ?>, boolean) - 类 中的静态方法com.google.zxing.pdf417.detector.Detector
Detects a PDF417 Code in an image.
detect() - 类 中的方法com.google.zxing.qrcode.detector.Detector
Detects a QR Code in an image.
detect(Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.qrcode.detector.Detector
Detects a QR Code in an image.
detectMulti(Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.multi.qrcode.detector.MultiDetector
 
Detector - 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) - 类 的构造器com.google.zxing.aztec.detector.Detector
 
Detector - 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) - 类 的构造器com.google.zxing.datamatrix.detector.Detector
 
Detector - 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 - 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) - 类 的构造器com.google.zxing.qrcode.detector.Detector
 
DetectorResult - com.google.zxing.common中的类
Encapsulates the result of detecting a barcode in an image.
DetectorResult(BitMatrix, ResultPoint[]) - 类 的构造器com.google.zxing.common.DetectorResult
 
determineConsecutiveDigitCount(CharSequence, int) - 类 中的静态方法com.google.zxing.datamatrix.encoder.HighLevelEncoder
Determines the number of consecutive characters that are encodable using numeric compaction.
Dimension - com.google.zxing中的类
Simply encapsulates a width and height.
Dimension(int, int) - 类 的构造器com.google.zxing.Dimension
 
Dimensions - com.google.zxing.pdf417.encoder中的类
Data object to specify the minimum and maximum number of rows and columns for a PDF417 barcode.
Dimensions(int, int, int, int) - 类 的构造器com.google.zxing.pdf417.encoder.Dimensions
 
distance(float, float, float, float) - 类 中的静态方法com.google.zxing.common.detector.MathUtils
 
distance(int, int, int, int) - 类 中的静态方法com.google.zxing.common.detector.MathUtils
 
distance(ResultPoint, ResultPoint) - 类 中的静态方法com.google.zxing.ResultPoint
 
drawResultBitmap(Bitmap) - 类 中的方法com.google.zxing.client.android.ViewfinderView
Draw a bitmap with the result points highlighted instead of the live scanning display.
drawViewfinder() - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
 
drawViewfinder() - 类 中的方法com.google.zxing.client.android.ViewfinderView
 

E

EAN13Reader - com.google.zxing.oned中的类
Implements decoding of the EAN-13 format.
EAN13Reader() - 类 的构造器com.google.zxing.oned.EAN13Reader
 
EAN13Writer - com.google.zxing.oned中的类
This object renders an EAN13 code as a BitMatrix.
EAN13Writer() - 类 的构造器com.google.zxing.oned.EAN13Writer
 
EAN8Reader - com.google.zxing.oned中的类
Implements decoding of the EAN-8 format.
EAN8Reader() - 类 的构造器com.google.zxing.oned.EAN8Reader
 
EAN8Writer - com.google.zxing.oned中的类
This object renders an EAN8 code as a BitMatrix.
EAN8Writer() - 类 的构造器com.google.zxing.oned.EAN8Writer
 
EmailAddressParsedResult - com.google.zxing.client.result中的类
Represents a parsed result that encodes an email message including recipients, subject and body text.
EmailAddressResultParser - com.google.zxing.client.result中的类
Represents a result that encodes an e-mail address, either as a plain address like "joe@example.org" or a mailto: URL like "mailto:joe@example.org".
EmailAddressResultParser() - 类 的构造器com.google.zxing.client.result.EmailAddressResultParser
 
EmailDoCoMoResultParser - com.google.zxing.client.result中的类
Implements the "MATMSG" email message entry format.
EmailDoCoMoResultParser() - 类 的构造器com.google.zxing.client.result.EmailDoCoMoResultParser
 
encode(String, BarcodeFormat, int, int) - 类 中的方法com.google.zxing.aztec.AztecWriter
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - 类 中的方法com.google.zxing.aztec.AztecWriter
 
encode(byte[]) - 类 中的静态方法com.google.zxing.aztec.encoder.Encoder
Encodes the given binary content as an Aztec symbol
encode(byte[], int, int) - 类 中的静态方法com.google.zxing.aztec.encoder.Encoder
Encodes the given binary content as an Aztec symbol
encode() - 类 中的方法com.google.zxing.aztec.encoder.HighLevelEncoder
 
encode(int[], int) - 类 中的方法com.google.zxing.common.reedsolomon.ReedSolomonEncoder
 
encode(String, BarcodeFormat, int, int) - 类 中的方法com.google.zxing.datamatrix.DataMatrixWriter
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - 类 中的方法com.google.zxing.datamatrix.DataMatrixWriter
 
encode(String, BarcodeFormat, int, int) - 类 中的方法com.google.zxing.MultiFormatWriter
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - 类 中的方法com.google.zxing.MultiFormatWriter
 
encode(String) - 类 中的方法com.google.zxing.oned.CodaBarWriter
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - 类 中的方法com.google.zxing.oned.Code128Writer
 
encode(String) - 类 中的方法com.google.zxing.oned.Code128Writer
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - 类 中的方法com.google.zxing.oned.Code39Writer
 
encode(String) - 类 中的方法com.google.zxing.oned.Code39Writer
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - 类 中的方法com.google.zxing.oned.Code93Writer
 
encode(String) - 类 中的方法com.google.zxing.oned.Code93Writer
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - 类 中的方法com.google.zxing.oned.EAN13Writer
 
encode(String) - 类 中的方法com.google.zxing.oned.EAN13Writer
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - 类 中的方法com.google.zxing.oned.EAN8Writer
 
encode(String) - 类 中的方法com.google.zxing.oned.EAN8Writer
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - 类 中的方法com.google.zxing.oned.ITFWriter
 
encode(String) - 类 中的方法com.google.zxing.oned.ITFWriter
 
encode(String, BarcodeFormat, int, int) - 类 中的方法com.google.zxing.oned.OneDimensionalCodeWriter
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - 类 中的方法com.google.zxing.oned.OneDimensionalCodeWriter
Encode the contents following specified format.
encode(String) - 类 中的方法com.google.zxing.oned.OneDimensionalCodeWriter
Encode the contents to boolean array expression of one-dimensional barcode.
encode(String, BarcodeFormat, int, int) - 类 中的方法com.google.zxing.oned.UPCAWriter
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - 类 中的方法com.google.zxing.oned.UPCAWriter
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - 类 中的方法com.google.zxing.oned.UPCEWriter
 
encode(String) - 类 中的方法com.google.zxing.oned.UPCEWriter
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - 类 中的方法com.google.zxing.pdf417.PDF417Writer
 
encode(String, BarcodeFormat, int, int) - 类 中的方法com.google.zxing.pdf417.PDF417Writer
 
encode(String, ErrorCorrectionLevel) - 类 中的静态方法com.google.zxing.qrcode.encoder.Encoder
 
encode(String, ErrorCorrectionLevel, Map<EncodeHintType, ?>) - 类 中的静态方法com.google.zxing.qrcode.encoder.Encoder
 
encode(String, BarcodeFormat, int, int) - 类 中的方法com.google.zxing.qrcode.QRCodeWriter
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - 类 中的方法com.google.zxing.qrcode.QRCodeWriter
 
encode(String, BarcodeFormat, int, int) - 接口 中的方法com.google.zxing.Writer
Encode a barcode using the default settings.
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - 接口 中的方法com.google.zxing.Writer
 
encodeECC200(String, SymbolInfo) - 类 中的静态方法com.google.zxing.datamatrix.encoder.ErrorCorrection
Creates the ECC200 error correction for an encoded message.
encodeHighLevel(String) - 类 中的静态方法com.google.zxing.datamatrix.encoder.HighLevelEncoder
Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E).
encodeHighLevel(String, SymbolShapeHint, Dimension, Dimension) - 类 中的静态方法com.google.zxing.datamatrix.encoder.HighLevelEncoder
Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E).
EncodeHintType - com.google.zxing中的枚举
These are a set of hints that you may pass to Writers to specify their behavior.
Encoder - com.google.zxing.aztec.encoder中的类
Generates Aztec 2D barcodes.
Encoder - com.google.zxing.qrcode.encoder中的类
 
equals(Object) - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
equals(Object) - 类 中的方法com.google.zxing.common.BitArray
 
equals(Object) - 类 中的方法com.google.zxing.common.BitMatrix
 
equals(Object) - 类 中的方法com.google.zxing.Dimension
 
equals(Object) - 类 中的方法com.google.zxing.oned.rss.DataCharacter
 
equals(Object) - 类 中的方法com.google.zxing.oned.rss.FinderPattern
 
equals(Object) - 类 中的方法com.google.zxing.ResultPoint
 
ErrorCorrection - com.google.zxing.datamatrix.encoder中的类
Error Correction Code for ECC200.
ErrorCorrection - com.google.zxing.pdf417.decoder.ec中的类
PDF417 error correction implementation.
ErrorCorrection() - 类 的构造器com.google.zxing.pdf417.decoder.ec.ErrorCorrection
 
ErrorCorrectionLevel - com.google.zxing.qrcode.decoder中的枚举
See ISO 18004:2006, 6.5.1.
ExpandedProductParsedResult - com.google.zxing.client.result中的类
Represents a parsed result that encodes extended product information as encoded by the RSS format, like weight, price, dates, etc.
ExpandedProductParsedResult(String, String, String, String, String, String, String, String, String, String, String, String, String, String, Map<String, String>) - 类 的构造器com.google.zxing.client.result.ExpandedProductParsedResult
 
ExpandedProductResultParser - com.google.zxing.client.result中的类
Parses strings of digits that represent a RSS Extended code.
ExpandedProductResultParser() - 类 的构造器com.google.zxing.client.result.ExpandedProductResultParser
 

F

fillInStackTrace() - 异常错误 中的方法com.google.zxing.ReaderException
 
findAlignmentInRegion(float, int, int, float) - 类 中的方法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.
findBestPreviewSizeValue(Camera.Parameters, Point) - 类 中的静态方法com.google.zxing.client.android.camera.CameraConfigurationUtils
 
FinderPattern - com.google.zxing.oned.rss中的类
Encapsulates an RSS barcode finder pattern, including its start/end position and row.
FinderPattern(int, int[], int, int, int) - 类 的构造器com.google.zxing.oned.rss.FinderPattern
 
FinderPattern - com.google.zxing.qrcode.detector中的类
Encapsulates a finder pattern, which are the three square patterns found in the corners of QR Codes.
FinderPatternFinder - com.google.zxing.qrcode.detector中的类
This class attempts to find finder patterns in a QR Code.
FinderPatternFinder(BitMatrix) - 类 的构造器com.google.zxing.qrcode.detector.FinderPatternFinder
Creates a finder that will search the image for three finder patterns.
FinderPatternFinder(BitMatrix, ResultPointCallback) - 类 的构造器com.google.zxing.qrcode.detector.FinderPatternFinder
 
FinderPatternInfo - 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[]) - 类 的构造器com.google.zxing.qrcode.detector.FinderPatternInfo
 
flip(int) - 类 中的方法com.google.zxing.common.BitArray
Flips bit i.
flip(int, int) - 类 中的方法com.google.zxing.common.BitMatrix
Flips the given bit.
forBits(int) - 枚举 中的静态方法com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
 
forBits(int) - 枚举 中的静态方法com.google.zxing.qrcode.decoder.Mode
 
FORMAT - 类 中的静态变量com.google.zxing.client.android.Intents.Encode
The barcode format to be displayed.
FormatException - 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.
FORMATS - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Comma-separated list of formats to scan for.
foundPatternCross(int[]) - 类 中的静态方法com.google.zxing.qrcode.detector.FinderPatternFinder
 
foundPossibleResultPoint(ResultPoint) - 接口 中的方法com.google.zxing.ResultPointCallback
 
FrontLightMode - com.google.zxing.client.android.camera中的枚举
Enumerates settings of the preference controlling the front light.

G

GB2312 - 类 中的静态变量com.google.zxing.common.StringUtils
 
generateBarcodeLogic(String, int) - 类 中的方法com.google.zxing.pdf417.encoder.PDF417
 
GenericGF - com.google.zxing.common.reedsolomon中的类
This class contains utility methods for performing mathematical operations over the Galois Fields.
GenericGF(int, int, int) - 类 的构造器com.google.zxing.common.reedsolomon.GenericGF
Create a representation of GF(size) using the given primitive polynomial.
GenericMultipleBarcodeReader - com.google.zxing.multi中的类
Attempts to locate multiple barcodes in an image by repeatedly decoding portion of the image.
GenericMultipleBarcodeReader(Reader) - 类 的构造器com.google.zxing.multi.GenericMultipleBarcodeReader
 
GeoParsedResult - com.google.zxing.client.result中的类
Represents a parsed result that encodes a geographic coordinate, with latitude, longitude and altitude.
GeoResultParser - com.google.zxing.client.result中的类
Parses a "geo:" URI result, which specifies a location on the surface of the Earth as well as an optional altitude above the surface.
GeoResultParser() - 类 的构造器com.google.zxing.client.result.GeoResultParser
 
get(int) - 类 中的方法com.google.zxing.common.BitArray
 
get(int, int) - 类 中的方法com.google.zxing.common.BitMatrix
Gets the requested bit, where true means black.
get(int, int) - 类 中的方法com.google.zxing.qrcode.encoder.ByteMatrix
 
getAddresses() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
 
getAddressTypes() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
 
getAlignmentPatternCenters() - 类 中的方法com.google.zxing.qrcode.decoder.Version
 
getAltitude() - 类 中的方法com.google.zxing.client.result.GeoParsedResult
 
getArray() - 类 中的方法com.google.zxing.qrcode.encoder.ByteMatrix
 
getAttendees() - 类 中的方法com.google.zxing.client.result.CalendarParsedResult
 
getBarcodeFormat() - 类 中的方法com.google.zxing.Result
 
getBarcodeMatrix() - 类 中的方法com.google.zxing.pdf417.encoder.PDF417
 
getBCCs() - 类 中的方法com.google.zxing.client.result.EmailAddressParsedResult
 
getBestBeforeDate() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
getBirthday() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
 
getBit(int, int) - 类 中的方法com.google.zxing.datamatrix.encoder.DefaultPlacement
 
getBitArray() - 类 中的方法com.google.zxing.common.BitArray
 
getBitCountSum(int[]) - 类 中的静态方法com.google.zxing.pdf417.PDF417Common
已过时。
getBitOffset() - 类 中的方法com.google.zxing.common.BitSource
 
getBits() - 类 中的方法com.google.zxing.common.DetectorResult
 
getBits() - 类 中的方法com.google.zxing.pdf417.detector.PDF417DetectorResult
 
getBits() - 枚举 中的方法com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
 
getBits() - 枚举 中的方法com.google.zxing.qrcode.decoder.Mode
 
getBlackMatrix() - 类 中的方法com.google.zxing.Binarizer
Converts a 2D array of luminance data to 1 bit data.
getBlackMatrix() - 类 中的方法com.google.zxing.BinaryBitmap
Converts a 2D array of luminance data to 1 bit.
getBlackMatrix() - 类 中的方法com.google.zxing.common.GlobalHistogramBinarizer
 
getBlackMatrix() - 类 中的方法com.google.zxing.common.HybridBinarizer
Calculates the final BitMatrix once for all requests.
getBlackRow(int, BitArray) - 类 中的方法com.google.zxing.Binarizer
Converts one row of luminance data to 1 bit data.
getBlackRow(int, BitArray) - 类 中的方法com.google.zxing.BinaryBitmap
Converts one row of luminance data to 1 bit data.
getBlackRow(int, BitArray) - 类 中的方法com.google.zxing.common.GlobalHistogramBinarizer
 
getBody() - 类 中的方法com.google.zxing.client.result.EmailAddressParsedResult
 
getBody() - 类 中的方法com.google.zxing.client.result.SMSParsedResult
 
getBottomLeft() - 类 中的方法com.google.zxing.qrcode.detector.FinderPatternInfo
 
getBottomRightOnBit() - 类 中的方法com.google.zxing.common.BitMatrix
 
getByteOffset() - 类 中的方法com.google.zxing.common.BitSource
 
getByteSegments() - 类 中的方法com.google.zxing.common.DecoderResult
 
getCamera() - 类 中的方法com.google.zxing.client.android.camera.open.OpenCamera
 
getCameraManager() - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
 
getCCs() - 类 中的方法com.google.zxing.client.result.EmailAddressParsedResult
 
getCharacterCountBits(Version) - 枚举 中的方法com.google.zxing.qrcode.decoder.Mode
 
getCharacterSetECIByName(String) - 枚举 中的静态方法com.google.zxing.common.CharacterSetECI
 
getCharacterSetECIByValue(int) - 枚举 中的静态方法com.google.zxing.common.CharacterSetECI
 
getChecksumInstance() - 异常错误 中的静态方法com.google.zxing.ChecksumException
 
getChecksumInstance(Throwable) - 异常错误 中的静态方法com.google.zxing.ChecksumException
 
getChecksumPortion() - 类 中的方法com.google.zxing.oned.rss.DataCharacter
 
getCodeword(int) - 类 中的静态方法com.google.zxing.pdf417.PDF417Common
 
getCodewordCount() - 类 中的方法com.google.zxing.datamatrix.encoder.SymbolInfo
 
getCodeWords() - 类 中的方法com.google.zxing.aztec.encoder.AztecCode
 
getCount() - 类 中的方法com.google.zxing.qrcode.decoder.Version.ECB
 
getCountryCode() - 类 中的方法com.google.zxing.client.result.VINParsedResult
 
getDataCapacity() - 类 中的方法com.google.zxing.datamatrix.encoder.SymbolInfo
 
getDataCharacterCounters() - 类 中的方法com.google.zxing.oned.rss.AbstractRSSReader
 
getDataCodewords() - 类 中的方法com.google.zxing.qrcode.decoder.Version.ECB
 
getDataLengthForInterleavedBlock(int) - 类 中的方法com.google.zxing.datamatrix.encoder.SymbolInfo
 
getDataRegionSizeColumns() - 类 中的方法com.google.zxing.datamatrix.decoder.Version
 
getDataRegionSizeRows() - 类 中的方法com.google.zxing.datamatrix.decoder.Version
 
getDecodeFinderCounters() - 类 中的方法com.google.zxing.oned.rss.AbstractRSSReader
 
getDecoder() - 类 中的方法com.google.zxing.qrcode.QRCodeReader
 
getDefaultMargin() - 类 中的方法com.google.zxing.oned.OneDimensionalCodeWriter
 
getDefaultMargin() - 类 中的方法com.google.zxing.oned.UPCEANWriter
 
getDescription() - 类 中的方法com.google.zxing.client.result.CalendarParsedResult
 
getDimensionForVersion() - 类 中的方法com.google.zxing.qrcode.decoder.Version
 
getDisplayResult() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
 
getDisplayResult() - 类 中的方法com.google.zxing.client.result.CalendarParsedResult
 
getDisplayResult() - 类 中的方法com.google.zxing.client.result.EmailAddressParsedResult
 
getDisplayResult() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
getDisplayResult() - 类 中的方法com.google.zxing.client.result.GeoParsedResult
 
getDisplayResult() - 类 中的方法com.google.zxing.client.result.ISBNParsedResult
 
getDisplayResult() - 类 中的方法com.google.zxing.client.result.ParsedResult
 
getDisplayResult() - 类 中的方法com.google.zxing.client.result.ProductParsedResult
 
getDisplayResult() - 类 中的方法com.google.zxing.client.result.SMSParsedResult
 
getDisplayResult() - 类 中的方法com.google.zxing.client.result.TelParsedResult
 
getDisplayResult() - 类 中的方法com.google.zxing.client.result.TextParsedResult
 
getDisplayResult() - 类 中的方法com.google.zxing.client.result.URIParsedResult
 
getDisplayResult() - 类 中的方法com.google.zxing.client.result.VINParsedResult
 
getDisplayResult() - 类 中的方法com.google.zxing.client.result.WifiParsedResult
 
getECBlocks() - 类 中的方法com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getECBlocksForLevel(ErrorCorrectionLevel) - 类 中的方法com.google.zxing.qrcode.decoder.Version
 
getECCodewordsPerBlock() - 类 中的方法com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getECLevel() - 类 中的方法com.google.zxing.common.DecoderResult
 
getECLevel() - 类 中的方法com.google.zxing.qrcode.encoder.QRCode
 
getEmailAddress() - 类 中的方法com.google.zxing.client.result.EmailAddressParsedResult
getEmails() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
 
getEmailTypes() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
 
getEnclosingRectangle() - 类 中的方法com.google.zxing.common.BitMatrix
This is useful in detecting the enclosing rectangle of a 'pure' barcode.
getEnd() - 类 中的方法com.google.zxing.client.result.CalendarParsedResult
 
getErasures() - 类 中的方法com.google.zxing.common.DecoderResult
 
getErrorCodewords() - 类 中的方法com.google.zxing.datamatrix.encoder.SymbolInfo
 
getErrorLengthForInterleavedBlock(int) - 类 中的方法com.google.zxing.datamatrix.encoder.SymbolInfo
 
getErrorsCorrected() - 类 中的方法com.google.zxing.common.DecoderResult
 
getEstimatedModuleSize() - 类 中的方法com.google.zxing.qrcode.detector.FinderPattern
 
getEvenCounts() - 类 中的方法com.google.zxing.oned.rss.AbstractRSSReader
 
getEvenRoundingErrors() - 类 中的方法com.google.zxing.oned.rss.AbstractRSSReader
 
getExpirationDate() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
getFacing() - 类 中的方法com.google.zxing.client.android.camera.open.OpenCamera
 
getFileId() - 类 中的方法com.google.zxing.pdf417.PDF417ResultMetadata
 
getFormatInstance() - 异常错误 中的静态方法com.google.zxing.FormatException
 
getFormatInstance(Throwable) - 异常错误 中的静态方法com.google.zxing.FormatException
 
getFramingRect() - 类 中的方法com.google.zxing.client.android.camera.CameraManager
Calculates the framing rect which the UI should draw to show the user where to place the barcode.
getFramingRectInPreview() - 类 中的方法com.google.zxing.client.android.camera.CameraManager
Like CameraManager.getFramingRect() but coordinates are in terms of the preview frame, not UI / screen.
getGeneralDecoder() - 类 中的方法com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
 
getGeneratorBase() - 类 中的方法com.google.zxing.common.reedsolomon.GenericGF
 
getGeo() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
 
getGeoURI() - 类 中的方法com.google.zxing.client.result.GeoParsedResult
 
getHandler() - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
 
getHeight() - 类 中的方法com.google.zxing.Binarizer
 
getHeight() - 类 中的方法com.google.zxing.BinaryBitmap
 
getHeight() - 类 中的方法com.google.zxing.common.BitMatrix
 
getHeight() - 类 中的方法com.google.zxing.Dimension
 
getHeight() - 类 中的方法com.google.zxing.LuminanceSource
 
getHeight() - 类 中的方法com.google.zxing.qrcode.encoder.ByteMatrix
 
getImage() - 类 中的方法com.google.zxing.qrcode.detector.Detector
 
getImage() - 类 中的方法com.google.zxing.qrcode.detector.FinderPatternFinder
 
getInformation() - 类 中的方法com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
 
getInstance() - 类 中的静态方法com.google.zxing.common.GridSampler
 
getInstantMessenger() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
 
getInterleavedBlockCount() - 类 中的方法com.google.zxing.datamatrix.encoder.SymbolInfo
 
getISBN() - 类 中的方法com.google.zxing.client.result.ISBNParsedResult
 
getLanguage() - 类 中的方法com.google.zxing.client.result.TextParsedResult
 
getLatitude() - 类 中的方法com.google.zxing.client.result.CalendarParsedResult
 
getLatitude() - 类 中的方法com.google.zxing.client.result.GeoParsedResult
 
getLayers() - 类 中的方法com.google.zxing.aztec.encoder.AztecCode
 
getLocation() - 类 中的方法com.google.zxing.client.result.CalendarParsedResult
 
getLongitude() - 类 中的方法com.google.zxing.client.result.CalendarParsedResult
 
getLongitude() - 类 中的方法com.google.zxing.client.result.GeoParsedResult
 
getLotNumber() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
getLuminanceSource() - 类 中的方法com.google.zxing.Binarizer
 
getMailtoURI() - 类 中的方法com.google.zxing.client.result.EmailAddressParsedResult
已过时。
without replacement
getMaskPattern() - 类 中的方法com.google.zxing.qrcode.encoder.QRCode
 
getMassagedText(Result) - 类 中的静态方法com.google.zxing.client.result.ResultParser
 
getMatrix() - 类 中的方法com.google.zxing.aztec.encoder.AztecCode
 
getMatrix() - 类 中的方法com.google.zxing.InvertedLuminanceSource
 
getMatrix() - 类 中的方法com.google.zxing.LuminanceSource
Fetches luminance data for the underlying bitmap.
getMatrix() - 类 中的方法com.google.zxing.pdf417.encoder.BarcodeMatrix
 
getMatrix() - 类 中的方法com.google.zxing.PlanarYUVLuminanceSource
 
getMatrix() - 类 中的方法com.google.zxing.qrcode.encoder.QRCode
 
getMatrix() - 类 中的方法com.google.zxing.RGBLuminanceSource
 
getMaxCols() - 类 中的方法com.google.zxing.pdf417.encoder.Dimensions
 
getMaxRows() - 类 中的方法com.google.zxing.pdf417.encoder.Dimensions
 
getMinCols() - 类 中的方法com.google.zxing.pdf417.encoder.Dimensions
 
getMinRows() - 类 中的方法com.google.zxing.pdf417.encoder.Dimensions
 
getMode() - 类 中的方法com.google.zxing.qrcode.encoder.QRCode
 
getModelYear() - 类 中的方法com.google.zxing.client.result.VINParsedResult
 
getNames() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
 
getNbDatablocks() - 类 中的方法com.google.zxing.aztec.AztecDetectorResult
 
getNbLayers() - 类 中的方法com.google.zxing.aztec.AztecDetectorResult
 
getNetworkEncryption() - 类 中的方法com.google.zxing.client.result.WifiParsedResult
 
getNextSet(int) - 类 中的方法com.google.zxing.common.BitArray
 
getNextUnset(int) - 类 中的方法com.google.zxing.common.BitArray
 
getNicknames() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
 
getNormalizedProductID() - 类 中的方法com.google.zxing.client.result.ProductParsedResult
 
getNote() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
 
getNotFoundInstance() - 异常错误 中的静态方法com.google.zxing.NotFoundException
 
getNumber() - 类 中的方法com.google.zxing.client.result.TelParsedResult
 
getNumbers() - 类 中的方法com.google.zxing.client.result.SMSParsedResult
 
getNumBits() - 类 中的方法com.google.zxing.common.DecoderResult
 
getNumBits() - 类 中的方法com.google.zxing.Result
 
getNumBlocks() - 类 中的方法com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getOddCounts() - 类 中的方法com.google.zxing.oned.rss.AbstractRSSReader
 
getOddRoundingErrors() - 类 中的方法com.google.zxing.oned.rss.AbstractRSSReader
 
getOptionalData() - 类 中的方法com.google.zxing.pdf417.PDF417ResultMetadata
 
getOrg() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
 
getOrganizer() - 类 中的方法com.google.zxing.client.result.CalendarParsedResult
 
getOrientation() - 类 中的方法com.google.zxing.client.android.camera.open.OpenCamera
 
getOther() - 类 中的方法com.google.zxing.common.DecoderResult
 
getPackagingDate() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
getPassword() - 类 中的方法com.google.zxing.client.result.WifiParsedResult
 
getPhoneNumbers() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
 
getPhoneTypes() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
 
getPlantCode() - 类 中的方法com.google.zxing.client.result.VINParsedResult
 
getPoints() - 类 中的方法com.google.zxing.common.DetectorResult
 
getPoints() - 类 中的方法com.google.zxing.pdf417.detector.PDF417DetectorResult
 
getPossibleCenters() - 类 中的方法com.google.zxing.qrcode.detector.FinderPatternFinder
 
getPrice() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
getPriceCurrency() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
getPriceIncrement() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
getProductID() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
getProductID() - 类 中的方法com.google.zxing.client.result.ProductParsedResult
 
getProductionDate() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
getPronunciation() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
In Japanese, the name is written in kanji, which can have multiple readings.
getProvisionalVersionForDimension(int) - 类 中的静态方法com.google.zxing.qrcode.decoder.Version
Deduces version information purely from QR Code dimensions.
getQuery() - 类 中的方法com.google.zxing.client.result.GeoParsedResult
 
getRawBytes() - 类 中的方法com.google.zxing.common.DecoderResult
 
getRawBytes() - 类 中的方法com.google.zxing.Result
 
getRawText() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
getResultMetadata() - 类 中的方法com.google.zxing.Result
 
getResultPointCallback() - 类 中的方法com.google.zxing.qrcode.detector.Detector
 
getResultPoints() - 类 中的方法com.google.zxing.oned.rss.FinderPattern
 
getResultPoints() - 类 中的方法com.google.zxing.Result
 
getRow(int, BitArray) - 类 中的方法com.google.zxing.common.BitMatrix
A fast method to retrieve one row of data from the matrix as a BitArray.
getRow(int, byte[]) - 类 中的方法com.google.zxing.InvertedLuminanceSource
 
getRow(int, byte[]) - 类 中的方法com.google.zxing.LuminanceSource
Fetches one row of luminance data from the underlying platform's bitmap.
getRow(int, byte[]) - 类 中的方法com.google.zxing.PlanarYUVLuminanceSource
 
getRow(int, byte[]) - 类 中的方法com.google.zxing.RGBLuminanceSource
 
getRowSize() - 类 中的方法com.google.zxing.common.BitMatrix
 
getRSSvalue(int[], int, boolean) - 类 中的静态方法com.google.zxing.oned.rss.RSSUtils
 
getScaledMatrix(int, int) - 类 中的方法com.google.zxing.pdf417.encoder.BarcodeMatrix
 
getSegmentIndex() - 类 中的方法com.google.zxing.pdf417.PDF417ResultMetadata
 
getSequentialNumber() - 类 中的方法com.google.zxing.client.result.VINParsedResult
 
getSize() - 类 中的方法com.google.zxing.aztec.encoder.AztecCode
 
getSize() - 类 中的方法com.google.zxing.common.BitArray
 
getSize() - 类 中的方法com.google.zxing.common.reedsolomon.GenericGF
 
getSizeInBytes() - 类 中的方法com.google.zxing.common.BitArray
 
getSMSURI() - 类 中的方法com.google.zxing.client.result.SMSParsedResult
 
getSscc() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
getSsid() - 类 中的方法com.google.zxing.client.result.WifiParsedResult
 
getStart() - 类 中的方法com.google.zxing.client.result.CalendarParsedResult
 
getStartEnd() - 类 中的方法com.google.zxing.oned.rss.FinderPattern
 
getStructuredAppendParity() - 类 中的方法com.google.zxing.common.DecoderResult
 
getStructuredAppendSequenceNumber() - 类 中的方法com.google.zxing.common.DecoderResult
 
getSubject() - 类 中的方法com.google.zxing.client.result.EmailAddressParsedResult
 
getSubject() - 类 中的方法com.google.zxing.client.result.SMSParsedResult
 
getSummary() - 类 中的方法com.google.zxing.client.result.CalendarParsedResult
 
getSurfaceView() - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
获取SurfaceView,用于展示相机的画面,返回null直接报错,必填项。
getSymbolDataHeight() - 类 中的方法com.google.zxing.datamatrix.encoder.SymbolInfo
 
getSymbolDataWidth() - 类 中的方法com.google.zxing.datamatrix.encoder.SymbolInfo
 
getSymbolHeight() - 类 中的方法com.google.zxing.datamatrix.encoder.SymbolInfo
 
getSymbolSizeColumns() - 类 中的方法com.google.zxing.datamatrix.decoder.Version
 
getSymbolSizeRows() - 类 中的方法com.google.zxing.datamatrix.decoder.Version
 
getSymbolWidth() - 类 中的方法com.google.zxing.datamatrix.encoder.SymbolInfo
 
getTelURI() - 类 中的方法com.google.zxing.client.result.TelParsedResult
 
getText() - 类 中的方法com.google.zxing.client.result.TextParsedResult
 
getText() - 类 中的方法com.google.zxing.common.DecoderResult
 
getText() - 类 中的方法com.google.zxing.Result
 
getThumbnailHeight() - 类 中的方法com.google.zxing.PlanarYUVLuminanceSource
 
getThumbnailWidth() - 类 中的方法com.google.zxing.PlanarYUVLuminanceSource
 
getTimestamp() - 类 中的方法com.google.zxing.Result
 
getTitle() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
 
getTitle() - 类 中的方法com.google.zxing.client.result.TelParsedResult
 
getTitle() - 类 中的方法com.google.zxing.client.result.URIParsedResult
 
getTopLeft() - 类 中的方法com.google.zxing.qrcode.detector.FinderPatternInfo
 
getTopLeftOnBit() - 类 中的方法com.google.zxing.common.BitMatrix
This is useful in detecting a corner of a 'pure' barcode.
getTopRight() - 类 中的方法com.google.zxing.qrcode.detector.FinderPatternInfo
 
getTos() - 类 中的方法com.google.zxing.client.result.EmailAddressParsedResult
 
getTotalCodewords() - 类 中的方法com.google.zxing.datamatrix.decoder.Version
 
getTotalCodewords() - 类 中的方法com.google.zxing.qrcode.decoder.Version
 
getTotalECCodewords() - 类 中的方法com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getType() - 类 中的方法com.google.zxing.client.result.ParsedResult
 
getUncommonAIs() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
getURI() - 类 中的方法com.google.zxing.client.result.URIParsedResult
 
getURLs() - 类 中的方法com.google.zxing.client.result.AddressBookParsedResult
 
getValue() - 枚举 中的方法com.google.zxing.common.CharacterSetECI
 
getValue() - 类 中的方法com.google.zxing.oned.rss.DataCharacter
 
getValue() - 类 中的方法com.google.zxing.oned.rss.FinderPattern
 
getValueType() - 枚举 中的方法com.google.zxing.DecodeHintType
 
getVehicleAttributes() - 类 中的方法com.google.zxing.client.result.VINParsedResult
 
getVehicleDescriptorSection() - 类 中的方法com.google.zxing.client.result.VINParsedResult
 
getVehicleIdentifierSection() - 类 中的方法com.google.zxing.client.result.VINParsedResult
 
getVersion() - 类 中的方法com.google.zxing.qrcode.encoder.QRCode
 
getVersionForDimensions(int, int) - 类 中的静态方法com.google.zxing.datamatrix.decoder.Version
Deduces version information from Data Matrix dimensions.
getVersionForNumber(int) - 类 中的静态方法com.google.zxing.qrcode.decoder.Version
 
getVersionNumber() - 类 中的方法com.google.zxing.datamatrix.decoder.Version
 
getVersionNumber() - 类 中的方法com.google.zxing.qrcode.decoder.Version
 
getVias() - 类 中的方法com.google.zxing.client.result.SMSParsedResult
 
getViewfinderHolder() - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
获取此视图,可以显示中间限定框,可返回null,返回null,则不显示。
getViewfinderView() - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
 
getVIN() - 类 中的方法com.google.zxing.client.result.VINParsedResult
 
getWeight() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
getWeightIncrement() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
getWeightType() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
getWidth() - 类 中的方法com.google.zxing.Binarizer
 
getWidth() - 类 中的方法com.google.zxing.BinaryBitmap
 
getWidth() - 类 中的方法com.google.zxing.common.BitMatrix
 
getWidth() - 类 中的方法com.google.zxing.Dimension
 
getWidth() - 类 中的方法com.google.zxing.LuminanceSource
 
getWidth() - 类 中的方法com.google.zxing.qrcode.encoder.ByteMatrix
 
getWorldManufacturerID() - 类 中的方法com.google.zxing.client.result.VINParsedResult
 
getX() - 类 中的方法com.google.zxing.ResultPoint
 
getY() - 类 中的方法com.google.zxing.ResultPoint
 
GlobalHistogramBinarizer - com.google.zxing.common中的类
This Binarizer implementation uses the old ZXing global histogram approach.
GlobalHistogramBinarizer(LuminanceSource) - 类 的构造器com.google.zxing.common.GlobalHistogramBinarizer
 
GridSampler - 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() - 类 的构造器com.google.zxing.common.GridSampler
 
guessEncoding(byte[], Map<DecodeHintType, ?>) - 类 中的静态方法com.google.zxing.common.StringUtils
 

H

handleDecode(Result, Bitmap, float) - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
A valid barcode has been found, so give an indication of success and show the results.
handleMessage(Message) - 类 中的方法com.google.zxing.client.android.CaptureActivityHandler
 
handlePossibleCenter(int[], int, int, boolean) - 类 中的方法com.google.zxing.qrcode.detector.FinderPatternFinder
This is called when a horizontal scan finds a possible alignment pattern.
hashCode() - 类 中的方法com.google.zxing.client.result.ExpandedProductParsedResult
 
hashCode() - 类 中的方法com.google.zxing.common.BitArray
 
hashCode() - 类 中的方法com.google.zxing.common.BitMatrix
 
hashCode() - 类 中的方法com.google.zxing.Dimension
 
hashCode() - 类 中的方法com.google.zxing.oned.rss.DataCharacter
 
hashCode() - 类 中的方法com.google.zxing.oned.rss.FinderPattern
 
hashCode() - 类 中的方法com.google.zxing.ResultPoint
 
hasStructuredAppend() - 类 中的方法com.google.zxing.common.DecoderResult
 
HEIGHT - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
 
highLevelDecode(boolean[]) - 类 中的静态方法com.google.zxing.aztec.decoder.Decoder
 
HighLevelEncoder - com.google.zxing.aztec.encoder中的类
This produces nearly optimal encodings of text into the first-level of encoding used by Aztec code.
HighLevelEncoder(byte[]) - 类 的构造器com.google.zxing.aztec.encoder.HighLevelEncoder
 
HighLevelEncoder - com.google.zxing.datamatrix.encoder中的类
DataMatrix ECC 200 data encoder following the algorithm described in ISO/IEC 16022:200(E) in annex S.
HybridBinarizer - 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) - 类 的构造器com.google.zxing.common.HybridBinarizer
 

I

Ids - com.google.zxing.client.android中的类
Created by yangxixi on 16/11/21.
Ids() - 类 的构造器com.google.zxing.client.android.Ids
 
increment(int[], float[]) - 类 中的静态方法com.google.zxing.oned.rss.AbstractRSSReader
 
Intents - com.google.zxing.client.android中的类
This class provides the constants to use when sending an Intent to Barcode Scanner.
Intents.Encode - com.google.zxing.client.android中的类
Constants related to the Intents.Encode.ACTION Intent.
Intents.History - com.google.zxing.client.android中的类
Constants related to the scan history and retrieving history items.
Intents.Scan - com.google.zxing.client.android中的类
Constants related to the Intents.Scan.ACTION Intent.
Intents.SearchBookContents - com.google.zxing.client.android中的类
Constants related to the Intents.SearchBookContents.ACTION Intent.
Intents.Share - com.google.zxing.client.android中的类
Constants related to the Intents.Share.ACTION Intent.
Intents.WifiConnect - com.google.zxing.client.android中的类
Constants related to the Intents.WifiConnect.ACTION Intent.
IntentSource - com.google.zxing.client.android中的枚举
 
invert() - 类 中的方法com.google.zxing.InvertedLuminanceSource
 
invert() - 类 中的方法com.google.zxing.LuminanceSource
 
InvertedLuminanceSource - com.google.zxing中的类
A wrapper implementation of LuminanceSource which inverts the luminances it returns -- black becomes white and vice versa, and each value becomes (255-value).
InvertedLuminanceSource(LuminanceSource) - 类 的构造器com.google.zxing.InvertedLuminanceSource
 
ISBN - 类 中的静态变量com.google.zxing.client.android.Intents.SearchBookContents
The book to search, identified by ISBN number.
ISBNParsedResult - com.google.zxing.client.result中的类
Represents a parsed result that encodes a product ISBN number.
ISBNResultParser - com.google.zxing.client.result中的类
Parses strings of digits that represent a ISBN.
ISBNResultParser() - 类 的构造器com.google.zxing.client.result.ISBNResultParser
 
isCompact() - 类 中的方法com.google.zxing.aztec.AztecDetectorResult
 
isCompact() - 类 中的方法com.google.zxing.aztec.encoder.AztecCode
 
isCropSupported() - 类 中的方法com.google.zxing.BinaryBitmap
 
isCropSupported() - 类 中的方法com.google.zxing.InvertedLuminanceSource
 
isCropSupported() - 类 中的方法com.google.zxing.LuminanceSource
 
isCropSupported() - 类 中的方法com.google.zxing.PlanarYUVLuminanceSource
 
isCropSupported() - 类 中的方法com.google.zxing.RGBLuminanceSource
 
isEndAllDay() - 类 中的方法com.google.zxing.client.result.CalendarParsedResult
 
isFinderPattern(int[]) - 类 中的静态方法com.google.zxing.oned.rss.AbstractRSSReader
 
isHidden() - 类 中的方法com.google.zxing.client.result.WifiParsedResult
 
isLastSegment() - 类 中的方法com.google.zxing.pdf417.PDF417ResultMetadata
 
isMirrored() - 类 中的方法com.google.zxing.qrcode.decoder.QRCodeDecoderMetaData
 
isOpen() - 类 中的方法com.google.zxing.client.android.camera.CameraManager
 
isPossiblyMaliciousURI() - 类 中的方法com.google.zxing.client.result.URIParsedResult
 
isRange(int, int, boolean) - 类 中的方法com.google.zxing.common.BitArray
Efficient method to check if a range of bits is set, or not set.
isRotateSupported() - 类 中的方法com.google.zxing.BinaryBitmap
 
isRotateSupported() - 类 中的方法com.google.zxing.InvertedLuminanceSource
 
isRotateSupported() - 类 中的方法com.google.zxing.LuminanceSource
 
isStackTrace - 异常错误 中的静态变量com.google.zxing.ReaderException
 
isStartAllDay() - 类 中的方法com.google.zxing.client.result.CalendarParsedResult
 
isStringOfDigits(CharSequence, int) - 类 中的静态方法com.google.zxing.client.result.ResultParser
 
isSubstringOfDigits(CharSequence, int, int) - 类 中的静态方法com.google.zxing.client.result.ResultParser
 
isValidMaskPattern(int) - 类 中的静态方法com.google.zxing.qrcode.encoder.QRCode
 
ITEM_NUMBER - 类 中的静态变量com.google.zxing.client.android.Intents.History
 
ITFReader - com.google.zxing.oned中的类
Implements decoding of the ITF format, or Interleaved Two of Five.
ITFReader() - 类 的构造器com.google.zxing.oned.ITFReader
 
ITFWriter - com.google.zxing.oned中的类
This object renders a ITF code as a BitMatrix.
ITFWriter() - 类 的构造器com.google.zxing.oned.ITFWriter
 

K

KEY_AUTO_FOCUS - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_AUTO_OPEN_WEB - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_BULK_MODE - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_COPY_TO_CLIPBOARD - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_CUSTOM_PRODUCT_SEARCH - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_DECODE_1D_INDUSTRIAL - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_DECODE_1D_PRODUCT - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_DECODE_AZTEC - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_DECODE_DATA_MATRIX - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_DECODE_PDF417 - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_DECODE_QR - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_DISABLE_AUTO_ORIENTATION - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_DISABLE_BARCODE_SCENE_MODE - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_DISABLE_CONTINUOUS_FOCUS - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_DISABLE_EXPOSURE - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_DISABLE_METERING - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_ENABLE_HISTORY - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_FRONT_LIGHT_MODE - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_INVERT_SCAN - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_PLAY_BEEP - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_REMEMBER_DUPLICATES - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_SEARCH_COUNTRY - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_SUPPLEMENTAL - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KEY_VIBRATE - 类 中的静态变量com.google.zxing.client.android.PreferencesActivity
 
KILOGRAM - 类 中的静态变量com.google.zxing.client.result.ExpandedProductParsedResult
 

L

launch_product_query - 类 中的静态变量com.google.zxing.client.android.Ids
 
lookup(int) - 类 中的静态方法com.google.zxing.datamatrix.encoder.SymbolInfo
 
lookup(int, SymbolShapeHint) - 类 中的静态方法com.google.zxing.datamatrix.encoder.SymbolInfo
 
lookup(int, boolean, boolean) - 类 中的静态方法com.google.zxing.datamatrix.encoder.SymbolInfo
 
lookup(int, SymbolShapeHint, Dimension, Dimension, boolean) - 类 中的静态方法com.google.zxing.datamatrix.encoder.SymbolInfo
 
LuminanceSource - 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) - 类 的构造器com.google.zxing.LuminanceSource
 

M

MathUtils - com.google.zxing.common.detector中的类
General math-related and numeric utility functions.
matrixHeight - 类 中的变量com.google.zxing.datamatrix.encoder.SymbolInfo
 
matrixWidth - 类 中的变量com.google.zxing.datamatrix.encoder.SymbolInfo
 
MAX_CODEWORDS_IN_BARCODE - 类 中的静态变量com.google.zxing.pdf417.PDF417Common
 
MAX_MODULES - 类 中的静态变量com.google.zxing.qrcode.detector.FinderPatternFinder
 
MAX_ROWS_IN_BARCODE - 类 中的静态变量com.google.zxing.pdf417.PDF417Common
 
MAXICODE_FIELD_64 - 类 中的静态变量com.google.zxing.common.reedsolomon.GenericGF
 
MaxiCodeReader - com.google.zxing.maxicode中的类
This implementation can detect and decode a MaxiCode in an image.
MaxiCodeReader() - 类 的构造器com.google.zxing.maxicode.MaxiCodeReader
 
maybeAppend(String, StringBuilder) - 类 中的静态方法com.google.zxing.client.result.ParsedResult
 
maybeAppend(String[], StringBuilder) - 类 中的静态方法com.google.zxing.client.result.ParsedResult
 
maybeAppend(String, StringBuilder) - 类 中的静态方法com.google.zxing.client.result.ResultParser
 
maybeAppend(String[], StringBuilder) - 类 中的静态方法com.google.zxing.client.result.ResultParser
 
maybeWrap(String) - 类 中的静态方法com.google.zxing.client.result.ResultParser
 
MIN_ROWS_IN_BARCODE - 类 中的静态变量com.google.zxing.pdf417.PDF417Common
 
MIN_SKIP - 类 中的静态变量com.google.zxing.qrcode.detector.FinderPatternFinder
 
MODE - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
By default, sending this will decode all barcodes that we understand.
Mode - com.google.zxing.qrcode.decoder中的枚举
See ISO 18004:2006, 6.4.1, Tables 2 and 3.
MODULES_IN_CODEWORD - 类 中的静态变量com.google.zxing.pdf417.PDF417Common
 
MODULES_IN_STOP_PATTERN - 类 中的静态变量com.google.zxing.pdf417.PDF417Common
 
ModulusGF - com.google.zxing.pdf417.decoder.ec中的类
A field based on powers of a generator integer, modulo some modulus.
MonochromeRectangleDetector - com.google.zxing.common.detector中的类
已过时。
without replacement since 3.3.0
MonochromeRectangleDetector(BitMatrix) - 类 的构造器com.google.zxing.common.detector.MonochromeRectangleDetector
已过时。
 
MultiDetector - 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) - 类 的构造器com.google.zxing.multi.qrcode.detector.MultiDetector
 
MultiFormatOneDReader - com.google.zxing.oned中的类
 
MultiFormatOneDReader(Map<DecodeHintType, ?>) - 类 的构造器com.google.zxing.oned.MultiFormatOneDReader
 
MultiFormatReader - com.google.zxing中的类
MultiFormatReader is a convenience class and the main entry point into the library for most uses.
MultiFormatReader() - 类 的构造器com.google.zxing.MultiFormatReader
 
MultiFormatUPCEANReader - com.google.zxing.oned中的类
A reader that can read all available UPC/EAN formats.
MultiFormatUPCEANReader(Map<DecodeHintType, ?>) - 类 的构造器com.google.zxing.oned.MultiFormatUPCEANReader
 
MultiFormatWriter - 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() - 类 的构造器com.google.zxing.MultiFormatWriter
 
MultipleBarcodeReader - com.google.zxing.multi中的接口
Implementation of this interface attempt to read several barcodes from one image.

N

NO_REQUESTED_CAMERA - 类 中的静态变量com.google.zxing.client.android.camera.open.OpenCameraInterface
For OpenCameraInterface.open(int), means no preference for which camera to open.
NO_TRACE - 异常错误 中的静态变量com.google.zxing.ReaderException
 
NotFoundException - com.google.zxing中的异常错误
Thrown when a barcode was not found in the image.
NUM_MASK_PATTERNS - 类 中的静态变量com.google.zxing.qrcode.encoder.QRCode
 
NUMBER_OF_CODEWORDS - 类 中的静态变量com.google.zxing.pdf417.PDF417Common
 

O

onCreate(Bundle) - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
 
onCreate(Bundle) - 类 中的方法com.google.zxing.client.android.PreferencesActivity
 
onDestroy() - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
 
onDraw(Canvas) - 类 中的方法com.google.zxing.client.android.AutoScannerView
 
onDraw(Canvas) - 类 中的方法com.google.zxing.client.android.ViewfinderView
 
ONE_D_MODE - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Decode only 1D barcodes.
OneDimensionalCodeWriter - com.google.zxing.oned中的类
Encapsulates functionality and implementation that is common to one-dimensional barcodes.
OneDimensionalCodeWriter() - 类 的构造器com.google.zxing.oned.OneDimensionalCodeWriter
 
OneDReader - com.google.zxing.oned中的类
Encapsulates functionality and implementation that is common to all families of one-dimensional barcodes.
OneDReader() - 类 的构造器com.google.zxing.oned.OneDReader
 
onError(MediaPlayer, int, int) - 类 中的方法com.google.zxing.client.android.BeepManager
 
onPause() - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
 
onResume() - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
 
open(int) - 类 中的静态方法com.google.zxing.client.android.camera.open.OpenCameraInterface
Opens the requested camera with Camera.open(int), if one exists.
OpenCamera - com.google.zxing.client.android.camera.open中的类
Represents an open Camera and its metadata, like facing direction and orientation.
OpenCamera(int, Camera, CameraFacing, int) - 类 的构造器com.google.zxing.client.android.camera.open.OpenCamera
 
OpenCameraInterface - com.google.zxing.client.android.camera.open中的类
Abstraction over the Camera API that helps open them and return their metadata.
openDriver(SurfaceHolder) - 类 中的方法com.google.zxing.client.android.camera.CameraManager
Opens the camera driver and initializes the hardware parameters.
orderBestPatterns(ResultPoint[]) - 类 中的静态方法com.google.zxing.ResultPoint
Orders an array of three ResultPoints in an order [A,B,C] such that AB is less than AC and BC is less than AC, and the angle between BC and BA is less than 180 degrees.
overrideSymbolSet(SymbolInfo[]) - 类 中的静态方法com.google.zxing.datamatrix.encoder.SymbolInfo
Overrides the symbol info set used by this class.

P

parse(Result) - 类 中的方法com.google.zxing.client.result.AddressBookAUResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.AddressBookDoCoMoResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.BizcardResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.BookmarkDoCoMoResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.EmailAddressResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.EmailDoCoMoResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.ExpandedProductResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.GeoResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.ISBNResultParser
parse(Result) - 类 中的方法com.google.zxing.client.result.ProductResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.ResultParser
Attempts to parse the raw Result's contents as a particular type of information (email, URL, etc.) and return a ParsedResult encapsulating the result of parsing.
parse(Result) - 类 中的方法com.google.zxing.client.result.SMSMMSResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.SMSTOMMSTOResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.SMTPResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.TelResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.URIResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.URLTOResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.VCardResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.VEventResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.VINResultParser
 
parse(Result) - 类 中的方法com.google.zxing.client.result.WifiResultParser
 
parse(String, String, String) - 类 中的静态方法com.google.zxing.common.BitMatrix
 
parseDecodeFormats(Intent) - 类 中的静态方法com.google.zxing.client.android.DecodeFormatManager
 
parseDecodeHints(Intent) - 类 中的静态方法com.google.zxing.client.android.DecodeHintManager
 
ParsedResult - 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) - 类 的构造器com.google.zxing.client.result.ParsedResult
 
ParsedResultType - 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[][]) - 类 中的静态方法com.google.zxing.oned.rss.AbstractRSSReader
 
parseHexDigit(char) - 类 中的静态方法com.google.zxing.client.result.ResultParser
 
parseInformation() - 类 中的方法com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
 
parseResult(Result) - 类 中的静态方法com.google.zxing.client.result.ResultParser
 
PASSWORD - 类 中的静态变量com.google.zxing.client.android.Intents.WifiConnect
The network to connect to, all the configuration provided here.
patternMatchVariance(int[], int[], float) - 类 中的静态方法com.google.zxing.oned.OneDReader
Determines how closely a set of observed counts of runs of black/white values matches a given target pattern.
PDF417 - com.google.zxing.pdf417.encoder中的类
Top-level class for the logic part of the PDF417 implementation.
PDF417() - 类 的构造器com.google.zxing.pdf417.encoder.PDF417
 
PDF417(boolean) - 类 的构造器com.google.zxing.pdf417.encoder.PDF417
 
PDF417_GF - 类 中的静态变量com.google.zxing.pdf417.decoder.ec.ModulusGF
 
PDF417_MODE - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Decode only PDF417.
PDF417Common - com.google.zxing.pdf417中的类
 
PDF417DetectorResult - com.google.zxing.pdf417.detector中的类
 
PDF417DetectorResult(BitMatrix, List<ResultPoint[]>) - 类 的构造器com.google.zxing.pdf417.detector.PDF417DetectorResult
 
PDF417Reader - com.google.zxing.pdf417中的类
This implementation can detect and decode PDF417 codes in an image.
PDF417Reader() - 类 的构造器com.google.zxing.pdf417.PDF417Reader
 
PDF417ResultMetadata - com.google.zxing.pdf417中的类
 
PDF417ResultMetadata() - 类 的构造器com.google.zxing.pdf417.PDF417ResultMetadata
 
PDF417ScanningDecoder - com.google.zxing.pdf417.decoder中的类
 
PDF417Writer - com.google.zxing.pdf417中的类
 
PDF417Writer() - 类 的构造器com.google.zxing.pdf417.PDF417Writer
 
PerspectiveTransform - com.google.zxing.common中的类
This class implements a perspective transform in two dimensions.
place() - 类 中的方法com.google.zxing.datamatrix.encoder.DefaultPlacement
 
PlanarYUVLuminanceSource - com.google.zxing中的类
This object extends LuminanceSource around an array of YUV data returned from the camera driver, with the option to crop to a rectangle within the full data.
PlanarYUVLuminanceSource(byte[], int, int, int, int, int, int, boolean) - 类 的构造器com.google.zxing.PlanarYUVLuminanceSource
 
playBeepSoundAndVibrate() - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
播放声音,执行振动
playBeepSoundAndVibrate(boolean, boolean) - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
播放声音,执行振动
playBeepSoundAndVibrate(boolean, boolean) - 类 中的方法com.google.zxing.client.android.BeepManager
 
POUND - 类 中的静态变量com.google.zxing.client.result.ExpandedProductParsedResult
 
PreferencesActivity - com.google.zxing.client.android中的类
The main settings activity.
PreferencesActivity() - 类 的构造器com.google.zxing.client.android.PreferencesActivity
 
processFinderPatternInfo(FinderPatternInfo) - 类 中的方法com.google.zxing.qrcode.detector.Detector
 
PRODUCT_FORMATS - 类 中的静态变量com.google.zxing.client.android.DecodeFormatManager
 
PRODUCT_MODE - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Decode only UPC and EAN barcodes.
ProductParsedResult - com.google.zxing.client.result中的类
Represents a parsed result that encodes a product by an identifier of some kind.
ProductResultParser - com.google.zxing.client.result中的类
Parses strings of digits that represent a UPC code.
ProductResultParser() - 类 的构造器com.google.zxing.client.result.ProductResultParser
 
PROMPT_MESSAGE - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Prompt to show on-screen when scanning by intent.
putAllMetadata(Map<ResultMetadataType, Object>) - 类 中的方法com.google.zxing.Result
 
putMetadata(ResultMetadataType, Object) - 类 中的方法com.google.zxing.Result
 

Q

QR_CODE_FIELD_256 - 类 中的静态变量com.google.zxing.common.reedsolomon.GenericGF
 
QR_CODE_MODE - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Decode only QR codes.
QRCode - com.google.zxing.qrcode.encoder中的类
 
QRCode() - 类 的构造器com.google.zxing.qrcode.encoder.QRCode
 
QRCodeDecoderMetaData - com.google.zxing.qrcode.decoder中的类
Meta-data container for QR Code decoding.
QRCodeMultiReader - com.google.zxing.multi.qrcode中的类
This implementation can detect and decode multiple QR Codes in an image.
QRCodeMultiReader() - 类 的构造器com.google.zxing.multi.qrcode.QRCodeMultiReader
 
QRCodeReader - com.google.zxing.qrcode中的类
This implementation can detect and decode QR Codes in an image.
QRCodeReader() - 类 的构造器com.google.zxing.qrcode.QRCodeReader
 
QRCodeWriter - com.google.zxing.qrcode中的类
This object renders a QR Code as a BitMatrix 2D array of greyscale values.
QRCodeWriter() - 类 的构造器com.google.zxing.qrcode.QRCodeWriter
 
quadrilateralToQuadrilateral(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - 类 中的静态方法com.google.zxing.common.PerspectiveTransform
 
quadrilateralToSquare(float, float, float, float, float, float, float, float) - 类 中的静态方法com.google.zxing.common.PerspectiveTransform
 
QUERY - 类 中的静态变量com.google.zxing.client.android.Intents.SearchBookContents
An optional field which is the text to search for.
quit - 类 中的静态变量com.google.zxing.client.android.Ids
 
quitSynchronously() - 类 中的方法com.google.zxing.client.android.CaptureActivityHandler
 

R

readBits(int) - 类 中的方法com.google.zxing.common.BitSource
 
Reader - com.google.zxing中的接口
Implementations of this interface can decode an image of a barcode in some format into the String it encodes.
ReaderException - com.google.zxing中的异常错误
The general exception class throw when something goes wrong during decoding of a barcode.
readPref(SharedPreferences) - 枚举 中的静态方法com.google.zxing.client.android.camera.FrontLightMode
 
recordPattern(BitArray, int, int[]) - 类 中的静态方法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[]) - 类 中的静态方法com.google.zxing.oned.OneDReader
 
ReedSolomonDecoder - com.google.zxing.common.reedsolomon中的类
Implements Reed-Solomon decoding, as the name implies.
ReedSolomonDecoder(GenericGF) - 类 的构造器com.google.zxing.common.reedsolomon.ReedSolomonDecoder
 
ReedSolomonEncoder - com.google.zxing.common.reedsolomon中的类
Implements Reed-Solomon enbcoding, as the name implies.
ReedSolomonEncoder(GenericGF) - 类 的构造器com.google.zxing.common.reedsolomon.ReedSolomonEncoder
 
ReedSolomonException - 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) - 异常错误 的构造器com.google.zxing.common.reedsolomon.ReedSolomonException
 
renderThumbnail() - 类 中的方法com.google.zxing.PlanarYUVLuminanceSource
 
requestPreviewFrame(Handler, int) - 类 中的方法com.google.zxing.client.android.camera.CameraManager
A single preview frame will be returned to the handler supplied.
reScan() - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
重新开始扫描,因为扫描成功以后是不会再扫描
reset() - 类 中的方法com.google.zxing.aztec.AztecReader
 
reset() - 类 中的方法com.google.zxing.datamatrix.DataMatrixReader
 
reset() - 类 中的方法com.google.zxing.maxicode.MaxiCodeReader
 
reset() - 类 中的方法com.google.zxing.multi.ByQuadrantReader
 
reset() - 类 中的方法com.google.zxing.MultiFormatReader
 
reset() - 类 中的方法com.google.zxing.oned.MultiFormatOneDReader
 
reset() - 类 中的方法com.google.zxing.oned.MultiFormatUPCEANReader
 
reset() - 类 中的方法com.google.zxing.oned.OneDReader
 
reset() - 类 中的方法com.google.zxing.oned.rss.expanded.RSSExpandedReader
 
reset() - 类 中的方法com.google.zxing.oned.rss.RSS14Reader
 
reset() - 类 中的方法com.google.zxing.pdf417.PDF417Reader
 
reset() - 类 中的方法com.google.zxing.qrcode.QRCodeReader
 
reset() - 接口 中的方法com.google.zxing.Reader
Resets any internal state the implementation has after a decode, to prepare it for reuse.
restart_preview - 类 中的静态变量com.google.zxing.client.android.Ids
 
RESULT - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
If a barcode is found, Barcodes returns Activity.RESULT_OK to Activity.onActivityResult(int, int, android.content.Intent) of the app which requested the scan via Activity.startActivityForResult(android.content.Intent, int) The barcodes contents can be retrieved with Intent.getStringExtra(String).
Result - com.google.zxing中的类
Encapsulates the result of decoding a barcode within an image.
Result(String, byte[], ResultPoint[], BarcodeFormat) - 类 的构造器com.google.zxing.Result
 
Result(String, byte[], ResultPoint[], BarcodeFormat, long) - 类 的构造器com.google.zxing.Result
 
Result(String, byte[], int, ResultPoint[], BarcodeFormat, long) - 类 的构造器com.google.zxing.Result
 
RESULT_BYTE_SEGMENTS_PREFIX - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Prefix for keys that map to the values of ResultMetadataType.BYTE_SEGMENTS, if available.
RESULT_BYTES - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Call Intent.getByteArrayExtra(String) with Intents.Scan.RESULT_BYTES to get a byte[] of raw bytes in the barcode, if available.
RESULT_DISPLAY_DURATION_MS - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Desired duration in milliseconds for which to pause after a successful scan before returning to the calling intent.
RESULT_ERROR_CORRECTION_LEVEL - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Key for the value of ResultMetadataType.ERROR_CORRECTION_LEVEL, if available.
RESULT_FORMAT - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Call Intent.getStringExtra(String) with Intents.Scan.RESULT_FORMAT to determine which barcode format was found.
RESULT_ORIENTATION - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Key for the value of ResultMetadataType.ORIENTATION, if available.
RESULT_UPC_EAN_EXTENSION - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Call Intent.getStringExtra(String) with Intents.Scan.RESULT_UPC_EAN_EXTENSION to return the content of any UPC extension barcode that was also found.
ResultMetadataType - 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 - 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() - 类 的构造器com.google.zxing.client.result.ResultParser
 
ResultPoint - com.google.zxing中的类
Encapsulates a point of interest in an image containing a barcode.
ResultPoint(float, float) - 类 的构造器com.google.zxing.ResultPoint
 
ResultPointCallback - com.google.zxing中的接口
Callback which is invoked when a possible result point (significant point in the barcode image such as a corner) is found.
return_scan_result - 类 中的静态变量com.google.zxing.client.android.Ids
 
reverse() - 类 中的方法com.google.zxing.common.BitArray
Reverses all bits in the array.
RGBLuminanceSource - com.google.zxing中的类
This class is used to help decode images from files which arrive as RGB data from an ARGB pixel array.
RGBLuminanceSource(int, int, int[]) - 类 的构造器com.google.zxing.RGBLuminanceSource
 
rotate180() - 类 中的方法com.google.zxing.common.BitMatrix
Modifies this BitMatrix to represent the same but rotated 180 degrees
rotateCounterClockwise() - 类 中的方法com.google.zxing.BinaryBitmap
Returns a new object with rotated image data by 90 degrees counterclockwise.
rotateCounterClockwise() - 类 中的方法com.google.zxing.InvertedLuminanceSource
 
rotateCounterClockwise() - 类 中的方法com.google.zxing.LuminanceSource
Returns a new object with rotated image data by 90 degrees counterclockwise.
rotateCounterClockwise45() - 类 中的方法com.google.zxing.BinaryBitmap
Returns a new object with rotated image data by 45 degrees counterclockwise.
rotateCounterClockwise45() - 类 中的方法com.google.zxing.InvertedLuminanceSource
 
rotateCounterClockwise45() - 类 中的方法com.google.zxing.LuminanceSource
Returns a new object with rotated image data by 45 degrees counterclockwise.
round(float) - 类 中的静态方法com.google.zxing.common.detector.MathUtils
Ends up being a bit faster than Math.round(float).
RSS14Reader - com.google.zxing.oned.rss中的类
Decodes RSS-14, including truncated and stacked variants.
RSS14Reader() - 类 的构造器com.google.zxing.oned.rss.RSS14Reader
 
RSSExpandedReader - com.google.zxing.oned.rss.expanded中的类
 
RSSExpandedReader() - 类 的构造器com.google.zxing.oned.rss.expanded.RSSExpandedReader
 
RSSUtils - 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) - 类 中的方法com.google.zxing.common.DefaultGridSampler
 
sampleGrid(BitMatrix, int, int, PerspectiveTransform) - 类 中的方法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) - 类 中的方法com.google.zxing.common.GridSampler
Samples an image for a rectangular matrix of bits of the given dimension.
sampleGrid(BitMatrix, int, int, PerspectiveTransform) - 类 中的方法com.google.zxing.common.GridSampler
 
SAVE_HISTORY - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Setting this to false will not save scanned codes in the history.
set(int) - 类 中的方法com.google.zxing.common.BitArray
Sets bit i.
set(int, int) - 类 中的方法com.google.zxing.common.BitMatrix
Sets the given bit to true.
set(int, int, byte) - 类 中的方法com.google.zxing.qrcode.encoder.ByteMatrix
 
set(int, int, int) - 类 中的方法com.google.zxing.qrcode.encoder.ByteMatrix
 
set(int, int, boolean) - 类 中的方法com.google.zxing.qrcode.encoder.ByteMatrix
 
setBarcodeSceneMode(Camera.Parameters) - 类 中的静态方法com.google.zxing.client.android.camera.CameraConfigurationUtils
 
setBestExposure(Camera.Parameters, boolean) - 类 中的静态方法com.google.zxing.client.android.camera.CameraConfigurationUtils
 
setBestPreviewFPS(Camera.Parameters) - 类 中的静态方法com.google.zxing.client.android.camera.CameraConfigurationUtils
 
setBestPreviewFPS(Camera.Parameters, int, int) - 类 中的静态方法com.google.zxing.client.android.camera.CameraConfigurationUtils
 
setBulk(int, int) - 类 中的方法com.google.zxing.common.BitArray
Sets a block of 32 bits, starting at bit i.
setCameraManager(CameraManager) - 类 中的方法com.google.zxing.client.android.AutoScannerView
 
setCameraManager(CameraManager) - 类 中的方法com.google.zxing.client.android.ViewfinderView
 
setCodeWords(int) - 类 中的方法com.google.zxing.aztec.encoder.AztecCode
 
setCompact(boolean) - 类 中的方法com.google.zxing.aztec.encoder.AztecCode
 
setCompact(boolean) - 类 中的方法com.google.zxing.pdf417.encoder.PDF417
 
setCompaction(Compaction) - 类 中的方法com.google.zxing.pdf417.encoder.PDF417
 
setDimensions(int, int, int, int) - 类 中的方法com.google.zxing.pdf417.encoder.PDF417
Sets max/min row/col values
setECLevel(ErrorCorrectionLevel) - 类 中的方法com.google.zxing.qrcode.encoder.QRCode
 
setEncoding(Charset) - 类 中的方法com.google.zxing.pdf417.encoder.PDF417
 
setErasures(Integer) - 类 中的方法com.google.zxing.common.DecoderResult
 
setErrorsCorrected(Integer) - 类 中的方法com.google.zxing.common.DecoderResult
 
setFileId(String) - 类 中的方法com.google.zxing.pdf417.PDF417ResultMetadata
 
setFocus(Camera.Parameters, boolean, boolean, boolean) - 类 中的静态方法com.google.zxing.client.android.camera.CameraConfigurationUtils
 
setFocusArea(Camera.Parameters) - 类 中的静态方法com.google.zxing.client.android.camera.CameraConfigurationUtils
 
setGridSampler(GridSampler) - 类 中的静态方法com.google.zxing.common.GridSampler
Sets the implementation of GridSampler used by the library.
setHints(Map<DecodeHintType, ?>) - 类 中的方法com.google.zxing.MultiFormatReader
This method adds state to the MultiFormatReader.
setInvertColor(Camera.Parameters) - 类 中的静态方法com.google.zxing.client.android.camera.CameraConfigurationUtils
 
setLastSegment(boolean) - 类 中的方法com.google.zxing.pdf417.PDF417ResultMetadata
 
setLayers(int) - 类 中的方法com.google.zxing.aztec.encoder.AztecCode
 
setManualCameraId(int) - 类 中的方法com.google.zxing.client.android.camera.CameraManager
Allows third party apps to specify the camera ID, rather than determine it automatically based on available cameras and their orientation.
setManualFramingRect(int, int) - 类 中的方法com.google.zxing.client.android.camera.CameraManager
Allows third party apps to specify the scanning rectangle dimensions, rather than determine them automatically based on screen resolution.
setMaskPattern(int) - 类 中的方法com.google.zxing.qrcode.encoder.QRCode
 
setMatrix(BitMatrix) - 类 中的方法com.google.zxing.aztec.encoder.AztecCode
 
setMatrix(ByteMatrix) - 类 中的方法com.google.zxing.qrcode.encoder.QRCode
 
setMetering(Camera.Parameters) - 类 中的静态方法com.google.zxing.client.android.camera.CameraConfigurationUtils
 
setMode(Mode) - 类 中的方法com.google.zxing.qrcode.encoder.QRCode
 
setNumBits(int) - 类 中的方法com.google.zxing.common.DecoderResult
 
setOptionalData(int[]) - 类 中的方法com.google.zxing.pdf417.PDF417ResultMetadata
 
setOther(Object) - 类 中的方法com.google.zxing.common.DecoderResult
 
setRange(int, int) - 类 中的方法com.google.zxing.common.BitArray
Sets a range of bits.
setRegion(int, int, int, int) - 类 中的方法com.google.zxing.common.BitMatrix
Sets a square region of the bit matrix to true.
setRow(int, BitArray) - 类 中的方法com.google.zxing.common.BitMatrix
 
setSegmentIndex(int) - 类 中的方法com.google.zxing.pdf417.PDF417ResultMetadata
 
setSize(int) - 类 中的方法com.google.zxing.aztec.encoder.AztecCode
 
setTorch(Camera.Parameters, boolean) - 类 中的静态方法com.google.zxing.client.android.camera.CameraConfigurationUtils
 
setTorch(boolean) - 类 中的方法com.google.zxing.client.android.camera.CameraManager
Convenience method for com.google.zxing.client.android.CaptureActivity
setVersion(Version) - 类 中的方法com.google.zxing.qrcode.encoder.QRCode
 
setVideoStabilization(Camera.Parameters) - 类 中的静态方法com.google.zxing.client.android.camera.CameraConfigurationUtils
 
setZoom(Camera.Parameters, double) - 类 中的静态方法com.google.zxing.client.android.camera.CameraConfigurationUtils
 
SHIFT_JIS - 类 中的静态变量com.google.zxing.common.StringUtils
 
SHOW_CONTENTS - 类 中的静态变量com.google.zxing.client.android.Intents.Encode
Normally the contents of the barcode are displayed to the user in a TextView.
showInstalledAppDetails(Context, String) - 类 中的静态方法com.google.zxing.client.android.BaseCaptureActivity
调用系统InstalledAppDetails界面显示已安装应用程序的详细信息。
SMSMMSResultParser - com.google.zxing.client.result中的类
Parses an "sms:" URI result, which specifies a number to SMS.
SMSMMSResultParser() - 类 的构造器com.google.zxing.client.result.SMSMMSResultParser
 
SMSParsedResult - com.google.zxing.client.result中的类
Represents a parsed result that encodes an SMS message, including recipients, subject and body text.
SMSParsedResult(String, String, String, String) - 类 的构造器com.google.zxing.client.result.SMSParsedResult
 
SMSParsedResult(String[], String[], String, String) - 类 的构造器com.google.zxing.client.result.SMSParsedResult
 
SMSTOMMSTOResultParser - com.google.zxing.client.result中的类
Parses an "smsto:" URI result, whose format is not standardized but appears to be like: smsto:number(:body).
SMSTOMMSTOResultParser() - 类 的构造器com.google.zxing.client.result.SMSTOMMSTOResultParser
 
SMTPResultParser - com.google.zxing.client.result中的类
Parses an "smtp:" URI result, whose format is not standardized but appears to be like: smtp[:subject[:body]].
SMTPResultParser() - 类 的构造器com.google.zxing.client.result.SMTPResultParser
 
squareToQuadrilateral(float, float, float, float, float, float, float, float) - 类 中的静态方法com.google.zxing.common.PerspectiveTransform
 
SSID - 类 中的静态变量com.google.zxing.client.android.Intents.WifiConnect
The network to connect to, all the configuration provided here.
startPreview() - 类 中的方法com.google.zxing.client.android.camera.CameraManager
Asks the camera hardware to begin drawing preview frames to the screen.
stopPreview() - 类 中的方法com.google.zxing.client.android.camera.CameraManager
Tells the camera to stop drawing preview frames.
StringUtils - com.google.zxing.common中的类
Common string-related functions.
sum(int[]) - 类 中的静态方法com.google.zxing.common.detector.MathUtils
 
surfaceChanged(SurfaceHolder, int, int, int) - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
 
surfaceCreated(SurfaceHolder) - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
 
surfaceDestroyed(SurfaceHolder) - 类 中的方法com.google.zxing.client.android.BaseCaptureActivity
 
SYMBOL_TABLE - 类 中的静态变量com.google.zxing.pdf417.PDF417Common
The sorted table of all possible symbols.
SymbolInfo - com.google.zxing.datamatrix.encoder中的类
Symbol info table for DataMatrix.
SymbolInfo(boolean, int, int, int, int, int) - 类 的构造器com.google.zxing.datamatrix.encoder.SymbolInfo
 
SymbolShapeHint - com.google.zxing.datamatrix.encoder中的枚举
Enumeration for DataMatrix symbol shape hint.

T

TelParsedResult - com.google.zxing.client.result中的类
Represents a parsed result that encodes a telephone number.
TelParsedResult(String, String, String) - 类 的构造器com.google.zxing.client.result.TelParsedResult
 
TelResultParser - com.google.zxing.client.result中的类
Parses a "tel:" URI result, which specifies a phone number.
TelResultParser() - 类 的构造器com.google.zxing.client.result.TelResultParser
 
TextParsedResult - com.google.zxing.client.result中的类
A simple result type encapsulating a string that has no further interpretation.
TextParsedResult(String, String) - 类 的构造器com.google.zxing.client.result.TextParsedResult
 
toBytes(int, byte[], int, int) - 类 中的方法com.google.zxing.common.BitArray
 
toIntArray(Collection<Integer>) - 类 中的静态方法com.google.zxing.pdf417.PDF417Common
 
toString() - 类 中的方法com.google.zxing.BinaryBitmap
 
toString() - 类 中的方法com.google.zxing.client.android.camera.open.OpenCamera
 
toString() - 类 中的方法com.google.zxing.client.result.ParsedResult
 
toString() - 类 中的方法com.google.zxing.common.BitArray
 
toString() - 类 中的方法com.google.zxing.common.BitMatrix
 
toString(String, String) - 类 中的方法com.google.zxing.common.BitMatrix
 
toString(String, String, String) - 类 中的方法com.google.zxing.common.BitMatrix
已过时。
call BitMatrix.toString(String,String) only, which uses \n line separator always
toString() - 类 中的方法com.google.zxing.common.reedsolomon.GenericGF
 
toString() - 类 中的方法com.google.zxing.datamatrix.decoder.Version
 
toString() - 类 中的方法com.google.zxing.datamatrix.encoder.SymbolInfo
 
toString() - 类 中的方法com.google.zxing.Dimension
 
toString() - 类 中的方法com.google.zxing.LuminanceSource
 
toString() - 类 中的方法com.google.zxing.oned.rss.DataCharacter
 
toString(BarcodeValue[][]) - 类 中的静态方法com.google.zxing.pdf417.decoder.PDF417ScanningDecoder
 
toString() - 类 中的方法com.google.zxing.qrcode.decoder.Version
 
toString() - 类 中的方法com.google.zxing.qrcode.encoder.ByteMatrix
 
toString() - 类 中的方法com.google.zxing.qrcode.encoder.QRCode
 
toString() - 类 中的方法com.google.zxing.Result
 
toString() - 类 中的方法com.google.zxing.ResultPoint
 
transformPoints(float[]) - 类 中的方法com.google.zxing.common.PerspectiveTransform
 
transformPoints(float[], float[]) - 类 中的方法com.google.zxing.common.PerspectiveTransform
 
TYPE - 类 中的静态变量com.google.zxing.client.android.Intents.Encode
The type of data being supplied if the format is QR Code.
TYPE - 类 中的静态变量com.google.zxing.client.android.Intents.WifiConnect
The network to connect to, all the configuration provided here.

U

unescapeBackslash(String) - 类 中的静态方法com.google.zxing.client.result.ResultParser
 
unset(int, int) - 类 中的方法com.google.zxing.common.BitMatrix
 
UPCAReader - com.google.zxing.oned中的类
Implements decoding of the UPC-A format.
UPCAReader() - 类 的构造器com.google.zxing.oned.UPCAReader
 
UPCAWriter - com.google.zxing.oned中的类
This object renders a UPC-A code as a BitMatrix.
UPCAWriter() - 类 的构造器com.google.zxing.oned.UPCAWriter
 
UPCEANReader - com.google.zxing.oned中的类
Encapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.
UPCEANReader() - 类 的构造器com.google.zxing.oned.UPCEANReader
 
UPCEANWriter - com.google.zxing.oned中的类
Encapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.
UPCEANWriter() - 类 的构造器com.google.zxing.oned.UPCEANWriter
 
UPCEReader - com.google.zxing.oned中的类
Implements decoding of the UPC-E format.
UPCEReader() - 类 的构造器com.google.zxing.oned.UPCEReader
 
UPCEWriter - com.google.zxing.oned中的类
This object renders an UPC-E code as a BitMatrix.
UPCEWriter() - 类 的构造器com.google.zxing.oned.UPCEWriter
 
updatePrefs() - 类 中的方法com.google.zxing.client.android.BeepManager
 
URIParsedResult - com.google.zxing.client.result中的类
A simple result type encapsulating a URI that has no further interpretation.
URIParsedResult(String, String) - 类 的构造器com.google.zxing.client.result.URIParsedResult
 
URIResultParser - com.google.zxing.client.result中的类
Tries to parse results that are a URI of some kind.
URIResultParser() - 类 的构造器com.google.zxing.client.result.URIResultParser
 
URLTOResultParser - com.google.zxing.client.result中的类
Parses the "URLTO" result format, which is of the form "URLTO:[title]:[url]".
URLTOResultParser() - 类 的构造器com.google.zxing.client.result.URLTOResultParser
 

V

valueOf(String) - 枚举 中的静态方法com.google.zxing.BarcodeFormat
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.google.zxing.client.android.camera.FrontLightMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.google.zxing.client.android.camera.open.CameraFacing
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.google.zxing.client.android.IntentSource
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.google.zxing.client.result.ParsedResultType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.google.zxing.common.CharacterSetECI
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.google.zxing.datamatrix.encoder.SymbolShapeHint
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.google.zxing.DecodeHintType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.google.zxing.EncodeHintType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.google.zxing.pdf417.encoder.Compaction
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.google.zxing.qrcode.decoder.Mode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.google.zxing.ResultMetadataType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.google.zxing.BarcodeFormat
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.google.zxing.client.android.camera.FrontLightMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.google.zxing.client.android.camera.open.CameraFacing
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.google.zxing.client.android.IntentSource
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.google.zxing.client.result.ParsedResultType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.google.zxing.common.CharacterSetECI
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.google.zxing.datamatrix.encoder.SymbolShapeHint
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.google.zxing.DecodeHintType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.google.zxing.EncodeHintType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.google.zxing.pdf417.encoder.Compaction
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.google.zxing.qrcode.decoder.Mode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.google.zxing.ResultMetadataType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VCardResultParser - com.google.zxing.client.result中的类
Parses contact information formatted according to the VCard (2.1) format.
VCardResultParser() - 类 的构造器com.google.zxing.client.result.VCardResultParser
 
Version - com.google.zxing.datamatrix.decoder中的类
The Version object encapsulates attributes about a particular size Data Matrix Code.
Version - com.google.zxing.qrcode.decoder中的类
See ISO 18004:2006 Annex D
Version.ECB - com.google.zxing.qrcode.decoder中的类
Encapsulates the parameters for one error-correction block in one symbol version.
Version.ECBlocks - com.google.zxing.qrcode.decoder中的类
Encapsulates a set of error-correction blocks in one symbol version.
VEventResultParser - com.google.zxing.client.result中的类
Partially implements the iCalendar format's "VEVENT" format for specifying a calendar event.
VEventResultParser() - 类 的构造器com.google.zxing.client.result.VEventResultParser
 
ViewfinderView - com.google.zxing.client.android中的类
This view is overlaid on top of the camera preview.
ViewfinderView(Context, AttributeSet) - 类 的构造器com.google.zxing.client.android.ViewfinderView
 
VINParsedResult - com.google.zxing.client.result中的类
Represents a parsed result that encodes a Vehicle Identification Number (VIN).
VINParsedResult(String, String, String, String, String, String, int, char, String) - 类 的构造器com.google.zxing.client.result.VINParsedResult
 
VINResultParser - com.google.zxing.client.result中的类
Detects a result that is likely a vehicle identification number.
VINResultParser() - 类 的构造器com.google.zxing.client.result.VINResultParser
 

W

WhiteRectangleDetector - com.google.zxing.common.detector中的类
Detects a candidate barcode-like rectangular region within an image.
WhiteRectangleDetector(BitMatrix) - 类 的构造器com.google.zxing.common.detector.WhiteRectangleDetector
 
WhiteRectangleDetector(BitMatrix, int, int, int) - 类 的构造器com.google.zxing.common.detector.WhiteRectangleDetector
 
WIDTH - 类 中的静态变量com.google.zxing.client.android.Intents.Scan
Optional parameters to specify the width and height of the scanning rectangle in pixels.
WifiParsedResult - com.google.zxing.client.result中的类
Represents a parsed result that encodes wifi network information, like SSID and password.
WifiParsedResult(String, String, String) - 类 的构造器com.google.zxing.client.result.WifiParsedResult
 
WifiParsedResult(String, String, String, boolean) - 类 的构造器com.google.zxing.client.result.WifiParsedResult
 
WifiResultParser - com.google.zxing.client.result中的类
Parses a WIFI configuration string.
WifiResultParser() - 类 的构造器com.google.zxing.client.result.WifiResultParser
 
Writer - com.google.zxing中的接口
The base class for all objects which encode/generate a barcode image.
WriterException - com.google.zxing中的异常错误
A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.
WriterException() - 异常错误 的构造器com.google.zxing.WriterException
 
WriterException(String) - 异常错误 的构造器com.google.zxing.WriterException
 
WriterException(Throwable) - 异常错误 的构造器com.google.zxing.WriterException
 

X

xor(BitArray) - 类 中的方法com.google.zxing.common.BitArray
 
xor(BitMatrix) - 类 中的方法com.google.zxing.common.BitMatrix
Exclusive-or (XOR): Flip the bit in this BitMatrix if the corresponding mask bit is set.
A B C D E F G H I K L M N O P Q R S T U V W X 
跳过导航链接