B C D G M Q V Z

B

barcodeReader(PImage, boolean) - Method in class com.cage.zxing4p3.ZXING4P
Decode a barcode from a PImage (scan for all supported barcodes types)
barcodeReader(PImage, boolean, ArrayList<String>) - Method in class com.cage.zxing4p3.ZXING4P
Decode a barcode from a PImage (scan for specific barcode types)

C

com.cage.zxing4p3 - package com.cage.zxing4p3
 

D

decodeImage(boolean, PImage) - Method in class com.cage.zxing4p3.ZXING4P
Decode the QRCode from a PImage - DEPRECATED, USE QRCodeReader INSTEAD
decodeMultipleQRCodes(boolean, PImage) - Method in class com.cage.zxing4p3.ZXING4P
Decode multiple QRCodes from a PImage - DEPRECATED, USE multipleQRCodeReader INSTEAD

G

generateQRCode(String, int, int) - Method in class com.cage.zxing4p3.ZXING4P
Generates a QRCode PImage from a string
getBarcodeFormat() - Method in class com.cage.zxing4p3.ZXING4P
Get the format of the latest detected barcode
getPositionMarkers() - Method in class com.cage.zxing4p3.ZXING4P
Returns a PVector array with the position markers for the latest detected QRCode
getPositionMarkers(int) - Method in class com.cage.zxing4p3.ZXING4P
Returns a PVector array with the position markers for a specific QRCode

M

multipleQRCodeReader(PImage, boolean) - Method in class com.cage.zxing4p3.ZXING4P
Decode multiple QRCodes from a PImage

Q

QRCodeReader(PImage, boolean) - Method in class com.cage.zxing4p3.ZXING4P
Decode the QRCode from a PImage

V

version() - Method in class com.cage.zxing4p3.ZXING4P
Displays version information of this library in the console

Z

ZXING4P - Class in com.cage.zxing4p3
This library was created to integrate the open source ZXING barcode library with Processing.
ZXING4P() - Constructor for class com.cage.zxing4p3.ZXING4P
Constructor

B C D G M Q V Z