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

A

addPossibleResultPoint(ResultPoint) - Method in class com.jtm.qrcode.ViewfinderView
 
AddressBookResultHandler - Class in com.jtm.qrcode.result
Handles address book entries.
AddressBookResultHandler(Activity, ParsedResult) - Constructor for class com.jtm.qrcode.result.AddressBookResultHandler
 
AlignmentPattern - Class in com.jtm.qrcode.qrcode.detector
Encapsulates an alignment pattern, which are the smaller square patterns found in all but the simplest QR Codes.
areContentsSecure() - Method in class com.jtm.qrcode.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.jtm.qrcode.result.URIResultHandler
 
at(int, int) - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 

B

buildLuminanceSource(byte[], int, int) - Method in class com.jtm.qrcode.camera.CameraManager
A factory method to build the appropriate LuminanceSource object based on the format of the preview buffers, as described by Camera.Parameters.
ByteMatrix - Class in com.jtm.qrcode.qrcode.encoder
A class which wraps a 2D array of bytes.
ByteMatrix(int, int) - Constructor for class com.jtm.qrcode.qrcode.encoder.ByteMatrix
 

C

calculateModuleSize(ResultPoint, ResultPoint, ResultPoint) - Method in class com.jtm.qrcode.qrcode.detector.Detector
Computes an average estimated module size based on estimated derived from the positions of the three finder patterns.
CalendarResultHandler - Class in com.jtm.qrcode.result
Handles calendar entries encoded in QR Codes.
CalendarResultHandler(Activity, ParsedResult) - Constructor for class com.jtm.qrcode.result.CalendarResultHandler
 
CameraConfigurationManager - Class in com.jtm.qrcode.camera
A class which deals with reading, parsing, and setting the camera parameters which are used to configure the camera hardware.
CameraConfigurationManager(Context) - Constructor for class com.jtm.qrcode.camera.CameraConfigurationManager
 
CameraManager - Class in com.jtm.qrcode.camera
This object wraps the Camera service object and expects to be the only one talking to it.
CameraManager(Context) - Constructor for class com.jtm.qrcode.camera.CameraManager
 
cameraManager - Variable in class com.jtm.qrcode.DecoderActivity
 
CaptureActivity - Class in com.jtm.qrcode
Example Capture Activity.
CaptureActivity() - Constructor for class com.jtm.qrcode.CaptureActivity
 
characterSet - Variable in class com.jtm.qrcode.DecoderActivity
 
chooseMode(String) - Static method in class com.jtm.qrcode.qrcode.encoder.Encoder
 
clear(byte) - Method in class com.jtm.qrcode.qrcode.encoder.ByteMatrix
 
closeDriver() - Method in class com.jtm.qrcode.camera.CameraManager
Closes the camera driver if still in use.
com.jtm.qrcode - package com.jtm.qrcode
 
com.jtm.qrcode.camera - package com.jtm.qrcode.camera
 
com.jtm.qrcode.data - package com.jtm.qrcode.data
 
com.jtm.qrcode.qrcode - package com.jtm.qrcode.qrcode
 
com.jtm.qrcode.qrcode.decoder - package com.jtm.qrcode.qrcode.decoder
 
com.jtm.qrcode.qrcode.detector - package com.jtm.qrcode.qrcode.detector
 
com.jtm.qrcode.qrcode.encoder - package com.jtm.qrcode.qrcode.encoder
 
com.jtm.qrcode.result - package com.jtm.qrcode.result
 
computeDimension(ResultPoint, ResultPoint, ResultPoint, float) - Static method in class com.jtm.qrcode.qrcode.detector.Detector
Computes the dimension (number of modules on a size) of the QR Code based on the position of the finder patterns and estimated module size.
CONTACT - Static variable in class com.jtm.qrcode.data.Contents.Type
A contact.
Contents - Class in com.jtm.qrcode.data
The set of constants to use when sending Barcode Scanner an Intent which requests a barcode to be encoded.
Contents.Type - Class in com.jtm.qrcode.data
 
createTransform(ResultPoint, ResultPoint, ResultPoint, ResultPoint, int) - Static method in class com.jtm.qrcode.qrcode.detector.Detector
 

D

decode(boolean[][]) - Method in class com.jtm.qrcode.qrcode.decoder.Decoder
 
decode(boolean[][], Map<DecodeHintType, ?>) - Method in class com.jtm.qrcode.qrcode.decoder.Decoder
Convenience method that can decode a QR Code represented as a 2D array of booleans.
decode(BitMatrix) - Method in class com.jtm.qrcode.qrcode.decoder.Decoder
 
decode(BitMatrix, Map<DecodeHintType, ?>) - Method in class com.jtm.qrcode.qrcode.decoder.Decoder
Decodes a QR Code represented as a BitMatrix.
decode(BinaryBitmap) - Method in class com.jtm.qrcode.qrcode.QRCodeReader
Locates and decodes a QR code in an image.
decode(BinaryBitmap, Map<DecodeHintType, ?>) - Method in class com.jtm.qrcode.qrcode.QRCodeReader
 
decodeFormats - Variable in class com.jtm.qrcode.DecoderActivity
 
Decoder - Class in com.jtm.qrcode.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.jtm.qrcode.qrcode.decoder.Decoder
 
DecoderActivity - Class in com.jtm.qrcode
Example Decoder Activity.
DecoderActivity() - Constructor for class com.jtm.qrcode.DecoderActivity
 
DecoderActivityHandler - Class in com.jtm.qrcode
This class handles all the messaging which comprises the state machine for capture.
detect() - Method in class com.jtm.qrcode.qrcode.detector.Detector
Detects a QR Code in an image, simply.
detect(Map<DecodeHintType, ?>) - Method in class com.jtm.qrcode.qrcode.detector.Detector
Detects a QR Code in an image, simply.
Detector - Class in com.jtm.qrcode.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.jtm.qrcode.qrcode.detector.Detector
 
drawLine(Canvas, Paint, ResultPoint, ResultPoint) - Static method in class com.jtm.qrcode.DecoderActivity
 
drawResultBitmap(Bitmap) - Method in class com.jtm.qrcode.ViewfinderView
Draw a bitmap with the result points highlighted instead of the live scanning display.
drawResultPoints(Bitmap, Result) - Method in class com.jtm.qrcode.DecoderActivity
 
drawViewfinder() - Method in class com.jtm.qrcode.ViewfinderView
 

E

EMAIL - Static variable in class com.jtm.qrcode.data.Contents.Type
An email type.
EMAIL_KEYS - Static variable in class com.jtm.qrcode.data.Contents
 
EMAIL_TYPE_KEYS - Static variable in class com.jtm.qrcode.data.Contents
 
EmailAddressResultHandler - Class in com.jtm.qrcode.result
Handles email addresses.
EmailAddressResultHandler(Activity, ParsedResult) - Constructor for class com.jtm.qrcode.result.EmailAddressResultHandler
 
encode(String, ErrorCorrectionLevel, QRCode) - Static method in class com.jtm.qrcode.qrcode.encoder.Encoder
Encode "bytes" with the error correction level "ecLevel".
encode(String, ErrorCorrectionLevel, Map<EncodeHintType, ?>, QRCode) - Static method in class com.jtm.qrcode.qrcode.encoder.Encoder
 
encode(String, BarcodeFormat, int, int) - Method in class com.jtm.qrcode.qrcode.QRCodeWriter
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - Method in class com.jtm.qrcode.qrcode.QRCodeWriter
 
encodeAsBitmap() - Method in class com.jtm.qrcode.qrcode.QRCodeEncoder
 
Encoder - Class in com.jtm.qrcode.qrcode.encoder
 
EncoderActivity - Class in com.jtm.qrcode
Example Encoder Activity.
EncoderActivity() - Constructor for class com.jtm.qrcode.EncoderActivity
 
ErrorCorrectionLevel - Enum in com.jtm.qrcode.qrcode.decoder
See ISO 18004:2006, 6.5.1.

F

findAlignmentInRegion(float, int, int, float) - Method in class com.jtm.qrcode.qrcode.detector.Detector
Attempts to locate an alignment pattern in a limited region of the image, which is guessed to contain it.
FinderPattern - Class in com.jtm.qrcode.qrcode.detector
Encapsulates a finder pattern, which are the three square patterns found in the corners of QR Codes.
FinderPatternFinder - Class in com.jtm.qrcode.qrcode.detector
This class attempts to find finder patterns in a QR Code.
FinderPatternFinder(BitMatrix) - Constructor for class com.jtm.qrcode.qrcode.detector.FinderPatternFinder
Creates a finder that will search the image for three finder patterns.
FinderPatternFinder(BitMatrix, ResultPointCallback) - Constructor for class com.jtm.qrcode.qrcode.detector.FinderPatternFinder
 
FinderPatternInfo - Class in com.jtm.qrcode.qrcode.detector
Encapsulates information about finder patterns in an image, including the location of the three finder patterns, and their estimated module size.
FinderPatternInfo(FinderPattern[]) - Constructor for class com.jtm.qrcode.qrcode.detector.FinderPatternInfo
 
forBits(int) - Static method in enum com.jtm.qrcode.qrcode.decoder.ErrorCorrectionLevel
 
forBits(int) - Static method in enum com.jtm.qrcode.qrcode.decoder.Mode
 
foundPatternCross(int[]) - Static method in class com.jtm.qrcode.qrcode.detector.FinderPatternFinder
 

G

GeoResultHandler - Class in com.jtm.qrcode.result
Handles geographic coordinates (typically encoded as geo: URLs).
GeoResultHandler(Activity, ParsedResult) - Constructor for class com.jtm.qrcode.result.GeoResultHandler
 
get(int, int) - Method in class com.jtm.qrcode.qrcode.encoder.ByteMatrix
 
getAlignmentPatternCenters() - Method in class com.jtm.qrcode.qrcode.decoder.Version
 
getArray() - Method in class com.jtm.qrcode.qrcode.encoder.ByteMatrix
 
getBits() - Method in enum com.jtm.qrcode.qrcode.decoder.ErrorCorrectionLevel
 
getBits() - Method in enum com.jtm.qrcode.qrcode.decoder.Mode
 
getBottomLeft() - Method in class com.jtm.qrcode.qrcode.detector.FinderPatternInfo
 
getCamera() - Method in class com.jtm.qrcode.camera.CameraManager
 
getCameraManager() - Method in class com.jtm.qrcode.DecoderActivity
 
getCameraManager() - Method in interface com.jtm.qrcode.IDecoderActivity
 
getCameraResolution() - Method in class com.jtm.qrcode.camera.CameraConfigurationManager
 
getCharacterCountBits(Version) - Method in enum com.jtm.qrcode.qrcode.decoder.Mode
 
getConfigurationManager() - Method in class com.jtm.qrcode.camera.CameraManager
 
getContents() - Method in class com.jtm.qrcode.qrcode.QRCodeEncoder
 
getCount() - Method in class com.jtm.qrcode.qrcode.decoder.Version.ECB
 
getDataCodewords() - Method in class com.jtm.qrcode.qrcode.decoder.Version.ECB
 
getDecoder() - Method in class com.jtm.qrcode.qrcode.QRCodeReader
 
getDimensionForVersion() - Method in class com.jtm.qrcode.qrcode.decoder.Version
 
getDisplayContents() - Method in class com.jtm.qrcode.qrcode.QRCodeEncoder
 
getDisplayContents() - Method in class com.jtm.qrcode.result.AddressBookResultHandler
 
getDisplayContents() - Method in class com.jtm.qrcode.result.CalendarResultHandler
 
getDisplayContents() - Method in class com.jtm.qrcode.result.EmailAddressResultHandler
 
getDisplayContents() - Method in class com.jtm.qrcode.result.GeoResultHandler
 
getDisplayContents() - Method in class com.jtm.qrcode.result.ISBNResultHandler
 
getDisplayContents() - Method in class com.jtm.qrcode.result.ProductResultHandler
 
getDisplayContents() - Method in class com.jtm.qrcode.result.ResultHandler
Create a possibly styled string for the contents of the current barcode.
getDisplayContents() - Method in class com.jtm.qrcode.result.SMSResultHandler
 
getDisplayContents() - Method in class com.jtm.qrcode.result.TelResultHandler
 
getDisplayContents() - Method in class com.jtm.qrcode.result.TextResultHandler
 
getDisplayContents() - Method in class com.jtm.qrcode.result.URIResultHandler
 
getDisplayContents() - Method in class com.jtm.qrcode.result.WifiResultHandler
 
getDisplayTitle() - Method in class com.jtm.qrcode.result.AddressBookResultHandler
 
getDisplayTitle() - Method in class com.jtm.qrcode.result.CalendarResultHandler
 
getDisplayTitle() - Method in class com.jtm.qrcode.result.EmailAddressResultHandler
 
getDisplayTitle() - Method in class com.jtm.qrcode.result.GeoResultHandler
 
getDisplayTitle() - Method in class com.jtm.qrcode.result.ISBNResultHandler
 
getDisplayTitle() - Method in class com.jtm.qrcode.result.ProductResultHandler
 
getDisplayTitle() - Method in class com.jtm.qrcode.result.ResultHandler
A string describing the kind of barcode that was found, e.g.
getDisplayTitle() - Method in class com.jtm.qrcode.result.SMSResultHandler
 
getDisplayTitle() - Method in class com.jtm.qrcode.result.TelResultHandler
 
getDisplayTitle() - Method in class com.jtm.qrcode.result.TextResultHandler
 
getDisplayTitle() - Method in class com.jtm.qrcode.result.URIResultHandler
 
getDisplayTitle() - Method in class com.jtm.qrcode.result.WifiResultHandler
 
getECBlocks() - Method in class com.jtm.qrcode.qrcode.decoder.Version.ECBlocks
 
getECBlocksForLevel(ErrorCorrectionLevel) - Method in class com.jtm.qrcode.qrcode.decoder.Version
 
getECCodewordsPerBlock() - Method in class com.jtm.qrcode.qrcode.decoder.Version.ECBlocks
 
getECLevel() - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
getEstimatedModuleSize() - Method in class com.jtm.qrcode.qrcode.detector.FinderPattern
 
getFramingRect() - Method in class com.jtm.qrcode.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.jtm.qrcode.camera.CameraManager
Like CameraManager.getFramingRect() but coordinates are in terms of the preview frame, not UI / screen.
getHandler() - Method in class com.jtm.qrcode.DecoderActivity
 
getHandler() - Method in interface com.jtm.qrcode.IDecoderActivity
 
getHeight() - Method in class com.jtm.qrcode.qrcode.encoder.ByteMatrix
 
getImage() - Method in class com.jtm.qrcode.qrcode.detector.Detector
 
getImage() - Method in class com.jtm.qrcode.qrcode.detector.FinderPatternFinder
 
getMaskPattern() - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
getMatrix() - Method in class com.jtm.qrcode.PlanarYUVLuminanceSource
 
getMatrix() - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
getMatrixWidth() - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
getMode() - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
getNumBlocks() - Method in class com.jtm.qrcode.qrcode.decoder.Version.ECBlocks
 
getNumDataBytes() - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
getNumECBytes() - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
getNumRSBlocks() - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
getNumTotalBytes() - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
getPossibleCenters() - Method in class com.jtm.qrcode.qrcode.detector.FinderPatternFinder
 
getProvisionalVersionForDimension(int) - Static method in class com.jtm.qrcode.qrcode.decoder.Version
Deduces version information purely from QR Code dimensions.
getRawResult() - Method in class com.jtm.qrcode.result.ResultHandler
 
getResult() - Method in class com.jtm.qrcode.result.ResultHandler
 
getResultPointCallback() - Method in class com.jtm.qrcode.qrcode.detector.Detector
 
getRow(int, byte[]) - Method in class com.jtm.qrcode.PlanarYUVLuminanceSource
 
getScreenResolution() - Method in class com.jtm.qrcode.camera.CameraConfigurationManager
 
getTitle() - Method in class com.jtm.qrcode.qrcode.QRCodeEncoder
 
getTopLeft() - Method in class com.jtm.qrcode.qrcode.detector.FinderPatternInfo
 
getTopRight() - Method in class com.jtm.qrcode.qrcode.detector.FinderPatternInfo
 
getTotalCodewords() - Method in class com.jtm.qrcode.qrcode.decoder.Version
 
getTotalECCodewords() - Method in class com.jtm.qrcode.qrcode.decoder.Version.ECBlocks
 
getType() - Method in class com.jtm.qrcode.result.ResultHandler
A convenience method to get the parsed type.
getVersion() - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
getVersionForNumber(int) - Static method in class com.jtm.qrcode.qrcode.decoder.Version
 
getVersionNumber() - Method in class com.jtm.qrcode.qrcode.decoder.Version
 
getViewfinder() - Method in class com.jtm.qrcode.DecoderActivity
 
getViewfinder() - Method in interface com.jtm.qrcode.IDecoderActivity
 
getWidth() - Method in class com.jtm.qrcode.qrcode.encoder.ByteMatrix
 

H

handleDecode(Result, Bitmap) - Method in class com.jtm.qrcode.CaptureActivity
 
handleDecode(Result, Bitmap) - Method in class com.jtm.qrcode.DecoderActivity
 
handleDecode(Result, Bitmap) - Method in interface com.jtm.qrcode.IDecoderActivity
 
handleMessage(Message) - Method in class com.jtm.qrcode.DecoderActivityHandler
 
handlePossibleCenter(int[], int, int) - Method in class com.jtm.qrcode.qrcode.detector.FinderPatternFinder
This is called when a horizontal scan finds a possible alignment pattern.
handler - Variable in class com.jtm.qrcode.DecoderActivity
 
hasSurface - Variable in class com.jtm.qrcode.DecoderActivity
 

I

IDecoderActivity - Interface in com.jtm.qrcode
 
initCamera(SurfaceHolder) - Method in class com.jtm.qrcode.DecoderActivity
 
ISBNResultHandler - Class in com.jtm.qrcode.result
Handles books encoded by their ISBN values.
ISBNResultHandler(Activity, ParsedResult, Result) - Constructor for class com.jtm.qrcode.result.ISBNResultHandler
 
isCropSupported() - Method in class com.jtm.qrcode.PlanarYUVLuminanceSource
 
isValid() - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
isValidMaskPattern(int) - Static method in class com.jtm.qrcode.qrcode.encoder.QRCode
 

K

KEY_DECODE_1D - Static variable in class com.jtm.qrcode.data.Preferences
 
KEY_DECODE_DATA_MATRIX - Static variable in class com.jtm.qrcode.data.Preferences
 
KEY_DECODE_QR - Static variable in class com.jtm.qrcode.data.Preferences
 
KEY_FRONT_LIGHT - Static variable in class com.jtm.qrcode.data.Preferences
 
KEY_REVERSE_IMAGE - Static variable in class com.jtm.qrcode.data.Preferences
 

L

LOCATION - Static variable in class com.jtm.qrcode.data.Contents.Type
A geographic location.

M

makeResultHandler(Activity, Result) - Static method in class com.jtm.qrcode.result.ResultHandlerFactory
 
MAX_MODULES - Static variable in class com.jtm.qrcode.qrcode.detector.FinderPatternFinder
 
MIN_SKIP - Static variable in class com.jtm.qrcode.qrcode.detector.FinderPatternFinder
 
Mode - Enum in com.jtm.qrcode.qrcode.decoder
See ISO 18004:2006, 6.4.1, Tables 2 and 3.

N

NOTE_KEY - Static variable in class com.jtm.qrcode.data.Contents
 
NUM_MASK_PATTERNS - Static variable in class com.jtm.qrcode.qrcode.encoder.QRCode
 

O

onCreate(Bundle) - Method in class com.jtm.qrcode.CaptureActivity
 
onCreate(Bundle) - Method in class com.jtm.qrcode.DecoderActivity
 
onCreate(Bundle) - Method in class com.jtm.qrcode.EncoderActivity
 
onDestroy() - Method in class com.jtm.qrcode.CaptureActivity
 
onDestroy() - Method in class com.jtm.qrcode.DecoderActivity
 
onDraw(Canvas) - Method in class com.jtm.qrcode.ViewfinderView
 
onKeyDown(int, KeyEvent) - Method in class com.jtm.qrcode.CaptureActivity
 
onKeyDown(int, KeyEvent) - Method in class com.jtm.qrcode.DecoderActivity
 
onPause() - Method in class com.jtm.qrcode.CaptureActivity
 
onPause() - Method in class com.jtm.qrcode.DecoderActivity
 
onResume() - Method in class com.jtm.qrcode.CaptureActivity
 
onResume() - Method in class com.jtm.qrcode.DecoderActivity
 
openDriver(SurfaceHolder) - Method in class com.jtm.qrcode.camera.CameraManager
Opens the camera driver and initializes the hardware parameters.

P

PHONE - Static variable in class com.jtm.qrcode.data.Contents.Type
Use Intent.putExtra(DATA, string) where string is the phone number to call.
PHONE_KEYS - Static variable in class com.jtm.qrcode.data.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.jtm.qrcode.data.Contents
 
PlanarYUVLuminanceSource - Class in com.jtm.qrcode
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.jtm.qrcode.PlanarYUVLuminanceSource
 
Preferences - Class in com.jtm.qrcode.data
 
processFinderPatternInfo(FinderPatternInfo) - Method in class com.jtm.qrcode.qrcode.detector.Detector
 
ProductResultHandler - Class in com.jtm.qrcode.result
Handles generic products which are not books.
ProductResultHandler(Activity, ParsedResult, Result) - Constructor for class com.jtm.qrcode.result.ProductResultHandler
 

Q

QRCode - Class in com.jtm.qrcode.qrcode.encoder
 
QRCode() - Constructor for class com.jtm.qrcode.qrcode.encoder.QRCode
 
QRCodeEncoder - Class in com.jtm.qrcode.qrcode
This class does the work of decoding the user's request and extracting all the data to be encoded in a barcode.
QRCodeEncoder(String, Bundle, String, String, int) - Constructor for class com.jtm.qrcode.qrcode.QRCodeEncoder
 
QRCodeReader - Class in com.jtm.qrcode.qrcode
This implementation can detect and decode QR Codes in an image.
QRCodeReader() - Constructor for class com.jtm.qrcode.qrcode.QRCodeReader
 
QRCodeWriter - Class in com.jtm.qrcode.qrcode
This object renders a QR Code as a BitMatrix 2D array of greyscale values.
QRCodeWriter() - Constructor for class com.jtm.qrcode.qrcode.QRCodeWriter
 
quitSynchronously() - Method in class com.jtm.qrcode.DecoderActivityHandler
 

R

renderCroppedGreyscaleBitmap() - Method in class com.jtm.qrcode.PlanarYUVLuminanceSource
 
requestAutoFocus(Handler, int) - Method in class com.jtm.qrcode.camera.CameraManager
Asks the camera hardware to perform an autofocus.
requestPreviewFrame(Handler, int) - Method in class com.jtm.qrcode.camera.CameraManager
A single preview frame will be returned to the handler supplied.
reset() - Method in class com.jtm.qrcode.qrcode.QRCodeReader
 
ResultHandler - Class in com.jtm.qrcode.result
A base class for the Android-specific barcode handlers.
ResultHandlerFactory - Class in com.jtm.qrcode.result
Manufactures Android-specific handlers based on the barcode content's type.

S

set(int, int, byte) - Method in class com.jtm.qrcode.qrcode.encoder.ByteMatrix
 
set(int, int, int) - Method in class com.jtm.qrcode.qrcode.encoder.ByteMatrix
 
set(int, int, boolean) - Method in class com.jtm.qrcode.qrcode.encoder.ByteMatrix
 
setCameraManager(CameraManager) - Method in class com.jtm.qrcode.ViewfinderView
 
setECLevel(ErrorCorrectionLevel) - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
setManualFramingRect(int, int) - Method in class com.jtm.qrcode.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.jtm.qrcode.qrcode.encoder.QRCode
 
setMatrix(ByteMatrix) - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
setMatrixWidth(int) - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
setMode(Mode) - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
setNumDataBytes(int) - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
setNumECBytes(int) - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
setNumRSBlocks(int) - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
setNumTotalBytes(int) - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
setVersion(int) - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 
showResults() - Method in class com.jtm.qrcode.CaptureActivity
 
showScanner() - Method in class com.jtm.qrcode.CaptureActivity
 
showScanner() - Method in class com.jtm.qrcode.DecoderActivity
 
SMS - Static variable in class com.jtm.qrcode.data.Contents.Type
An SMS type.
SMSResultHandler - Class in com.jtm.qrcode.result
Handles SMS addresses, offering a choice of composing a new SMS or MMS message.
SMSResultHandler(Activity, ParsedResult) - Constructor for class com.jtm.qrcode.result.SMSResultHandler
 
startPreview() - Method in class com.jtm.qrcode.camera.CameraManager
Asks the camera hardware to begin drawing preview frames to the screen.
stopPreview() - Method in class com.jtm.qrcode.camera.CameraManager
Tells the camera to stop drawing preview frames.
surfaceChanged(SurfaceHolder, int, int, int) - Method in class com.jtm.qrcode.DecoderActivity
 
surfaceCreated(SurfaceHolder) - Method in class com.jtm.qrcode.DecoderActivity
 
surfaceDestroyed(SurfaceHolder) - Method in class com.jtm.qrcode.DecoderActivity
 

T

TelResultHandler - Class in com.jtm.qrcode.result
Offers relevant actions for telephone numbers.
TelResultHandler(Activity, ParsedResult) - Constructor for class com.jtm.qrcode.result.TelResultHandler
 
TEXT - Static variable in class com.jtm.qrcode.data.Contents.Type
Plain text.
TextResultHandler - Class in com.jtm.qrcode.result
This class handles TextParsedResult as well as unknown formats.
TextResultHandler(Activity, ParsedResult, Result) - Constructor for class com.jtm.qrcode.result.TextResultHandler
 
toString() - Method in class com.jtm.qrcode.qrcode.decoder.Version
 
toString() - Method in class com.jtm.qrcode.qrcode.encoder.ByteMatrix
 
toString() - Method in class com.jtm.qrcode.qrcode.encoder.QRCode
 

U

URIResultHandler - Class in com.jtm.qrcode.result
Offers appropriate actions for URLS.
URIResultHandler(Activity, ParsedResult) - Constructor for class com.jtm.qrcode.result.URIResultHandler
 
URL_KEY - Static variable in class com.jtm.qrcode.data.Contents
 

V

valueOf(String) - Static method in enum com.jtm.qrcode.qrcode.decoder.ErrorCorrectionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jtm.qrcode.qrcode.decoder.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.jtm.qrcode.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.jtm.qrcode.qrcode.decoder.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in com.jtm.qrcode.qrcode.decoder
See ISO 18004:2006 Annex D
Version.ECB - Class in com.jtm.qrcode.qrcode.decoder
Encapsualtes the parameters for one error-correction block in one symbol version.
Version.ECBlocks - Class in com.jtm.qrcode.qrcode.decoder
Encapsulates a set of error-correction blocks in one symbol version.
viewfinderView - Variable in class com.jtm.qrcode.DecoderActivity
 
ViewfinderView - Class in com.jtm.qrcode
This view is overlaid on top of the camera preview.
ViewfinderView(Context, AttributeSet) - Constructor for class com.jtm.qrcode.ViewfinderView
 

W

WifiResultHandler - Class in com.jtm.qrcode.result
Handles address book entries.
WifiResultHandler(Activity, ParsedResult) - Constructor for class com.jtm.qrcode.result.WifiResultHandler
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links