com.honeywell.decodemanager.barcode
Class CommonDefine.OCRMode

java.lang.Object
  extended by com.honeywell.decodemanager.barcode.CommonDefine.OCRMode
Enclosing class:
CommonDefine

public static final class CommonDefine.OCRMode
extends java.lang.Object


Field Summary
static int OCR_BOTH
          OCR to both video modes.
static int OCR_INVERSE
          OCR to inverse video mode.
static int OCR_NORMAL_VIDEO
          OCR to normal video mode.
static int OCR_OFF
          OCR is disabled.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OCR_OFF

public static final int OCR_OFF
OCR is disabled.

See Also:
Constant Field Values

OCR_NORMAL_VIDEO

public static final int OCR_NORMAL_VIDEO
OCR to normal video mode.

See Also:
Constant Field Values

OCR_INVERSE

public static final int OCR_INVERSE
OCR to inverse video mode.

See Also:
Constant Field Values

OCR_BOTH

public static final int OCR_BOTH
OCR to both video modes.

See Also:
Constant Field Values