com.honeywell.decodemanager.barcode
Class CommonDefine.IQImageFormat

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

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


Field Summary
static int RAW_BINARY
          Binarized Scale.
static int RAW_GRAY
          Gray Scale.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RAW_BINARY

public static final int RAW_BINARY
Binarized Scale.

See Also:
Constant Field Values

RAW_GRAY

public static final int RAW_GRAY
Gray Scale.

See Also:
Constant Field Values