ClearImageJNI
Class EBarcodeAlgorithm

java.lang.Object
  extended by ClearImageJNI.ECiBase
      extended by ClearImageJNI.EBarcodeAlgorithm

public class EBarcodeAlgorithm
extends ECiBase

Barcode recognition algorithm


Field Summary
static EBarcodeAlgorithm cibBestRecognition
          Find poor quality and damaged barcodes
static EBarcodeAlgorithm cibBestSpeed
          Fastest barcode recognition
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static EBarcodeAlgorithm fromInt(int __n)
          Returns an enumerated value corresponding to a given integer.
 
Methods inherited from class ClearImageJNI.ECiBase
toInt, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cibBestSpeed

public static EBarcodeAlgorithm cibBestSpeed
Fastest barcode recognition


cibBestRecognition

public static EBarcodeAlgorithm cibBestRecognition
Find poor quality and damaged barcodes

Method Detail

equals

public boolean equals(java.lang.Object __obj)
Compare two enumerated values for being equal

Overrides:
equals in class java.lang.Object

fromInt

public static EBarcodeAlgorithm fromInt(int __n)
Returns an enumerated value corresponding to a given integer.