Package io.anyline2.viewplugin.ar
Class VisibleBarcode
-
- All Implemented Interfaces:
public final class VisibleBarcode extends BaseVisibleOverlay
Represents one currently visible Barcode on screen.
Contains
value to identify the Barcode
barcode, complete barcode information
coordinates, the original barcodes as reported in the BarcodeScanResult: List of 4 Points, x & y value ranging 0-imageSize (Integer)
Use fromOriginalBarcode to construct VisibleBarcode from Barcode and BarcodeScanResult.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
VisibleBarcode.Companion
-
Constructor Summary
Constructors Constructor Description VisibleBarcode(String value, Barcode barcode, ALSquare coordinates, ScanResult scanResult)
-
Method Summary
Modifier and Type Method Description final CropRect
getImageRect()
final String
getValue()
final Barcode
getBarcode()
final Bitmap
getBarcodeImage()
-
-
Constructor Detail
-
VisibleBarcode
VisibleBarcode(String value, Barcode barcode, ALSquare coordinates, ScanResult scanResult)
-
-
Method Detail
-
getImageRect
final CropRect getImageRect()
-
getBarcode
final Barcode getBarcode()
-
getBarcodeImage
final Bitmap getBarcodeImage()
-
-
-
-