- AbstractExpandedDecoder - Class in com.google.zxing.oned.rss.expanded.decoders
-
- AbstractRSSReader - Class in com.google.zxing.oned.rss
-
- AbstractRSSReader() - Constructor for class com.google.zxing.oned.rss.AbstractRSSReader
-
- ACTION - Static variable in class 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 - Static variable in class 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 - Static variable in class com.google.zxing.client.android.Intents.SearchBookContents
-
Use Google Book Search to search the contents of the book provided.
- ACTION - Static variable in class 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 - Static variable in class com.google.zxing.client.android.Intents.WifiConnect
-
Internal intent used to trigger connection to a wi-fi network.
- addExtra(String, Object) - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- addHistoryItem(Result, ResultHandler) - Method in class com.google.zxing.client.android.history.HistoryManager
-
- addHistoryItemDetails(String, String) - Method in class com.google.zxing.client.android.history.HistoryManager
-
- addImplementationClass(int, String) - Method in class com.google.zxing.client.android.common.PlatformSupportManager
-
- addPossibleResultPoint(ResultPoint) - Method in class com.google.zxing.client.android.ViewfinderView
-
- AddressBookAUResultParser - Class in com.google.zxing.client.result
-
Implements KDDI AU's address book format.
- AddressBookAUResultParser() - Constructor for class com.google.zxing.client.result.AddressBookAUResultParser
-
- AddressBookDoCoMoResultParser - Class in com.google.zxing.client.result
-
Implements the "MECARD" address book entry format.
- AddressBookDoCoMoResultParser() - Constructor for class com.google.zxing.client.result.AddressBookDoCoMoResultParser
-
- AddressBookParsedResult - Class in com.google.zxing.client.result
-
- AddressBookParsedResult(String[], String, String[], String[], String[], String[], String, String, String[], String[], String, String, String, String) - Constructor for class com.google.zxing.client.result.AddressBookParsedResult
-
- AddressBookResultHandler - Class in com.google.zxing.client.android.result
-
Handles address book entries.
- AddressBookResultHandler(Activity, ParsedResult) - Constructor for class com.google.zxing.client.android.result.AddressBookResultHandler
-
- addResultPoints(ResultPoint[]) - Method in class com.google.zxing.Result
-
- AlignmentPattern - Class in com.google.zxing.qrcode.detector
-
Encapsulates an alignment pattern, which are the smaller square patterns found in
all but the simplest QR Codes.
- ALL_CODE_TYPES - Static variable in class com.google.zxing.integration.android.IntentIntegrator
-
- app_name - Static variable in class com.google.zxing.client.android.R.string
-
- app_picker_name - Static variable in class com.google.zxing.client.android.R.string
-
- appendBit(boolean) - Method in class com.google.zxing.common.BitArray
-
- appendBitArray(BitArray) - Method in class com.google.zxing.common.BitArray
-
- appendBits(int, int) - Method in class com.google.zxing.common.BitArray
-
Appends the least-significant bits, from value, in order from most-significant to
least-significant.
- appendPattern(boolean[], int, int[], boolean) - Static method in class com.google.zxing.oned.OneDimensionalCodeWriter
-
Appends the given pattern to the target array starting at pos.
- AppPickerActivity - Class in com.google.zxing.client.android.share
-
- AppPickerActivity() - Constructor for class com.google.zxing.client.android.share.AppPickerActivity
-
- areContentsSecure() - Method in class com.google.zxing.client.android.result.ResultHandler
-
Some barcode contents are considered secure, and should not be saved to history, copied to
the clipboard, or otherwise persisted.
- areContentsSecure() - Method in class com.google.zxing.client.android.result.URIResultHandler
-
- AsyncTaskExecInterface - Interface in com.google.zxing.client.android.common.executor
-
- AsyncTaskExecManager - Class in com.google.zxing.client.android.common.executor
-
- AsyncTaskExecManager() - Constructor for class com.google.zxing.client.android.common.executor.AsyncTaskExecManager
-
- available() - Method in class com.google.zxing.common.BitSource
-
- AZTEC_DATA_10 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
-
- AZTEC_DATA_12 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
-
- AZTEC_DATA_6 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
-
- AZTEC_DATA_8 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
-
- AZTEC_PARAM - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
-
- AztecDetectorResult - Class in com.google.zxing.aztec
-
- AztecDetectorResult(BitMatrix, ResultPoint[], boolean, int, int) - Constructor for class com.google.zxing.aztec.AztecDetectorResult
-
- AztecReader - Class in com.google.zxing.aztec
-
This implementation can detect and decode Aztec codes in an image.
- AztecReader() - Constructor for class com.google.zxing.aztec.AztecReader
-
- back_button - Static variable in class com.google.zxing.client.android.R.id
-
- barcode_image_view - Static variable in class com.google.zxing.client.android.R.id
-
- BarcodeFormat - Enum in com.google.zxing
-
Enumerates barcode formats known to this package.
- beep - Static variable in class com.google.zxing.client.android.R.raw
-
- Binarizer - Class in com.google.zxing
-
This class hierarchy provides a set of methods to convert luminance data to 1 bit data.
- Binarizer(LuminanceSource) - Constructor for class com.google.zxing.Binarizer
-
- BinaryBitmap - Class in com.google.zxing
-
This class is the core bitmap class used by ZXing to represent 1 bit data.
- BinaryBitmap(Binarizer) - Constructor for class com.google.zxing.BinaryBitmap
-
- BitArray - Class in com.google.zxing.common
-
A simple, fast array of bits, represented compactly by an array of ints internally.
- BitArray() - Constructor for class com.google.zxing.common.BitArray
-
- BitArray(int) - Constructor for class com.google.zxing.common.BitArray
-
- BitMatrix - Class in com.google.zxing.common
-
Represents a 2D matrix of bits.
- BitMatrix(int) - Constructor for class com.google.zxing.common.BitMatrix
-
- BitMatrix(int, int) - Constructor for class com.google.zxing.common.BitMatrix
-
- BitSource - Class in com.google.zxing.common
-
This provides an easy abstraction to read bits at a time from a sequence of bytes, where the
number of bits read is not often a multiple of 8.
- BitSource(byte[]) - Constructor for class com.google.zxing.common.BitSource
-
- BizcardResultParser - Class in 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() - Constructor for class com.google.zxing.client.result.BizcardResultParser
-
- BLACK - Static variable in class com.google.zxing.client.j2se.MatrixToImageConfig
-
- bookmark_picker_list_item - Static variable in class com.google.zxing.client.android.R.layout
-
- bookmark_picker_name - Static variable in class com.google.zxing.client.android.R.string
-
- bookmark_title - Static variable in class com.google.zxing.client.android.R.id
-
- bookmark_url - Static variable in class com.google.zxing.client.android.R.id
-
- BookmarkDoCoMoResultParser - Class in com.google.zxing.client.result
-
- BookmarkDoCoMoResultParser() - Constructor for class com.google.zxing.client.result.BookmarkDoCoMoResultParser
-
- BookmarkPickerActivity - Class in com.google.zxing.client.android.share
-
This class is only needed because I can't successfully send an ACTION_PICK intent to
com.android.browser.BrowserBookmarksPage.
- BookmarkPickerActivity() - Constructor for class com.google.zxing.client.android.share.BookmarkPickerActivity
-
- BSPlusPreference - Class in com.google.zxing.client.android.pref
-
A dummy pref that launches Play to the BS+ page.
- BSPlusPreference(Context, AttributeSet, int) - Constructor for class com.google.zxing.client.android.pref.BSPlusPreference
-
- BSPlusPreference(Context, AttributeSet) - Constructor for class com.google.zxing.client.android.pref.BSPlusPreference
-
- BSPlusPreference(Context) - Constructor for class com.google.zxing.client.android.pref.BSPlusPreference
-
- BufferedImageLuminanceSource - Class in com.google.zxing.client.j2se
-
This LuminanceSource implementation is meant for J2SE clients and our blackbox unit tests.
- BufferedImageLuminanceSource(BufferedImage) - Constructor for class com.google.zxing.client.j2se.BufferedImageLuminanceSource
-
- BufferedImageLuminanceSource(BufferedImage, int, int, int, int) - Constructor for class com.google.zxing.client.j2se.BufferedImageLuminanceSource
-
- build() - Method in class com.google.zxing.client.android.common.PlatformSupportManager
-
- BuildConfig - Class in com.google.zxing.client.android
-
- BuildConfig() - Constructor for class com.google.zxing.client.android.BuildConfig
-
- buildHistoryItem(int) - Method in class com.google.zxing.client.android.history.HistoryManager
-
- buildHistoryItems() - Method in class com.google.zxing.client.android.history.HistoryManager
-
- buildLuminanceSource(byte[], int, int) - Method in class 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.
- button_add_calendar - Static variable in class com.google.zxing.client.android.R.string
-
- button_add_contact - Static variable in class com.google.zxing.client.android.R.string
-
- button_back - Static variable in class com.google.zxing.client.android.R.string
-
- button_book_search - Static variable in class com.google.zxing.client.android.R.string
-
- button_cancel - Static variable in class com.google.zxing.client.android.R.string
-
- button_custom_product_search - Static variable in class com.google.zxing.client.android.R.string
-
- button_dial - Static variable in class com.google.zxing.client.android.R.string
-
- button_done - Static variable in class com.google.zxing.client.android.R.string
-
- button_email - Static variable in class com.google.zxing.client.android.R.string
-
- button_get_directions - Static variable in class com.google.zxing.client.android.R.string
-
- button_google_shopper - Static variable in class com.google.zxing.client.android.R.string
-
- button_mms - Static variable in class com.google.zxing.client.android.R.string
-
- button_ok - Static variable in class com.google.zxing.client.android.R.string
-
- button_open_browser - Static variable in class com.google.zxing.client.android.R.string
-
- button_product_search - Static variable in class com.google.zxing.client.android.R.string
-
- button_search_book_contents - Static variable in class com.google.zxing.client.android.R.string
-
- button_share_app - Static variable in class com.google.zxing.client.android.R.string
-
- button_share_bookmark - Static variable in class com.google.zxing.client.android.R.string
-
- button_share_by_email - Static variable in class com.google.zxing.client.android.R.string
-
- button_share_by_sms - Static variable in class com.google.zxing.client.android.R.string
-
- button_share_clipboard - Static variable in class com.google.zxing.client.android.R.string
-
- button_share_contact - Static variable in class com.google.zxing.client.android.R.string
-
- button_show_map - Static variable in class com.google.zxing.client.android.R.string
-
- button_sms - Static variable in class com.google.zxing.client.android.R.string
-
- button_web_search - Static variable in class com.google.zxing.client.android.R.string
-
- button_wifi - Static variable in class com.google.zxing.client.android.R.string
-
- ByQuadrantReader - Class in com.google.zxing.multi
-
This class attempts to decode a barcode from an image, not by scanning the whole image,
but by scanning subsets of the image.
- ByQuadrantReader(Reader) - Constructor for class com.google.zxing.multi.ByQuadrantReader
-
- ByteMatrix - Class in com.google.zxing.qrcode.encoder
-
A class which wraps a 2D array of bytes.
- ByteMatrix(int, int) - Constructor for class com.google.zxing.qrcode.encoder.ByteMatrix
-
- calculateModuleSize(ResultPoint, ResultPoint, ResultPoint) - Method in class com.google.zxing.qrcode.detector.Detector
-
Computes an average estimated module size based on estimated derived from the positions
of the three finder patterns.
- CalendarParsedResult - Class in com.google.zxing.client.result
-
- CalendarParsedResult(String, String, String, String, String, String[], String, double, double) - Constructor for class com.google.zxing.client.result.CalendarParsedResult
-
- CalendarResultHandler - Class in com.google.zxing.client.android.result
-
Handles calendar entries encoded in QR Codes.
- CalendarResultHandler(Activity, ParsedResult) - Constructor for class com.google.zxing.client.android.result.CalendarResultHandler
-
- CameraManager - Class in 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) - Constructor for class com.google.zxing.client.android.camera.CameraManager
-
- capture - Static variable in class com.google.zxing.client.android.R.layout
-
- capture - Static variable in class com.google.zxing.client.android.R.menu
-
- CaptureActivity - Class in com.google.zxing.client.android
-
This activity opens the camera and does the actual scanning on a background thread.
- CaptureActivity() - Constructor for class com.google.zxing.client.android.CaptureActivity
-
- CaptureActivityHandler - Class in com.google.zxing.client.android
-
This class handles all the messaging which comprises the state machine for capture.
- CHARACTER_SET - Static variable in class com.google.zxing.client.android.Intents.Scan
-
- CharacterSetECI - Enum in com.google.zxing.common
-
Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1
of ISO 18004.
- checkAndNudgePoints(BitMatrix, float[]) - Static method in class com.google.zxing.common.GridSampler
-
Checks a set of points that have been transformed to sample points on an image against
the image's dimensions to see if the point are even within the image.
- checkChecksum(String) - Method in class com.google.zxing.oned.UPCEReader
-
- ChecksumException - Exception in com.google.zxing
-
Thrown when a barcode was successfully detected and decoded, but
was not returned because its checksum feature failed.
- chooseMode(String) - Static method in class com.google.zxing.qrcode.encoder.Encoder
-
- clear() - Method in class com.google.zxing.common.BitArray
-
Clears all bits (sets to false).
- clear() - Method in class com.google.zxing.common.BitMatrix
-
Clears all bits (sets to false).
- clear(byte) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
-
- closeDriver() - Method in class com.google.zxing.client.android.camera.CameraManager
-
Closes the camera driver if still in use.
- CodaBarReader - Class in com.google.zxing.oned
-
Decodes Codabar barcodes.
- CodaBarReader() - Constructor for class com.google.zxing.oned.CodaBarReader
-
- CodaBarWriter - Class in com.google.zxing.oned
-
- CodaBarWriter() - Constructor for class com.google.zxing.oned.CodaBarWriter
-
- Code128Reader - Class in com.google.zxing.oned
-
Decodes Code 128 barcodes.
- Code128Reader() - Constructor for class com.google.zxing.oned.Code128Reader
-
- Code128Writer - Class in com.google.zxing.oned
-
This object renders a CODE128 code as a
BitMatrix
.
- Code128Writer() - Constructor for class com.google.zxing.oned.Code128Writer
-
- Code39Reader - Class in com.google.zxing.oned
-
Decodes Code 39 barcodes.
- Code39Reader() - Constructor for class com.google.zxing.oned.Code39Reader
-
Creates a reader that assumes all encoded data is data, and does not treat the final
character as a check digit.
- Code39Reader(boolean) - Constructor for class com.google.zxing.oned.Code39Reader
-
Creates a reader that can be configured to check the last character as a check digit.
- Code39Reader(boolean, boolean) - Constructor for class com.google.zxing.oned.Code39Reader
-
Creates a reader that can be configured to check the last character as a check digit,
or optionally attempt to decode "extended Code 39" sequences that are used to encode
the full ASCII character set.
- Code39Writer - Class in com.google.zxing.oned
-
This object renders a CODE39 code as a
BitMatrix
.
- Code39Writer() - Constructor for class com.google.zxing.oned.Code39Writer
-
- Code93Reader - Class in com.google.zxing.oned
-
Decodes Code 93 barcodes.
- Code93Reader() - Constructor for class com.google.zxing.oned.Code93Reader
-
- com.google.zxing - package com.google.zxing
-
- com.google.zxing.aztec - package com.google.zxing.aztec
-
- com.google.zxing.aztec.decoder - package com.google.zxing.aztec.decoder
-
- com.google.zxing.aztec.detector - package com.google.zxing.aztec.detector
-
- com.google.zxing.client.android - package com.google.zxing.client.android
-
- com.google.zxing.client.android.book - package com.google.zxing.client.android.book
-
- com.google.zxing.client.android.camera - package com.google.zxing.client.android.camera
-
- com.google.zxing.client.android.camera.exposure - package com.google.zxing.client.android.camera.exposure
-
- com.google.zxing.client.android.camera.open - package com.google.zxing.client.android.camera.open
-
- com.google.zxing.client.android.common - package com.google.zxing.client.android.common
-
- com.google.zxing.client.android.common.executor - package com.google.zxing.client.android.common.executor
-
- com.google.zxing.client.android.encode - package com.google.zxing.client.android.encode
-
- com.google.zxing.client.android.history - package com.google.zxing.client.android.history
-
- com.google.zxing.client.android.pref - package com.google.zxing.client.android.pref
-
- com.google.zxing.client.android.result - package com.google.zxing.client.android.result
-
- com.google.zxing.client.android.result.supplement - package com.google.zxing.client.android.result.supplement
-
- com.google.zxing.client.android.share - package com.google.zxing.client.android.share
-
- com.google.zxing.client.android.wifi - package com.google.zxing.client.android.wifi
-
- com.google.zxing.client.j2se - package com.google.zxing.client.j2se
-
- com.google.zxing.client.result - package com.google.zxing.client.result
-
- com.google.zxing.common - package com.google.zxing.common
-
- com.google.zxing.common.detector - package com.google.zxing.common.detector
-
- com.google.zxing.common.reedsolomon - package com.google.zxing.common.reedsolomon
-
- com.google.zxing.datamatrix - package com.google.zxing.datamatrix
-
- com.google.zxing.datamatrix.decoder - package com.google.zxing.datamatrix.decoder
-
- com.google.zxing.datamatrix.detector - package com.google.zxing.datamatrix.detector
-
- com.google.zxing.integration.android - package com.google.zxing.integration.android
-
- com.google.zxing.maxicode - package com.google.zxing.maxicode
-
- com.google.zxing.maxicode.decoder - package com.google.zxing.maxicode.decoder
-
- com.google.zxing.multi - package com.google.zxing.multi
-
- com.google.zxing.multi.qrcode - package com.google.zxing.multi.qrcode
-
- com.google.zxing.multi.qrcode.detector - package com.google.zxing.multi.qrcode.detector
-
- com.google.zxing.oned - package com.google.zxing.oned
-
- com.google.zxing.oned.rss - package com.google.zxing.oned.rss
-
- com.google.zxing.oned.rss.expanded - package com.google.zxing.oned.rss.expanded
-
- com.google.zxing.oned.rss.expanded.decoders - package com.google.zxing.oned.rss.expanded.decoders
-
- com.google.zxing.pdf417 - package com.google.zxing.pdf417
-
- com.google.zxing.pdf417.decoder - package com.google.zxing.pdf417.decoder
-
- com.google.zxing.pdf417.decoder.ec - package com.google.zxing.pdf417.decoder.ec
-
- com.google.zxing.pdf417.detector - package com.google.zxing.pdf417.detector
-
- com.google.zxing.pdf417.encoder - package com.google.zxing.pdf417.encoder
-
- com.google.zxing.qrcode - package com.google.zxing.qrcode
-
- com.google.zxing.qrcode.decoder - package com.google.zxing.qrcode.decoder
-
- com.google.zxing.qrcode.detector - package com.google.zxing.qrcode.detector
-
- com.google.zxing.qrcode.encoder - package com.google.zxing.qrcode.encoder
-
- com.google.zxing.web - package com.google.zxing.web
-
- CommandLineEncoder - Class in com.google.zxing.client.j2se
-
Command line utility for encoding barcodes.
- CommandLineRunner - Class in com.google.zxing.client.j2se
-
This simple command line utility decodes files, directories of files, or URIs which are passed
as arguments.
- Compaction - Enum in com.google.zxing.pdf417.encoder
-
- CONTACT - Static variable in class com.google.zxing.client.android.Contents.Type
-
A contact.
- Contents - Class in com.google.zxing.client.android
-
The set of constants to use when sending Barcode Scanner an Intent which requests a barcode
to be encoded.
- Contents.Type - Class in com.google.zxing.client.android
-
- contents_contact - Static variable in class com.google.zxing.client.android.R.string
-
- contents_email - Static variable in class com.google.zxing.client.android.R.string
-
- contents_location - Static variable in class com.google.zxing.client.android.R.string
-
- contents_phone - Static variable in class com.google.zxing.client.android.R.string
-
- contents_sms - Static variable in class com.google.zxing.client.android.R.string
-
- contents_supplement_text_view - Static variable in class com.google.zxing.client.android.R.id
-
- contents_text - Static variable in class com.google.zxing.client.android.R.color
-
- contents_text - Static variable in class com.google.zxing.client.android.R.string
-
- contents_text_view - Static variable in class com.google.zxing.client.android.R.id
-
- convertUPCEtoUPCA(String) - Static method in class com.google.zxing.oned.UPCEReader
-
Expands a UPC-E value back into its full, equivalent UPC-A code value.
- count(int[]) - Static method in class com.google.zxing.oned.rss.AbstractRSSReader
-
- country_codes - Static variable in class com.google.zxing.client.android.R.array
-
- createBinarizer(LuminanceSource) - Method in class com.google.zxing.Binarizer
-
Creates a new object with the same type as this Binarizer implementation, but with pristine
state.
- createBinarizer(LuminanceSource) - Method in class com.google.zxing.common.GlobalHistogramBinarizer
-
- createBinarizer(LuminanceSource) - Method in class com.google.zxing.common.HybridBinarizer
-
- createDecoder(BitArray) - Static method in class com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
-
- crop(int, int, int, int) - Method in class com.google.zxing.BinaryBitmap
-
Returns a new object with cropped image data.
- crop(int, int, int, int) - Method in class com.google.zxing.client.j2se.BufferedImageLuminanceSource
-
- crop(int, int, int, int) - Method in class com.google.zxing.LuminanceSource
-
Returns a new object with cropped image data.
- crop(int, int, int, int) - Method in class com.google.zxing.PlanarYUVLuminanceSource
-
- crop(int, int, int, int) - Method in class com.google.zxing.RGBLuminanceSource
-
- DATA - Static variable in class com.google.zxing.client.android.Intents.Encode
-
The data to encode.
- DATA_MATRIX_FIELD_256 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
-
- DATA_MATRIX_MODE - Static variable in class com.google.zxing.client.android.Intents.Scan
-
Decode only Data Matrix codes.
- DATA_MATRIX_TYPES - Static variable in class com.google.zxing.integration.android.IntentIntegrator
-
- DataCharacter - Class in com.google.zxing.oned.rss
-
- DataCharacter(int, int) - Constructor for class com.google.zxing.oned.rss.DataCharacter
-
- DataMatrixReader - Class in com.google.zxing.datamatrix
-
This implementation can detect and decode Data Matrix codes in an image.
- DataMatrixReader() - Constructor for class com.google.zxing.datamatrix.DataMatrixReader
-
- DEBUG - Static variable in class com.google.zxing.client.android.BuildConfig
-
- decode(BinaryBitmap) - Method in class com.google.zxing.aztec.AztecReader
-
Locates and decodes a Data Matrix code in an image.
- decode(BinaryBitmap, Map<DecodeHintType, ?>) - Method in class com.google.zxing.aztec.AztecReader
-
- decode(AztecDetectorResult) - Method in class com.google.zxing.aztec.decoder.Decoder
-
- decode - Static variable in class com.google.zxing.client.android.R.id
-
- decode(int[], int) - Method in class com.google.zxing.common.reedsolomon.ReedSolomonDecoder
-
Decodes given set of received codewords, which include both data and error-correction
codewords.
- decode(BinaryBitmap) - Method in class com.google.zxing.datamatrix.DataMatrixReader
-
Locates and decodes a Data Matrix code in an image.
- decode(BinaryBitmap, Map<DecodeHintType, ?>) - Method in class com.google.zxing.datamatrix.DataMatrixReader
-
- decode(boolean[][]) - Method in class com.google.zxing.datamatrix.decoder.Decoder
-
Convenience method that can decode a Data Matrix Code represented as a 2D array of booleans.
- decode(BitMatrix) - Method in class com.google.zxing.datamatrix.decoder.Decoder
-
Decodes a Data Matrix Code represented as a
BitMatrix
.
- decode(BitMatrix) - Method in class com.google.zxing.maxicode.decoder.Decoder
-
- decode(BitMatrix, Map<DecodeHintType, ?>) - Method in class com.google.zxing.maxicode.decoder.Decoder
-
- decode(BinaryBitmap) - Method in class com.google.zxing.maxicode.MaxiCodeReader
-
Locates and decodes a MaxiCode in an image.
- decode(BinaryBitmap, Map<DecodeHintType, ?>) - Method in class com.google.zxing.maxicode.MaxiCodeReader
-
- decode(BinaryBitmap) - Method in class com.google.zxing.multi.ByQuadrantReader
-
- decode(BinaryBitmap, Map<DecodeHintType, ?>) - Method in class com.google.zxing.multi.ByQuadrantReader
-
- decode(BinaryBitmap) - Method in class com.google.zxing.MultiFormatReader
-
This version of decode honors the intent of Reader.decode(BinaryBitmap) in that it
passes null as a hint to the decoders.
- decode(BinaryBitmap, Map<DecodeHintType, ?>) - Method in class com.google.zxing.MultiFormatReader
-
Decode an image using the hints provided.
- decode(BinaryBitmap) - Method in class com.google.zxing.oned.OneDReader
-
- decode(BinaryBitmap, Map<DecodeHintType, ?>) - Method in class com.google.zxing.oned.OneDReader
-
- decode(BinaryBitmap) - Method in class com.google.zxing.oned.UPCAReader
-
- decode(BinaryBitmap, Map<DecodeHintType, ?>) - Method in class com.google.zxing.oned.UPCAReader
-
- decode(boolean[][]) - Method in class com.google.zxing.pdf417.decoder.Decoder
-
Convenience method that can decode a PDF417 Code represented as a 2D array of booleans.
- decode(BitMatrix) - Method in class com.google.zxing.pdf417.decoder.Decoder
-
Decodes a PDF417 Code represented as a
BitMatrix
.
- decode(int[], int, int[]) - Method in class com.google.zxing.pdf417.decoder.ec.ErrorCorrection
-
- decode(BinaryBitmap) - Method in class com.google.zxing.pdf417.PDF417Reader
-
Locates and decodes a PDF417 code in an image.
- decode(BinaryBitmap, Map<DecodeHintType, ?>) - Method in class com.google.zxing.pdf417.PDF417Reader
-
- decode(boolean[][]) - Method in class com.google.zxing.qrcode.decoder.Decoder
-
- decode(boolean[][], Map<DecodeHintType, ?>) - Method in class com.google.zxing.qrcode.decoder.Decoder
-
Convenience method that can decode a QR Code represented as a 2D array of booleans.
- decode(BitMatrix) - Method in class com.google.zxing.qrcode.decoder.Decoder
-
- decode(BitMatrix, Map<DecodeHintType, ?>) - Method in class com.google.zxing.qrcode.decoder.Decoder
-
Decodes a QR Code represented as a
BitMatrix
.
- decode(BinaryBitmap) - Method in class com.google.zxing.qrcode.QRCodeReader
-
Locates and decodes a QR code in an image.
- decode(BinaryBitmap, Map<DecodeHintType, ?>) - Method in class com.google.zxing.qrcode.QRCodeReader
-
- decode(BinaryBitmap) - Method in interface com.google.zxing.Reader
-
Locates and decodes a barcode in some format within an image.
- decode(BinaryBitmap, Map<DecodeHintType, ?>) - Method in interface com.google.zxing.Reader
-
Locates and decodes a barcode in some format within an image.
- decode_failed - Static variable in class com.google.zxing.client.android.R.id
-
- decode_succeeded - Static variable in class com.google.zxing.client.android.R.id
-
- decodeEnd(BitArray, int) - Method in class com.google.zxing.oned.UPCEReader
-
- DecodeHintType - Enum in com.google.zxing
-
Encapsulates a type of hint that a caller may pass to a barcode reader to help it
more quickly or accurately decode it.
- decodeMiddle(BitArray, int[], StringBuilder) - Method in class com.google.zxing.oned.EAN13Reader
-
- decodeMiddle(BitArray, int[], StringBuilder) - Method in class com.google.zxing.oned.EAN8Reader
-
- decodeMiddle(BitArray, int[], StringBuilder) - Method in class com.google.zxing.oned.UPCAReader
-
- decodeMiddle(BitArray, int[], StringBuilder) - Method in class com.google.zxing.oned.UPCEANReader
-
Subclasses override this to decode the portion of a barcode between the start
and end guard patterns.
- decodeMiddle(BitArray, int[], StringBuilder) - Method in class com.google.zxing.oned.UPCEReader
-
- decodeMultiple(BinaryBitmap) - Method in class com.google.zxing.multi.GenericMultipleBarcodeReader
-
- decodeMultiple(BinaryBitmap, Map<DecodeHintType, ?>) - Method in class com.google.zxing.multi.GenericMultipleBarcodeReader
-
- decodeMultiple(BinaryBitmap) - Method in interface com.google.zxing.multi.MultipleBarcodeReader
-
- decodeMultiple(BinaryBitmap, Map<DecodeHintType, ?>) - Method in interface com.google.zxing.multi.MultipleBarcodeReader
-
- decodeMultiple(BinaryBitmap) - Method in class com.google.zxing.multi.qrcode.QRCodeMultiReader
-
- decodeMultiple(BinaryBitmap, Map<DecodeHintType, ?>) - Method in class com.google.zxing.multi.qrcode.QRCodeMultiReader
-
- Decoder - Class in com.google.zxing.aztec.decoder
-
The main class which implements Aztec Code decoding -- as opposed to locating and extracting
the Aztec Code from an image.
- Decoder() - Constructor for class com.google.zxing.aztec.decoder.Decoder
-
- Decoder - Class in com.google.zxing.datamatrix.decoder
-
The main class which implements Data Matrix Code decoding -- as opposed to locating and extracting
the Data Matrix Code from an image.
- Decoder() - Constructor for class com.google.zxing.datamatrix.decoder.Decoder
-
- Decoder - Class in com.google.zxing.maxicode.decoder
-
The main class which implements MaxiCode decoding -- as opposed to locating and extracting
the MaxiCode from an image.
- Decoder() - Constructor for class com.google.zxing.maxicode.decoder.Decoder
-
- Decoder - Class in com.google.zxing.pdf417.decoder
-
The main class which implements PDF417 Code decoding -- as
opposed to locating and extracting the PDF417 Code from an image.
- Decoder() - Constructor for class com.google.zxing.pdf417.decoder.Decoder
-
- Decoder - Class in com.google.zxing.qrcode.decoder
-
The main class which implements QR Code decoding -- as opposed to locating and extracting
the QR Code from an image.
- Decoder() - Constructor for class com.google.zxing.qrcode.decoder.Decoder
-
- decodeRow(int, BitArray, Map<DecodeHintType, ?>) - Method in class com.google.zxing.oned.CodaBarReader
-
- decodeRow(int, BitArray, Map<DecodeHintType, ?>) - Method in class com.google.zxing.oned.Code128Reader
-
- decodeRow(int, BitArray, Map<DecodeHintType, ?>) - Method in class com.google.zxing.oned.Code39Reader
-
- decodeRow(int, BitArray, Map<DecodeHintType, ?>) - Method in class com.google.zxing.oned.Code93Reader
-
- decodeRow(int, BitArray, Map<DecodeHintType, ?>) - Method in class com.google.zxing.oned.ITFReader
-
- decodeRow(int, BitArray, Map<DecodeHintType, ?>) - Method in class com.google.zxing.oned.MultiFormatOneDReader
-
- decodeRow(int, BitArray, Map<DecodeHintType, ?>) - Method in class com.google.zxing.oned.MultiFormatUPCEANReader
-
- decodeRow(int, BitArray, Map<DecodeHintType, ?>) - Method in class com.google.zxing.oned.OneDReader
-
Attempts to decode a one-dimensional barcode format given a single row of
an image.
- decodeRow(int, BitArray, Map<DecodeHintType, ?>) - Method in class com.google.zxing.oned.rss.expanded.RSSExpandedReader
-
- decodeRow(int, BitArray, Map<DecodeHintType, ?>) - Method in class com.google.zxing.oned.rss.RSS14Reader
-
- decodeRow(int, BitArray, int[], Map<DecodeHintType, ?>) - Method in class com.google.zxing.oned.UPCAReader
-
- decodeRow(int, BitArray, Map<DecodeHintType, ?>) - Method in class com.google.zxing.oned.UPCAReader
-
- decodeRow(int, BitArray, Map<DecodeHintType, ?>) - Method in class com.google.zxing.oned.UPCEANReader
-
- decodeRow(int, BitArray, int[], Map<DecodeHintType, ?>) - Method in class com.google.zxing.oned.UPCEANReader
-
- DecoderResult - Class in com.google.zxing.common
-
Encapsulates the result of decoding a matrix of bits.
- DecoderResult(byte[], String, List<byte[]>, String) - Constructor for class com.google.zxing.common.DecoderResult
-
- DecodeServlet - Class in com.google.zxing.web
-
HttpServlet
which decodes images containing barcodes.
- DecodeServlet() - Constructor for class com.google.zxing.web.DecodeServlet
-
- decodeWithState(BinaryBitmap) - Method in class com.google.zxing.MultiFormatReader
-
Decode an image using the state set up by calling setHints() previously.
- decrement(int[], float[]) - Static method in class com.google.zxing.oned.rss.AbstractRSSReader
-
- DEFAULT_MESSAGE - Static variable in class com.google.zxing.integration.android.IntentIntegrator
-
- DEFAULT_NO - Static variable in class com.google.zxing.integration.android.IntentIntegrator
-
- DEFAULT_PAGE - Static variable in class com.google.zxing.client.android.HelpActivity
-
- DEFAULT_TITLE - Static variable in class com.google.zxing.integration.android.IntentIntegrator
-
- DEFAULT_YES - Static variable in class com.google.zxing.integration.android.IntentIntegrator
-
- DefaultAsyncTaskExecInterface - Class in com.google.zxing.client.android.common.executor
-
Before Honeycomb, AsyncTask
uses parallel execution by default, which is desired.
- DefaultAsyncTaskExecInterface() - Constructor for class com.google.zxing.client.android.common.executor.DefaultAsyncTaskExecInterface
-
- DefaultExposureInterface - Class in com.google.zxing.client.android.camera.exposure
-
- DefaultExposureInterface() - Constructor for class com.google.zxing.client.android.camera.exposure.DefaultExposureInterface
-
- DefaultGridSampler - Class in com.google.zxing.common
-
- DefaultGridSampler() - Constructor for class com.google.zxing.common.DefaultGridSampler
-
- deleteHistoryItem(int) - Method in class com.google.zxing.client.android.history.HistoryManager
-
- destroy() - Method in class com.google.zxing.web.DecodeServlet
-
- destroy() - Method in class com.google.zxing.web.DoSFilter
-
- detect() - Method in class com.google.zxing.aztec.detector.Detector
-
Detects an Aztec Code in an image.
- detect() - Method in class com.google.zxing.common.detector.MonochromeRectangleDetector
-
Detects a rectangular region of black and white -- mostly black -- with a region of mostly
white, in an image.
- detect() - Method in class com.google.zxing.common.detector.WhiteRectangleDetector
-
Detects a candidate barcode-like rectangular region within an image.
- detect() - Method in class com.google.zxing.datamatrix.detector.Detector
-
Detects a Data Matrix Code in an image.
- detect() - Method in class com.google.zxing.pdf417.detector.Detector
-
Detects a PDF417 Code in an image, simply.
- detect(Map<DecodeHintType, ?>) - Method in class com.google.zxing.pdf417.detector.Detector
-
Detects a PDF417 Code in an image.
- detect() - Method in class com.google.zxing.qrcode.detector.Detector
-
Detects a QR Code in an image, simply.
- detect(Map<DecodeHintType, ?>) - Method in class com.google.zxing.qrcode.detector.Detector
-
Detects a QR Code in an image, simply.
- detectMulti(Map<DecodeHintType, ?>) - Method in class com.google.zxing.multi.qrcode.detector.MultiDetector
-
- Detector - Class in com.google.zxing.aztec.detector
-
Encapsulates logic that can detect an Aztec Code in an image, even if the Aztec Code
is rotated or skewed, or partially obscured.
- Detector(BitMatrix) - Constructor for class com.google.zxing.aztec.detector.Detector
-
- Detector - Class in com.google.zxing.datamatrix.detector
-
Encapsulates logic that can detect a Data Matrix Code in an image, even if the Data Matrix Code
is rotated or skewed, or partially obscured.
- Detector(BitMatrix) - Constructor for class com.google.zxing.datamatrix.detector.Detector
-
- Detector - Class in com.google.zxing.pdf417.detector
-
Encapsulates logic that can detect a PDF417 Code in an image, even if the
PDF417 Code is rotated or skewed, or partially obscured.
- Detector(BinaryBitmap) - Constructor for class com.google.zxing.pdf417.detector.Detector
-
- Detector - Class in com.google.zxing.qrcode.detector
-
Encapsulates logic that can detect a QR Code in an image, even if the QR Code
is rotated or skewed, or partially obscured.
- Detector(BitMatrix) - Constructor for class com.google.zxing.qrcode.detector.Detector
-
- DetectorResult - Class in com.google.zxing.common
-
Encapsulates the result of detecting a barcode in an image.
- DetectorResult(BitMatrix, ResultPoint[]) - Constructor for class com.google.zxing.common.DetectorResult
-
- Dimensions - Class in 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) - Constructor for class com.google.zxing.pdf417.encoder.Dimensions
-
- distance(float, float, float, float) - Static method in class com.google.zxing.common.detector.MathUtils
-
- distance(int, int, int, int) - Static method in class com.google.zxing.common.detector.MathUtils
-
- distance(ResultPoint, ResultPoint) - Static method in class com.google.zxing.ResultPoint
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.google.zxing.web.DoSFilter
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class com.google.zxing.web.DecodeServlet
-
- doInBackground(Object...) - Method in class com.google.zxing.client.android.result.supplement.SupplementalInfoRetriever
-
- doInBackground(WifiParsedResult...) - Method in class com.google.zxing.client.android.wifi.WifiConfigManager
-
- done_button - Static variable in class com.google.zxing.client.android.R.id
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.zxing.web.DecodeServlet
-
- DoSFilter - Class in com.google.zxing.web
-
A Filter
that rejects requests from hosts that are sending too many
requests in too short a time.
- DoSFilter() - Constructor for class com.google.zxing.web.DoSFilter
-
- downloadViaHttp(String, HttpHelper.ContentType) - Static method in class com.google.zxing.client.android.HttpHelper
-
Downloads the entire resource instead of part.
- downloadViaHttp(String, HttpHelper.ContentType, int) - Static method in class com.google.zxing.client.android.HttpHelper
-
- drawResultBitmap(Bitmap) - Method in class com.google.zxing.client.android.ViewfinderView
-
Draw a bitmap with the result points highlighted instead of the live scanning display.
- drawViewfinder() - Method in class com.google.zxing.client.android.CaptureActivity
-
- drawViewfinder() - Method in class com.google.zxing.client.android.ViewfinderView
-
- GB2312 - Static variable in class com.google.zxing.common.StringUtils
-
- GenericGF - Class in com.google.zxing.common.reedsolomon
-
This class contains utility methods for performing mathematical operations over
the Galois Fields.
- GenericGF(int, int) - Constructor for class com.google.zxing.common.reedsolomon.GenericGF
-
Create a representation of GF(size) using the given primitive polynomial.
- GenericMultipleBarcodeReader - Class in com.google.zxing.multi
-
Attempts to locate multiple barcodes in an image by repeatedly decoding portion of the image.
- GenericMultipleBarcodeReader(Reader) - Constructor for class com.google.zxing.multi.GenericMultipleBarcodeReader
-
- GeoParsedResult - Class in com.google.zxing.client.result
-
- GeoResultHandler - Class in com.google.zxing.client.android.result
-
Handles geographic coordinates (typically encoded as geo: URLs).
- GeoResultHandler(Activity, ParsedResult) - Constructor for class com.google.zxing.client.android.result.GeoResultHandler
-
- GeoResultParser - Class in 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() - Constructor for class com.google.zxing.client.result.GeoResultParser
-
- get(int) - Method in class com.google.zxing.common.BitArray
-
- get(int, int) - Method in class com.google.zxing.common.BitMatrix
-
Gets the requested bit, where true means black.
- get(int, int) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
-
- getAddresses() - Method in class com.google.zxing.client.result.AddressBookParsedResult
-
- getAddressTypes() - Method in class com.google.zxing.client.result.AddressBookParsedResult
-
- getAlignmentPatternCenters() - Method in class com.google.zxing.qrcode.decoder.Version
-
- getAltitude() - Method in class com.google.zxing.client.result.GeoParsedResult
-
- getArray() - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
-
- getAttendees() - Method in class com.google.zxing.client.result.CalendarParsedResult
-
- getBarcodeFormat() - Method in class com.google.zxing.Result
-
- getBestBeforeDate() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
-
- getBirthday() - Method in class com.google.zxing.client.result.AddressBookParsedResult
-
- getBitArray() - Method in class com.google.zxing.common.BitArray
-
- getBitOffset() - Method in class com.google.zxing.common.BitSource
-
- getBits() - Method in class com.google.zxing.common.DetectorResult
-
- getBits() - Method in enum com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
-
- getBits() - Method in enum com.google.zxing.qrcode.decoder.Mode
-
- getBlackMatrix() - Method in class com.google.zxing.Binarizer
-
Converts a 2D array of luminance data to 1 bit data.
- getBlackMatrix() - Method in class com.google.zxing.BinaryBitmap
-
Converts a 2D array of luminance data to 1 bit.
- getBlackMatrix() - Method in class com.google.zxing.common.GlobalHistogramBinarizer
-
- getBlackMatrix() - Method in class com.google.zxing.common.HybridBinarizer
-
Calculates the final BitMatrix once for all requests.
- getBlackRow(int, BitArray) - Method in class com.google.zxing.Binarizer
-
Converts one row of luminance data to 1 bit data.
- getBlackRow(int, BitArray) - Method in class com.google.zxing.BinaryBitmap
-
Converts one row of luminance data to 1 bit data.
- getBlackRow(int, BitArray) - Method in class com.google.zxing.common.GlobalHistogramBinarizer
-
- getBody() - Method in class com.google.zxing.client.result.EmailAddressParsedResult
-
- getBody() - Method in class com.google.zxing.client.result.SMSParsedResult
-
- getBookSearchCountryTLD(Context) - Static method in class com.google.zxing.client.android.LocaleManager
-
The same as above, but specifically for Google Book Search.
- getBottomLeft() - Method in class com.google.zxing.qrcode.detector.FinderPatternInfo
-
- getBottomRightOnBit() - Method in class com.google.zxing.common.BitMatrix
-
- getButtonCount() - Method in class com.google.zxing.client.android.result.AddressBookResultHandler
-
- getButtonCount() - Method in class com.google.zxing.client.android.result.CalendarResultHandler
-
- getButtonCount() - Method in class com.google.zxing.client.android.result.EmailAddressResultHandler
-
- getButtonCount() - Method in class com.google.zxing.client.android.result.GeoResultHandler
-
- getButtonCount() - Method in class com.google.zxing.client.android.result.ISBNResultHandler
-
- getButtonCount() - Method in class com.google.zxing.client.android.result.ProductResultHandler
-
- getButtonCount() - Method in class com.google.zxing.client.android.result.ResultHandler
-
Indicates how many buttons the derived class wants shown.
- getButtonCount() - Method in class com.google.zxing.client.android.result.SMSResultHandler
-
- getButtonCount() - Method in class com.google.zxing.client.android.result.TelResultHandler
-
- getButtonCount() - Method in class com.google.zxing.client.android.result.TextResultHandler
-
- getButtonCount() - Method in class com.google.zxing.client.android.result.URIResultHandler
-
- getButtonCount() - Method in class com.google.zxing.client.android.result.WifiResultHandler
-
- getButtonNo() - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- getButtonText(int) - Method in class com.google.zxing.client.android.result.AddressBookResultHandler
-
- getButtonText(int) - Method in class com.google.zxing.client.android.result.CalendarResultHandler
-
- getButtonText(int) - Method in class com.google.zxing.client.android.result.EmailAddressResultHandler
-
- getButtonText(int) - Method in class com.google.zxing.client.android.result.GeoResultHandler
-
- getButtonText(int) - Method in class com.google.zxing.client.android.result.ISBNResultHandler
-
- getButtonText(int) - Method in class com.google.zxing.client.android.result.ProductResultHandler
-
- getButtonText(int) - Method in class com.google.zxing.client.android.result.ResultHandler
-
The text of the nth action button.
- getButtonText(int) - Method in class com.google.zxing.client.android.result.SMSResultHandler
-
- getButtonText(int) - Method in class com.google.zxing.client.android.result.TelResultHandler
-
- getButtonText(int) - Method in class com.google.zxing.client.android.result.TextResultHandler
-
- getButtonText(int) - Method in class com.google.zxing.client.android.result.URIResultHandler
-
- getButtonText(int) - Method in class com.google.zxing.client.android.result.WifiResultHandler
-
- getButtonYes() - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- getByteOffset() - Method in class com.google.zxing.common.BitSource
-
- getByteSegments() - Method in class com.google.zxing.common.DecoderResult
-
- getCharacterCountBits(Version) - Method in enum com.google.zxing.qrcode.decoder.Mode
-
- getCharacterSetECIByName(String) - Static method in enum com.google.zxing.common.CharacterSetECI
-
- getCharacterSetECIByValue(int) - Static method in enum com.google.zxing.common.CharacterSetECI
-
- getChecksumInstance() - Static method in exception com.google.zxing.ChecksumException
-
- getChecksumPortion() - Method in class com.google.zxing.oned.rss.DataCharacter
-
- getContents() - Method in class com.google.zxing.integration.android.IntentResult
-
- getCount() - Method in class com.google.zxing.qrcode.decoder.Version.ECB
-
- getCountryTLD(Context) - Static method in class com.google.zxing.client.android.LocaleManager
-
- getDataCharacterCounters() - Method in class com.google.zxing.oned.rss.AbstractRSSReader
-
- getDataCodewords() - Method in class com.google.zxing.qrcode.decoder.Version.ECB
-
- getDataRegionSizeColumns() - Method in class com.google.zxing.datamatrix.decoder.Version
-
- getDataRegionSizeRows() - Method in class com.google.zxing.datamatrix.decoder.Version
-
- getDecodeFinderCounters() - Method in class com.google.zxing.oned.rss.AbstractRSSReader
-
- getDecoder() - Method in class com.google.zxing.qrcode.QRCodeReader
-
- getDefaultMargin() - Method in class com.google.zxing.oned.OneDimensionalCodeWriter
-
- getDefaultMargin() - Method in class com.google.zxing.oned.UPCEANWriter
-
- getDescription() - Method in class com.google.zxing.client.result.CalendarParsedResult
-
- getDimensionForVersion() - Method in class com.google.zxing.qrcode.decoder.Version
-
- getDisplayAndDetails() - Method in class com.google.zxing.client.android.history.HistoryItem
-
- getDisplayContents() - Method in class com.google.zxing.client.android.result.AddressBookResultHandler
-
- getDisplayContents() - Method in class com.google.zxing.client.android.result.CalendarResultHandler
-
- getDisplayContents() - Method in class com.google.zxing.client.android.result.ResultHandler
-
Create a possibly styled string for the contents of the current barcode.
- getDisplayContents() - Method in class com.google.zxing.client.android.result.SMSResultHandler
-
- getDisplayContents() - Method in class com.google.zxing.client.android.result.TelResultHandler
-
- getDisplayContents() - Method in class com.google.zxing.client.android.result.WifiResultHandler
-
- getDisplayResult() - Method in class com.google.zxing.client.result.AddressBookParsedResult
-
- getDisplayResult() - Method in class com.google.zxing.client.result.CalendarParsedResult
-
- getDisplayResult() - Method in class com.google.zxing.client.result.EmailAddressParsedResult
-
- getDisplayResult() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
-
- getDisplayResult() - Method in class com.google.zxing.client.result.GeoParsedResult
-
- getDisplayResult() - Method in class com.google.zxing.client.result.ISBNParsedResult
-
- getDisplayResult() - Method in class com.google.zxing.client.result.ParsedResult
-
- getDisplayResult() - Method in class com.google.zxing.client.result.ProductParsedResult
-
- getDisplayResult() - Method in class com.google.zxing.client.result.SMSParsedResult
-
- getDisplayResult() - Method in class com.google.zxing.client.result.TelParsedResult
-
- getDisplayResult() - Method in class com.google.zxing.client.result.TextParsedResult
-
- getDisplayResult() - Method in class com.google.zxing.client.result.URIParsedResult
-
- getDisplayResult() - Method in class com.google.zxing.client.result.WifiParsedResult
-
- getDisplayTitle() - Method in class com.google.zxing.client.android.result.AddressBookResultHandler
-
- getDisplayTitle() - Method in class com.google.zxing.client.android.result.CalendarResultHandler
-
- getDisplayTitle() - Method in class com.google.zxing.client.android.result.EmailAddressResultHandler
-
- getDisplayTitle() - Method in class com.google.zxing.client.android.result.GeoResultHandler
-
- getDisplayTitle() - Method in class com.google.zxing.client.android.result.ISBNResultHandler
-
- getDisplayTitle() - Method in class com.google.zxing.client.android.result.ProductResultHandler
-
- getDisplayTitle() - Method in class com.google.zxing.client.android.result.ResultHandler
-
A string describing the kind of barcode that was found, e.g.
- getDisplayTitle() - Method in class com.google.zxing.client.android.result.SMSResultHandler
-
- getDisplayTitle() - Method in class com.google.zxing.client.android.result.TelResultHandler
-
- getDisplayTitle() - Method in class com.google.zxing.client.android.result.TextResultHandler
-
- getDisplayTitle() - Method in class com.google.zxing.client.android.result.URIResultHandler
-
- getDisplayTitle() - Method in class com.google.zxing.client.android.result.WifiResultHandler
-
- getECBlocks() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
-
- getECBlocksForLevel(ErrorCorrectionLevel) - Method in class com.google.zxing.qrcode.decoder.Version
-
- getECCodewordsPerBlock() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
-
- getECLevel() - Method in class com.google.zxing.common.DecoderResult
-
- getECLevel() - Method in class com.google.zxing.qrcode.encoder.QRCode
-
- getEmailAddress() - Method in class com.google.zxing.client.result.EmailAddressParsedResult
-
- getEmails() - Method in class com.google.zxing.client.result.AddressBookParsedResult
-
- getEmailTypes() - Method in class com.google.zxing.client.result.AddressBookParsedResult
-
- getEnclosingRectangle() - Method in class com.google.zxing.common.BitMatrix
-
This is useful in detecting the enclosing rectangle of a 'pure' barcode.
- getEnd() - Method in class com.google.zxing.client.result.CalendarParsedResult
-
May return null if the event has no duration.
- getErrorCorrectionLevel() - Method in class com.google.zxing.integration.android.IntentResult
-
- getEstimatedModuleSize() - Method in class com.google.zxing.qrcode.detector.FinderPattern
-
- getEvenCounts() - Method in class com.google.zxing.oned.rss.AbstractRSSReader
-
- getEvenRoundingErrors() - Method in class com.google.zxing.oned.rss.AbstractRSSReader
-
- getExpirationDate() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
-
- getFormatInstance() - Static method in exception com.google.zxing.FormatException
-
- getFormatName() - Method in class com.google.zxing.integration.android.IntentResult
-
- getFramingRect() - Method in class 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() - Method in class com.google.zxing.client.android.camera.CameraManager
-
- getGeneralDecoder() - Method in class com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
-
- getGeoURI() - Method in class com.google.zxing.client.result.GeoParsedResult
-
- getHandler() - Method in class com.google.zxing.client.android.CaptureActivity
-
- getHeight() - Method in class com.google.zxing.Binarizer
-
- getHeight() - Method in class com.google.zxing.BinaryBitmap
-
- getHeight() - Method in class com.google.zxing.common.BitMatrix
-
- getHeight() - Method in class com.google.zxing.LuminanceSource
-
- getHeight() - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
-
- getImage() - Method in class com.google.zxing.qrcode.detector.Detector
-
- getImage() - Method in class com.google.zxing.qrcode.detector.FinderPatternFinder
-
- getInformation() - Method in class com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
-
- getInstance() - Static method in class com.google.zxing.common.GridSampler
-
- getInstantMessenger() - Method in class com.google.zxing.client.result.AddressBookParsedResult
-
- getISBN() - Method in class com.google.zxing.client.result.ISBNParsedResult
-
- getLanguage() - Method in class com.google.zxing.client.result.TextParsedResult
-
- getLatitude() - Method in class com.google.zxing.client.result.CalendarParsedResult
-
- getLatitude() - Method in class com.google.zxing.client.result.GeoParsedResult
-
- getLocation() - Method in class com.google.zxing.client.result.CalendarParsedResult
-
- getLongitude() - Method in class com.google.zxing.client.result.CalendarParsedResult
-
- getLongitude() - Method in class com.google.zxing.client.result.GeoParsedResult
-
- getLotNumber() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
-
- getLuminanceSource() - Method in class com.google.zxing.Binarizer
-
- getMailtoURI() - Method in class com.google.zxing.client.result.EmailAddressParsedResult
-
- getMaskPattern() - Method in class com.google.zxing.qrcode.encoder.QRCode
-
- getMassagedText(Result) - Static method in class com.google.zxing.client.result.ResultParser
-
- getMatrix() - Method in class com.google.zxing.client.j2se.BufferedImageLuminanceSource
-
- getMatrix() - Method in class com.google.zxing.LuminanceSource
-
Fetches luminance data for the underlying bitmap.
- getMatrix() - Method in class com.google.zxing.PlanarYUVLuminanceSource
-
- getMatrix() - Method in class com.google.zxing.qrcode.encoder.QRCode
-
- getMatrix() - Method in class com.google.zxing.RGBLuminanceSource
-
- getMaxCols() - Method in class com.google.zxing.pdf417.encoder.Dimensions
-
- getMaxRows() - Method in class com.google.zxing.pdf417.encoder.Dimensions
-
- getMessage() - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- getMinCols() - Method in class com.google.zxing.pdf417.encoder.Dimensions
-
- getMinRows() - Method in class com.google.zxing.pdf417.encoder.Dimensions
-
- getMode() - Method in class com.google.zxing.qrcode.encoder.QRCode
-
- getMoreExtras() - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- getNames() - Method in class com.google.zxing.client.result.AddressBookParsedResult
-
- getNbDatablocks() - Method in class com.google.zxing.aztec.AztecDetectorResult
-
- getNbLayers() - Method in class com.google.zxing.aztec.AztecDetectorResult
-
- getNetworkEncryption() - Method in class com.google.zxing.client.result.WifiParsedResult
-
- getNextSet(int) - Method in class com.google.zxing.common.BitArray
-
- getNextUnset(int) - Method in class com.google.zxing.common.BitArray
-
- getNormalizedProductID() - Method in class com.google.zxing.client.result.ProductParsedResult
-
- getNote() - Method in class com.google.zxing.client.result.AddressBookParsedResult
-
- getNotFoundInstance() - Static method in exception com.google.zxing.NotFoundException
-
- getNumber() - Method in class com.google.zxing.client.result.TelParsedResult
-
- getNumbers() - Method in class com.google.zxing.client.result.SMSParsedResult
-
- getNumBlocks() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
-
- getOddCounts() - Method in class com.google.zxing.oned.rss.AbstractRSSReader
-
- getOddRoundingErrors() - Method in class com.google.zxing.oned.rss.AbstractRSSReader
-
- getOrg() - Method in class com.google.zxing.client.result.AddressBookParsedResult
-
- getOrganizer() - Method in class com.google.zxing.client.result.CalendarParsedResult
-
- getOrientation() - Method in class com.google.zxing.integration.android.IntentResult
-
- getPackagingDate() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
-
- getPassword() - Method in class com.google.zxing.client.result.WifiParsedResult
-
- getPhoneNumbers() - Method in class com.google.zxing.client.result.AddressBookParsedResult
-
- getPhoneTypes() - Method in class com.google.zxing.client.result.AddressBookParsedResult
-
- getPixelOffColor() - Method in class com.google.zxing.client.j2se.MatrixToImageConfig
-
- getPixelOnColor() - Method in class com.google.zxing.client.j2se.MatrixToImageConfig
-
- getPoints() - Method in class com.google.zxing.common.DetectorResult
-
- getPossibleCenters() - Method in class com.google.zxing.qrcode.detector.FinderPatternFinder
-
- getPrice() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
-
- getPriceCurrency() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
-
- getPriceIncrement() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
-
- getProductID() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
-
- getProductID() - Method in class com.google.zxing.client.result.ProductParsedResult
-
- getProductionDate() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
-
- getProductSearchCountryTLD(Context) - Static method in class com.google.zxing.client.android.LocaleManager
-
The same as above, but specifically for Google Product Search.
- getPronunciation() - Method in class com.google.zxing.client.result.AddressBookParsedResult
-
In Japanese, the name is written in kanji, which can have multiple readings.
- getProvisionalVersionForDimension(int) - Static method in class com.google.zxing.qrcode.decoder.Version
-
Deduces version information purely from QR Code dimensions.
- getQuery() - Method in class com.google.zxing.client.result.GeoParsedResult
-
- getRawBytes() - Method in class com.google.zxing.common.DecoderResult
-
- getRawBytes() - Method in class com.google.zxing.integration.android.IntentResult
-
- getRawBytes() - Method in class com.google.zxing.Result
-
- getResult() - Method in class com.google.zxing.client.android.history.HistoryItem
-
- getResult() - Method in class com.google.zxing.client.android.result.ResultHandler
-
- getResultMetadata() - Method in class com.google.zxing.Result
-
- getResultPointCallback() - Method in class com.google.zxing.qrcode.detector.Detector
-
- getResultPoints() - Method in class com.google.zxing.oned.rss.FinderPattern
-
- getResultPoints() - Method in class com.google.zxing.Result
-
- getRow(int, byte[]) - Method in class com.google.zxing.client.j2se.BufferedImageLuminanceSource
-
- getRow(int, BitArray) - Method in class com.google.zxing.common.BitMatrix
-
A fast method to retrieve one row of data from the matrix as a BitArray.
- getRow(int, byte[]) - Method in class com.google.zxing.LuminanceSource
-
Fetches one row of luminance data from the underlying platform's bitmap.
- getRow(int, byte[]) - Method in class com.google.zxing.PlanarYUVLuminanceSource
-
- getRow(int, byte[]) - Method in class com.google.zxing.RGBLuminanceSource
-
- getRSSvalue(int[], int, boolean) - Static method in class com.google.zxing.oned.rss.RSSUtils
-
- getSize() - Method in class com.google.zxing.common.BitArray
-
- getSize() - Method in class com.google.zxing.common.reedsolomon.GenericGF
-
- getSizeInBytes() - Method in class com.google.zxing.common.BitArray
-
- getSMSURI() - Method in class com.google.zxing.client.result.SMSParsedResult
-
- getSscc() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
-
- getSsid() - Method in class com.google.zxing.client.result.WifiParsedResult
-
- getStart() - Method in class com.google.zxing.client.result.CalendarParsedResult
-
- getStartEnd() - Method in class com.google.zxing.oned.rss.FinderPattern
-
- getSubject() - Method in class com.google.zxing.client.result.EmailAddressParsedResult
-
- getSubject() - Method in class com.google.zxing.client.result.SMSParsedResult
-
- getSummary() - Method in class com.google.zxing.client.result.CalendarParsedResult
-
- getSymbolSizeColumns() - Method in class com.google.zxing.datamatrix.decoder.Version
-
- getSymbolSizeRows() - Method in class com.google.zxing.datamatrix.decoder.Version
-
- getTargetApplications() - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- getTelURI() - Method in class com.google.zxing.client.result.TelParsedResult
-
- getText() - Method in class com.google.zxing.client.result.TextParsedResult
-
- getText() - Method in class com.google.zxing.common.DecoderResult
-
- getText() - Method in class com.google.zxing.Result
-
- getTimestamp() - Method in class com.google.zxing.Result
-
- getTitle() - Method in class com.google.zxing.client.result.AddressBookParsedResult
-
- getTitle() - Method in class com.google.zxing.client.result.TelParsedResult
-
- getTitle() - Method in class com.google.zxing.client.result.URIParsedResult
-
- getTitle() - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- getTopLeft() - Method in class com.google.zxing.qrcode.detector.FinderPatternInfo
-
- getTopLeftOnBit() - Method in class com.google.zxing.common.BitMatrix
-
This is useful in detecting a corner of a 'pure' barcode.
- getTopRight() - Method in class com.google.zxing.qrcode.detector.FinderPatternInfo
-
- getTotalCodewords() - Method in class com.google.zxing.datamatrix.decoder.Version
-
- getTotalCodewords() - Method in class com.google.zxing.qrcode.decoder.Version
-
- getTotalECCodewords() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
-
- getTranslatedAssetLanguage() - Static method in class com.google.zxing.client.android.LocaleManager
-
- getType() - Method in class com.google.zxing.client.android.result.ResultHandler
-
A convenience method to get the parsed type.
- getType() - Method in class com.google.zxing.client.result.ParsedResult
-
- getUncommonAIs() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
-
- getURI() - Method in class com.google.zxing.client.result.URIParsedResult
-
- getURL() - Method in class com.google.zxing.client.result.AddressBookParsedResult
-
- getValue() - Method in enum com.google.zxing.common.CharacterSetECI
-
- getValue() - Method in class com.google.zxing.oned.rss.DataCharacter
-
- getValue() - Method in class com.google.zxing.oned.rss.FinderPattern
-
- getVersion() - Method in class com.google.zxing.qrcode.encoder.QRCode
-
- getVersionForDimensions(int, int) - Static method in class com.google.zxing.datamatrix.decoder.Version
-
Deduces version information from Data Matrix dimensions.
- getVersionForNumber(int) - Static method in class com.google.zxing.qrcode.decoder.Version
-
- getVersionNumber() - Method in class com.google.zxing.datamatrix.decoder.Version
-
- getVersionNumber() - Method in class com.google.zxing.qrcode.decoder.Version
-
- getVias() - Method in class com.google.zxing.client.result.SMSParsedResult
-
- getWeight() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
-
- getWeightIncrement() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
-
- getWeightType() - Method in class com.google.zxing.client.result.ExpandedProductParsedResult
-
- getWidth() - Method in class com.google.zxing.Binarizer
-
- getWidth() - Method in class com.google.zxing.BinaryBitmap
-
- getWidth() - Method in class com.google.zxing.common.BitMatrix
-
- getWidth() - Method in class com.google.zxing.LuminanceSource
-
- getWidth() - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
-
- getX() - Method in class com.google.zxing.ResultPoint
-
- getY() - Method in class com.google.zxing.ResultPoint
-
- GingerbreadOpenCameraInterface - Class in com.google.zxing.client.android.camera.open
-
Implementation for Android API 9 (Gingerbread) and later.
- GingerbreadOpenCameraInterface() - Constructor for class com.google.zxing.client.android.camera.open.GingerbreadOpenCameraInterface
-
- GlobalHistogramBinarizer - Class in com.google.zxing.common
-
This Binarizer implementation uses the old ZXing global histogram approach.
- GlobalHistogramBinarizer(LuminanceSource) - Constructor for class com.google.zxing.common.GlobalHistogramBinarizer
-
- GridSampler - Class in com.google.zxing.common
-
Implementations of this class can, given locations of finder patterns for a QR code in an
image, sample the right points in the image to reconstruct the QR code, accounting for
perspective distortion.
- GridSampler() - Constructor for class com.google.zxing.common.GridSampler
-
- guessEncoding(byte[], Map<DecodeHintType, ?>) - Static method in class com.google.zxing.common.StringUtils
-
- GUIRunner - Class in com.google.zxing.client.j2se
-
Simple GUI frontend to the library.
- image_view - Static variable in class com.google.zxing.client.android.R.id
-
- increment(int[], float[]) - Static method in class com.google.zxing.oned.rss.AbstractRSSReader
-
- init(ServletConfig) - Method in class com.google.zxing.web.DecodeServlet
-
- init(FilterConfig) - Method in class com.google.zxing.web.DoSFilter
-
- initiateScan() - Method in class com.google.zxing.integration.android.IntentIntegrator
-
Initiates a scan for all known barcode types.
- initiateScan(Collection<String>) - Method in class com.google.zxing.integration.android.IntentIntegrator
-
Initiates a scan only for a certain set of barcode types, given as strings corresponding
to their names in ZXing's BarcodeFormat
class like "UPC_A".
- INTEGER_MATH_SHIFT - Static variable in class com.google.zxing.oned.OneDReader
-
- IntentIntegrator - Class in com.google.zxing.integration.android
-
A utility class which helps ease integration with Barcode Scanner via Intent
s.
- IntentIntegrator(Activity) - Constructor for class com.google.zxing.integration.android.IntentIntegrator
-
- IntentIntegratorSupportV4 - Class in com.google.zxing.integration.android
-
IntentIntegrator for the V4 Android compatibility package.
- IntentIntegratorSupportV4(Fragment) - Constructor for class com.google.zxing.integration.android.IntentIntegratorSupportV4
-
- IntentIntegratorV30 - Class in com.google.zxing.integration.android
-
IntentIntegrator for Android version 3.0 and beyond.
- IntentIntegratorV30(Fragment) - Constructor for class com.google.zxing.integration.android.IntentIntegratorV30
-
- IntentResult - Class in com.google.zxing.integration.android
-
- Intents - Class in com.google.zxing.client.android
-
This class provides the constants to use when sending an Intent to Barcode Scanner.
- Intents.Encode - Class in com.google.zxing.client.android
-
- Intents.History - Class in com.google.zxing.client.android
-
- Intents.Scan - Class in com.google.zxing.client.android
-
- Intents.SearchBookContents - Class in com.google.zxing.client.android
-
- Intents.Share - Class in com.google.zxing.client.android
-
- Intents.WifiConnect - Class in com.google.zxing.client.android
-
- ISBN - Static variable in class com.google.zxing.client.android.Intents.SearchBookContents
-
The book to search, identified by ISBN number.
- ISBNParsedResult - Class in com.google.zxing.client.result
-
- ISBNResultHandler - Class in com.google.zxing.client.android.result
-
Handles books encoded by their ISBN values.
- ISBNResultHandler(Activity, ParsedResult, Result) - Constructor for class com.google.zxing.client.android.result.ISBNResultHandler
-
- ISBNResultParser - Class in com.google.zxing.client.result
-
Parses strings of digits that represent a ISBN.
- ISBNResultParser() - Constructor for class com.google.zxing.client.result.ISBNResultParser
-
- isBookSearchUrl(String) - Static method in class com.google.zxing.client.android.LocaleManager
-
Does a given URL point to Google Book Search, regardless of domain.
- isCompact() - Method in class com.google.zxing.aztec.AztecDetectorResult
-
- isCropSupported() - Method in class com.google.zxing.BinaryBitmap
-
- isCropSupported() - Method in class com.google.zxing.client.j2se.BufferedImageLuminanceSource
-
- isCropSupported() - Method in class com.google.zxing.LuminanceSource
-
- isCropSupported() - Method in class com.google.zxing.PlanarYUVLuminanceSource
-
- isCropSupported() - Method in class com.google.zxing.RGBLuminanceSource
-
- isEndAllDay() - Method in class com.google.zxing.client.result.CalendarParsedResult
-
- isFinderPattern(int[]) - Static method in class com.google.zxing.oned.rss.AbstractRSSReader
-
- isHidden() - Method in class com.google.zxing.client.result.WifiParsedResult
-
- isOpen() - Method in class com.google.zxing.client.android.camera.CameraManager
-
- isPossiblyMaliciousURI() - Method in class com.google.zxing.client.result.URIParsedResult
-
- isRange(int, int, boolean) - Method in class com.google.zxing.common.BitArray
-
Efficient method to check if a range of bits is set, or not set.
- isRotateSupported() - Method in class com.google.zxing.BinaryBitmap
-
- isRotateSupported() - Method in class com.google.zxing.client.j2se.BufferedImageLuminanceSource
-
This is always true, since the image is a gray-scale image.
- isRotateSupported() - Method in class com.google.zxing.LuminanceSource
-
- isStartAllDay() - Method in class com.google.zxing.client.result.CalendarParsedResult
-
- isStringOfDigits(CharSequence, int) - Static method in class com.google.zxing.client.result.ResultParser
-
- isSubstringOfAlphaNumeric(CharSequence, int, int) - Static method in class com.google.zxing.client.result.ResultParser
-
- isSubstringOfDigits(CharSequence, int, int) - Static method in class com.google.zxing.client.result.ResultParser
-
- isValidMaskPattern(int) - Static method in class com.google.zxing.qrcode.encoder.QRCode
-
- ITEM_NUMBER - Static variable in class com.google.zxing.client.android.Intents.History
-
- ITFReader - Class in com.google.zxing.oned
-
Implements decoding of the ITF format, or Interleaved Two of Five.
- ITFReader() - Constructor for class com.google.zxing.oned.ITFReader
-
- ITFWriter - Class in com.google.zxing.oned
-
This object renders a ITF code as a
BitMatrix
.
- ITFWriter() - Constructor for class com.google.zxing.oned.ITFWriter
-
- page_number_view - Static variable in class com.google.zxing.client.android.R.id
-
- parse(Result) - Method in class com.google.zxing.client.result.AddressBookAUResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.AddressBookDoCoMoResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.BizcardResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.BookmarkDoCoMoResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.EmailAddressResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.EmailDoCoMoResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.ExpandedProductResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.GeoResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.ISBNResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.ProductResultParser
-
- parse(Result) - Method in class 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) - Method in class com.google.zxing.client.result.SMSMMSResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.SMSTOMMSTOResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.SMTPResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.TelResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.URIResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.URLTOResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.VCardResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.VEventResultParser
-
- parse(Result) - Method in class com.google.zxing.client.result.WifiResultParser
-
- parseActivityResult(int, int, Intent) - Static method in class com.google.zxing.integration.android.IntentIntegrator
-
Call this from your Activity
's
Activity.onActivityResult(int, int, Intent)
method.
- ParsedResult - Class in com.google.zxing.client.result
-
Abstract class representing the result of decoding a barcode, as more than
a String -- as some type of structured data.
- ParsedResult(ParsedResultType) - Constructor for class com.google.zxing.client.result.ParsedResult
-
- ParsedResultType - Enum in com.google.zxing.client.result
-
Represents the type of data encoded by a barcode -- from plain text, to a
URI, to an e-mail address, etc.
- parseFinderValue(int[], int[][]) - Static method in class com.google.zxing.oned.rss.AbstractRSSReader
-
- parseHexDigit(char) - Static method in class com.google.zxing.client.result.ResultParser
-
- parseInformation() - Method in class com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
-
- parseResult(Result) - Static method in class com.google.zxing.client.result.ResultParser
-
- PASSWORD - Static variable in class com.google.zxing.client.android.Intents.WifiConnect
-
The network to connect to, all the configuration provided here.
- PATTERN_MATCH_RESULT_SCALE_FACTOR - Static variable in class com.google.zxing.oned.OneDReader
-
- patternMatchVariance(int[], int[], int) - Static method in class com.google.zxing.oned.OneDReader
-
Determines how closely a set of observed counts of runs of black/white values matches a given
target pattern.
- PDF417_GF - Static variable in class com.google.zxing.pdf417.decoder.ec.ModulusGF
-
- PDF417Reader - Class in com.google.zxing.pdf417
-
This implementation can detect and decode PDF417 codes in an image.
- PDF417Reader() - Constructor for class com.google.zxing.pdf417.PDF417Reader
-
- PDF417Writer - Class in com.google.zxing.pdf417.encoder
-
- PDF417Writer() - Constructor for class com.google.zxing.pdf417.encoder.PDF417Writer
-
- PerspectiveTransform - Class in com.google.zxing.common
-
This class implements a perspective transform in two dimensions.
- PHONE - Static variable in class com.google.zxing.client.android.Contents.Type
-
Use Intent.putExtra(DATA, string) where string is the phone number to call.
- PHONE_KEYS - Static variable in class com.google.zxing.client.android.Contents
-
When using Type.CONTACT, these arrays provide the keys for adding or retrieving multiple
phone numbers and addresses.
- PHONE_TYPE_KEYS - Static variable in class com.google.zxing.client.android.Contents
-
- PlanarYUVLuminanceSource - Class in 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) - Constructor for class com.google.zxing.PlanarYUVLuminanceSource
-
- PlatformSupportManager<T> - Class in com.google.zxing.client.android.common
-
Sometimes the application wants to access advanced functionality exposed by Android APIs that are only available
in later versions of the platform.
- PlatformSupportManager(Class<T>, T) - Constructor for class com.google.zxing.client.android.common.PlatformSupportManager
-
- possible_result_points - Static variable in class com.google.zxing.client.android.R.color
-
- POUND - Static variable in class com.google.zxing.client.result.ExpandedProductParsedResult
-
- preferences - Static variable in class com.google.zxing.client.android.R.xml
-
- preferences_actions_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_auto_focus_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_bulk_mode_summary - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_bulk_mode_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_copy_to_clipboard_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_custom_product_search_summary - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_custom_product_search_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_decode_1D_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_decode_Data_Matrix_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_decode_QR_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_device_bug_workarounds_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_disable_continuous_focus_summary - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_disable_continuous_focus_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_disable_exposure_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_front_light_summary - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_front_light_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_general_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_name - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_play_beep_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_remember_duplicates_summary - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_remember_duplicates_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_result_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_scanning_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_search_country - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_supplemental_summary - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_supplemental_title - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_try_bsplus - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_try_bsplus_summary - Static variable in class com.google.zxing.client.android.R.string
-
- preferences_vibrate_title - Static variable in class com.google.zxing.client.android.R.string
-
- PreferencesActivity - Class in com.google.zxing.client.android
-
The main settings activity.
- PreferencesActivity() - Constructor for class com.google.zxing.client.android.PreferencesActivity
-
- preview_view - Static variable in class com.google.zxing.client.android.R.id
-
- processFinderPatternInfo(FinderPatternInfo) - Method in class com.google.zxing.qrcode.detector.Detector
-
- PRODUCT_CODE_TYPES - Static variable in class com.google.zxing.integration.android.IntentIntegrator
-
- PRODUCT_MODE - Static variable in class com.google.zxing.client.android.Intents.Scan
-
Decode only UPC and EAN barcodes.
- ProductParsedResult - Class in com.google.zxing.client.result
-
- ProductResultHandler - Class in com.google.zxing.client.android.result
-
Handles generic products which are not books.
- ProductResultHandler(Activity, ParsedResult, Result) - Constructor for class com.google.zxing.client.android.result.ProductResultHandler
-
- ProductResultParser - Class in com.google.zxing.client.result
-
Parses strings of digits that represent a UPC code.
- ProductResultParser() - Constructor for class com.google.zxing.client.result.ProductResultParser
-
- PROMPT_MESSAGE - Static variable in class com.google.zxing.client.android.Intents.Scan
-
Prompt to show on-screen when scanning by intent.
- putAllMetadata(Map<ResultMetadataType, Object>) - Method in class com.google.zxing.Result
-
- putMetadata(ResultMetadataType, Object) - Method in class com.google.zxing.Result
-
- R - Class in com.google.zxing.client.android
-
- R() - Constructor for class com.google.zxing.client.android.R
-
- R.array - Class in com.google.zxing.client.android
-
- R.array() - Constructor for class com.google.zxing.client.android.R.array
-
- R.attr - Class in com.google.zxing.client.android
-
- R.attr() - Constructor for class com.google.zxing.client.android.R.attr
-
- R.color - Class in com.google.zxing.client.android
-
- R.color() - Constructor for class com.google.zxing.client.android.R.color
-
- R.dimen - Class in com.google.zxing.client.android
-
- R.dimen() - Constructor for class com.google.zxing.client.android.R.dimen
-
- R.drawable - Class in com.google.zxing.client.android
-
- R.drawable() - Constructor for class com.google.zxing.client.android.R.drawable
-
- R.id - Class in com.google.zxing.client.android
-
- R.id() - Constructor for class com.google.zxing.client.android.R.id
-
- R.layout - Class in com.google.zxing.client.android
-
- R.layout() - Constructor for class com.google.zxing.client.android.R.layout
-
- R.menu - Class in com.google.zxing.client.android
-
- R.menu() - Constructor for class com.google.zxing.client.android.R.menu
-
- R.raw - Class in com.google.zxing.client.android
-
- R.raw() - Constructor for class com.google.zxing.client.android.R.raw
-
- R.string - Class in com.google.zxing.client.android
-
- R.string() - Constructor for class com.google.zxing.client.android.R.string
-
- R.xml - Class in com.google.zxing.client.android
-
- R.xml() - Constructor for class com.google.zxing.client.android.R.xml
-
- readBits(int) - Method in class com.google.zxing.common.BitSource
-
- Reader - Interface in com.google.zxing
-
Implementations of this interface can decode an image of a barcode in some format into
the String it encodes.
- ReaderException - Exception in com.google.zxing
-
The general exception class throw when something goes wrong during decoding of a barcode.
- recordPattern(BitArray, int, int[]) - Static method in class com.google.zxing.oned.OneDReader
-
Records the size of successive runs of white and black pixels in a row, starting at a given point.
- recordPatternInReverse(BitArray, int, int[]) - Static method in class com.google.zxing.oned.OneDReader
-
- ReedSolomonDecoder - Class in com.google.zxing.common.reedsolomon
-
Implements Reed-Solomon decoding, as the name implies.
- ReedSolomonDecoder(GenericGF) - Constructor for class com.google.zxing.common.reedsolomon.ReedSolomonDecoder
-
- ReedSolomonEncoder - Class in com.google.zxing.common.reedsolomon
-
Implements Reed-Solomon enbcoding, as the name implies.
- ReedSolomonEncoder(GenericGF) - Constructor for class com.google.zxing.common.reedsolomon.ReedSolomonEncoder
-
- ReedSolomonException - Exception in com.google.zxing.common.reedsolomon
-
Thrown when an exception occurs during Reed-Solomon decoding, such as when
there are too many errors to correct.
- ReedSolomonException(String) - Constructor for exception com.google.zxing.common.reedsolomon.ReedSolomonException
-
- renderCroppedGreyscaleBitmap() - Method in class com.google.zxing.PlanarYUVLuminanceSource
-
- REQUEST_CODE - Static variable in class com.google.zxing.integration.android.IntentIntegrator
-
- REQUESTED_PAGE_KEY - Static variable in class com.google.zxing.client.android.HelpActivity
-
- requestPreviewFrame(Handler, int) - Method in class com.google.zxing.client.android.camera.CameraManager
-
A single preview frame will be returned to the handler supplied.
- reset() - Method in class com.google.zxing.aztec.AztecReader
-
- reset() - Method in class com.google.zxing.datamatrix.DataMatrixReader
-
- reset() - Method in class com.google.zxing.maxicode.MaxiCodeReader
-
- reset() - Method in class com.google.zxing.multi.ByQuadrantReader
-
- reset() - Method in class com.google.zxing.MultiFormatReader
-
- reset() - Method in class com.google.zxing.oned.MultiFormatOneDReader
-
- reset() - Method in class com.google.zxing.oned.MultiFormatUPCEANReader
-
- reset() - Method in class com.google.zxing.oned.OneDReader
-
- reset() - Method in class com.google.zxing.oned.rss.expanded.RSSExpandedReader
-
- reset() - Method in class com.google.zxing.oned.rss.RSS14Reader
-
- reset() - Method in class com.google.zxing.pdf417.PDF417Reader
-
- reset() - Method in class com.google.zxing.qrcode.QRCodeReader
-
- reset() - Method in interface com.google.zxing.Reader
-
Resets any internal state the implementation has after a decode, to prepare it
for reuse.
- restart_preview - Static variable in class com.google.zxing.client.android.R.id
-
- restartPreviewAfterDelay(long) - Method in class com.google.zxing.client.android.CaptureActivity
-
- RESULT - Static variable in class 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 - Class in com.google.zxing
-
Encapsulates the result of decoding a barcode within an image.
- Result(String, byte[], ResultPoint[], BarcodeFormat) - Constructor for class com.google.zxing.Result
-
- Result(String, byte[], ResultPoint[], BarcodeFormat, long) - Constructor for class com.google.zxing.Result
-
- result_address_book - Static variable in class com.google.zxing.client.android.R.string
-
- result_button_view - Static variable in class com.google.zxing.client.android.R.id
-
- RESULT_BYTE_SEGMENTS_PREFIX - Static variable in class com.google.zxing.client.android.Intents.Scan
-
- RESULT_BYTES - Static variable in class 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_calendar - Static variable in class com.google.zxing.client.android.R.string
-
- RESULT_DISPLAY_DURATION_MS - Static variable in class 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_email_address - Static variable in class com.google.zxing.client.android.R.string
-
- RESULT_ERROR_CORRECTION_LEVEL - Static variable in class com.google.zxing.client.android.Intents.Scan
-
- RESULT_FORMAT - Static variable in class com.google.zxing.client.android.Intents.Scan
-
- result_geo - Static variable in class com.google.zxing.client.android.R.string
-
- result_isbn - Static variable in class com.google.zxing.client.android.R.string
-
- result_list_view - Static variable in class com.google.zxing.client.android.R.id
-
- result_minor_text - Static variable in class com.google.zxing.client.android.R.color
-
Android standard ICS color
- RESULT_ORIENTATION - Static variable in class com.google.zxing.client.android.Intents.Scan
-
- result_points - Static variable in class com.google.zxing.client.android.R.color
-
- result_product - Static variable in class com.google.zxing.client.android.R.string
-
- result_sms - Static variable in class com.google.zxing.client.android.R.string
-
- result_tel - Static variable in class com.google.zxing.client.android.R.string
-
- result_text - Static variable in class com.google.zxing.client.android.R.color
-
Android standard ICS color
- result_text - Static variable in class com.google.zxing.client.android.R.string
-
- RESULT_UPC_EAN_EXTENSION - Static variable in class com.google.zxing.client.android.Intents.Scan
-
- result_uri - Static variable in class com.google.zxing.client.android.R.string
-
- result_view - Static variable in class com.google.zxing.client.android.R.color
-
- result_view - Static variable in class com.google.zxing.client.android.R.id
-
- result_wifi - Static variable in class com.google.zxing.client.android.R.string
-
- ResultButtonListener - Class in com.google.zxing.client.android.result
-
Handles the result of barcode decoding in the context of the Android platform, by dispatching the
proper intents to open other activities like GMail, Maps, etc.
- ResultButtonListener(ResultHandler, int) - Constructor for class com.google.zxing.client.android.result.ResultButtonListener
-
- ResultHandler - Class in com.google.zxing.client.android.result
-
A base class for the Android-specific barcode handlers.
- ResultHandlerFactory - Class in com.google.zxing.client.android.result
-
Manufactures Android-specific handlers based on the barcode content's type.
- ResultMetadataType - Enum in com.google.zxing
-
Represents some type of metadata about the result of the decoding that the decoder
wishes to communicate back to the caller.
- ResultParser - Class in com.google.zxing.client.result
-
Abstract class representing the result of decoding a barcode, as more than
a String -- as some type of structured data.
- ResultParser() - Constructor for class com.google.zxing.client.result.ResultParser
-
- ResultPoint - Class in com.google.zxing
-
Encapsulates a point of interest in an image containing a barcode.
- ResultPoint(float, float) - Constructor for class com.google.zxing.ResultPoint
-
- ResultPointCallback - Interface in com.google.zxing
-
Callback which is invoked when a possible result point (significant
point in the barcode image such as a corner) is found.
- return_scan_result - Static variable in class com.google.zxing.client.android.R.id
-
- reverse() - Method in class com.google.zxing.common.BitArray
-
Reverses all bits in the array.
- RGBLuminanceSource - Class in 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[]) - Constructor for class com.google.zxing.RGBLuminanceSource
-
- rotateCounterClockwise() - Method in class com.google.zxing.BinaryBitmap
-
Returns a new object with rotated image data by 90 degrees counterclockwise.
- rotateCounterClockwise() - Method in class com.google.zxing.client.j2se.BufferedImageLuminanceSource
-
- rotateCounterClockwise() - Method in class com.google.zxing.LuminanceSource
-
Returns a new object with rotated image data by 90 degrees counterclockwise.
- rotateCounterClockwise45() - Method in class com.google.zxing.BinaryBitmap
-
Returns a new object with rotated image data by 45 degrees counterclockwise.
- rotateCounterClockwise45() - Method in class com.google.zxing.client.j2se.BufferedImageLuminanceSource
-
- rotateCounterClockwise45() - Method in class com.google.zxing.LuminanceSource
-
Returns a new object with rotated image data by 45 degrees counterclockwise.
- round(float) - Static method in class com.google.zxing.common.detector.MathUtils
-
Ends up being a bit faster than Math.round(float)
.
- RSS14Reader - Class in com.google.zxing.oned.rss
-
Decodes RSS-14, including truncated and stacked variants.
- RSS14Reader() - Constructor for class com.google.zxing.oned.rss.RSS14Reader
-
- RSSExpandedReader - Class in com.google.zxing.oned.rss.expanded
-
- RSSExpandedReader() - Constructor for class com.google.zxing.oned.rss.expanded.RSSExpandedReader
-
- RSSUtils - Class in com.google.zxing.oned.rss
-
Adapted from listings in ISO/IEC 24724 Appendix B and Appendix G.
- sampleGrid(BitMatrix, int, int, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class com.google.zxing.common.DefaultGridSampler
-
- sampleGrid(BitMatrix, int, int, PerspectiveTransform) - Method in class com.google.zxing.common.DefaultGridSampler
-
- sampleGrid(BitMatrix, int, int, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class com.google.zxing.common.GridSampler
-
Samples an image for a rectangular matrix of bits of the given dimension.
- sampleGrid(BitMatrix, int, int, PerspectiveTransform) - Method in class com.google.zxing.common.GridSampler
-
- SAVE_HISTORY - Static variable in class com.google.zxing.client.android.Intents.Scan
-
Setting this to false will not save scanned codes in the history.
- sbc_name - Static variable in class com.google.zxing.client.android.R.string
-
- search_book_contents - Static variable in class com.google.zxing.client.android.R.layout
-
- search_book_contents_header - Static variable in class com.google.zxing.client.android.R.layout
-
- search_book_contents_list_item - Static variable in class com.google.zxing.client.android.R.layout
-
- SearchBookContentsActivity - Class in com.google.zxing.client.android.book
-
Uses Google Book Search to find a word or phrase in the requested book.
- SearchBookContentsActivity() - Constructor for class com.google.zxing.client.android.book.SearchBookContentsActivity
-
- SearchBookContentsListItem - Class in com.google.zxing.client.android.book
-
A list item which displays the page number and snippet of this search result.
- SearchBookContentsListItem(Context, AttributeSet) - Constructor for class com.google.zxing.client.android.book.SearchBookContentsListItem
-
- set(SearchBookContentsResult) - Method in class com.google.zxing.client.android.book.SearchBookContentsListItem
-
- set(int) - Method in class com.google.zxing.common.BitArray
-
Sets bit i.
- set(int, int) - Method in class com.google.zxing.common.BitMatrix
-
Sets the given bit to true.
- set(int, int, byte) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
-
- set(int, int, int) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
-
- set(int, int, boolean) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
-
- setBulk(int, int) - Method in class com.google.zxing.common.BitArray
-
Sets a block of 32 bits, starting at bit i.
- setButtonNo(String) - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- setButtonNoByID(int) - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- setButtonYes(String) - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- setButtonYesByID(int) - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- setCameraManager(CameraManager) - Method in class com.google.zxing.client.android.ViewfinderView
-
- setECLevel(ErrorCorrectionLevel) - Method in class com.google.zxing.qrcode.encoder.QRCode
-
- setExposure(Camera.Parameters, boolean) - Method in class com.google.zxing.client.android.camera.exposure.DefaultExposureInterface
-
- setExposure(Camera.Parameters, boolean) - Method in interface com.google.zxing.client.android.camera.exposure.ExposureInterface
-
- setExposure(Camera.Parameters, boolean) - Method in class com.google.zxing.client.android.camera.exposure.FroyoExposureInterface
-
- setGridSampler(GridSampler) - Static method in class com.google.zxing.common.GridSampler
-
Sets the implementation of GridSampler used by the library.
- setHints(Map<DecodeHintType, ?>) - Method in class com.google.zxing.MultiFormatReader
-
This method adds state to the MultiFormatReader.
- setManualFramingRect(int, int) - Method in class 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) - Method in class com.google.zxing.qrcode.encoder.QRCode
-
- setMatrix(ByteMatrix) - Method in class com.google.zxing.qrcode.encoder.QRCode
-
- setMessage(String) - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- setMessageByID(int) - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- setMode(Mode) - Method in class com.google.zxing.qrcode.encoder.QRCode
-
- setRange(int, int) - Method in class com.google.zxing.common.BitArray
-
Sets a range of bits.
- setRegion(int, int, int, int) - Method in class com.google.zxing.common.BitMatrix
-
Sets a square region of the bit matrix to true.
- setRow(int, BitArray) - Method in class com.google.zxing.common.BitMatrix
-
- setSingleTargetApplication(String) - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- setTargetApplications(Collection<String>) - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- setTitle(String) - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- setTitleByID(int) - Method in class com.google.zxing.integration.android.IntentIntegrator
-
- setTorch(boolean) - Method in class com.google.zxing.client.android.camera.CameraManager
-
- setVersion(Version) - Method in class com.google.zxing.qrcode.encoder.QRCode
-
- share - Static variable in class com.google.zxing.client.android.R.layout
-
- share_app_button - Static variable in class com.google.zxing.client.android.R.id
-
- share_bookmark_button - Static variable in class com.google.zxing.client.android.R.id
-
- share_clipboard_button - Static variable in class com.google.zxing.client.android.R.id
-
- share_contact_button - Static variable in class com.google.zxing.client.android.R.id
-
- share_name - Static variable in class com.google.zxing.client.android.R.string
-
- share_text_view - Static variable in class com.google.zxing.client.android.R.id
-
- share_via_barcode - Static variable in class com.google.zxing.client.android.R.drawable
-
- ShareActivity - Class in com.google.zxing.client.android.share
-
Barcode Scanner can share data like contacts and bookmarks by displaying a QR Code on screen,
such that another user can scan the barcode with their phone.
- ShareActivity() - Constructor for class com.google.zxing.client.android.share.ShareActivity
-
- shareText(CharSequence) - Method in class com.google.zxing.integration.android.IntentIntegrator
-
Defaults to type "TEXT_TYPE".
- shareText(CharSequence, CharSequence) - Method in class com.google.zxing.integration.android.IntentIntegrator
-
Shares the given text by encoding it as a barcode, such that another user can
scan the text off the screen of the device.
- SHIFT_JIS - Static variable in class com.google.zxing.common.StringUtils
-
- shopper_button - Static variable in class com.google.zxing.client.android.R.id
-
- shopper_icon - Static variable in class com.google.zxing.client.android.R.drawable
-
- SHOW_CONTENTS - Static variable in class com.google.zxing.client.android.Intents.Encode
-
Normally the contents of the barcode are displayed to the user in a TextView.
- SMS - Static variable in class com.google.zxing.client.android.Contents.Type
-
An SMS type.
- SMSMMSResultParser - Class in com.google.zxing.client.result
-
Parses an "sms:" URI result, which specifies a number to SMS.
- SMSMMSResultParser() - Constructor for class com.google.zxing.client.result.SMSMMSResultParser
-
- SMSParsedResult - Class in com.google.zxing.client.result
-
- SMSParsedResult(String, String, String, String) - Constructor for class com.google.zxing.client.result.SMSParsedResult
-
- SMSParsedResult(String[], String[], String, String) - Constructor for class com.google.zxing.client.result.SMSParsedResult
-
- SMSResultHandler - Class in com.google.zxing.client.android.result
-
Handles SMS addresses, offering a choice of composing a new SMS or MMS message.
- SMSResultHandler(Activity, ParsedResult) - Constructor for class com.google.zxing.client.android.result.SMSResultHandler
-
- SMSTOMMSTOResultParser - Class in com.google.zxing.client.result
-
Parses an "smsto:" URI result, whose format is not standardized but appears to be like:
smsto:number(:body)
.
- SMSTOMMSTOResultParser() - Constructor for class com.google.zxing.client.result.SMSTOMMSTOResultParser
-
- SMTPResultParser - Class in com.google.zxing.client.result
-
Parses an "smtp:" URI result, whose format is not standardized but appears to be like:
smtp(:subject(:body))
.
- SMTPResultParser() - Constructor for class com.google.zxing.client.result.SMTPResultParser
-
- snippet_view - Static variable in class com.google.zxing.client.android.R.id
-
- squareToQuadrilateral(float, float, float, float, float, float, float, float) - Static method in class com.google.zxing.common.PerspectiveTransform
-
- SSID - Static variable in class com.google.zxing.client.android.Intents.WifiConnect
-
The network to connect to, all the configuration provided here.
- standard_padding - Static variable in class com.google.zxing.client.android.R.dimen
-
- startActivityForResult(Intent, int) - Method in class com.google.zxing.integration.android.IntentIntegrator
-
Start an activity.
This method is defined to allow different methods of activity starting for
newer versions of Android and for compatibility library.
- startActivityForResult(Intent, int) - Method in class com.google.zxing.integration.android.IntentIntegratorSupportV4
-
- startActivityForResult(Intent, int) - Method in class com.google.zxing.integration.android.IntentIntegratorV30
-
- startPreview() - Method in class com.google.zxing.client.android.camera.CameraManager
-
Asks the camera hardware to begin drawing preview frames to the screen.
- status_text - Static variable in class com.google.zxing.client.android.R.color
-
- status_view - Static variable in class com.google.zxing.client.android.R.id
-
- stopPreview() - Method in class com.google.zxing.client.android.camera.CameraManager
-
Tells the camera to stop drawing preview frames.
- StringsResourceTranslator - Class in com.google.zxing
-
A utility which auto-translates English strings in Android string resources using
Google Translate.
- StringUtils - Class in com.google.zxing.common
-
Common string-related functions.
- SupplementalInfoRetriever - Class in com.google.zxing.client.android.result.supplement
-
- surfaceChanged(SurfaceHolder, int, int, int) - Method in class com.google.zxing.client.android.CaptureActivity
-
- surfaceCreated(SurfaceHolder) - Method in class com.google.zxing.client.android.CaptureActivity
-
- surfaceDestroyed(SurfaceHolder) - Method in class com.google.zxing.client.android.CaptureActivity
-
- valueOf(String) - Static method in enum com.google.zxing.BarcodeFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.zxing.client.android.HttpHelper.ContentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.zxing.client.result.ParsedResultType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.zxing.common.CharacterSetECI
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.zxing.DecodeHintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.zxing.EncodeHintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.zxing.pdf417.encoder.Compaction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.zxing.qrcode.decoder.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.zxing.ResultMetadataType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.google.zxing.BarcodeFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.zxing.client.android.HttpHelper.ContentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.zxing.client.result.ParsedResultType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.zxing.common.CharacterSetECI
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.zxing.DecodeHintType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.zxing.EncodeHintType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.zxing.pdf417.encoder.Compaction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.zxing.qrcode.decoder.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.zxing.ResultMetadataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VCardResultParser - Class in com.google.zxing.client.result
-
Parses contact information formatted according to the VCard (2.1) format.
- VCardResultParser() - Constructor for class com.google.zxing.client.result.VCardResultParser
-
- Version - Class in com.google.zxing.datamatrix.decoder
-
The Version object encapsulates attributes about a particular
size Data Matrix Code.
- Version - Class in com.google.zxing.qrcode.decoder
-
See ISO 18004:2006 Annex D
- Version.ECB - Class in com.google.zxing.qrcode.decoder
-
Encapsualtes the parameters for one error-correction block in one symbol version.
- Version.ECBlocks - Class in com.google.zxing.qrcode.decoder
-
Encapsulates a set of error-correction blocks in one symbol version.
- VEventResultParser - Class in com.google.zxing.client.result
-
Partially implements the iCalendar format's "VEVENT" format for specifying a
calendar event.
- VEventResultParser() - Constructor for class com.google.zxing.client.result.VEventResultParser
-
- viewfinder_laser - Static variable in class com.google.zxing.client.android.R.color
-
- viewfinder_mask - Static variable in class com.google.zxing.client.android.R.color
-
Android standard ICS color
- viewfinder_view - Static variable in class com.google.zxing.client.android.R.id
-
- ViewfinderView - Class in com.google.zxing.client.android
-
This view is overlaid on top of the camera preview.
- ViewfinderView(Context, AttributeSet) - Constructor for class com.google.zxing.client.android.ViewfinderView
-