com.honeywell.decodemanager.barcode
Class CommonDefine.FontType

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

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


Field Summary
static int OCR_A
           
static int OCR_AB
           
static int OCR_B
           
 
Constructor Summary
CommonDefine.FontType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OCR_A

public static final int OCR_A
See Also:
Constant Field Values

OCR_B

public static final int OCR_B
See Also:
Constant Field Values

OCR_AB

public static final int OCR_AB
See Also:
Constant Field Values
Constructor Detail

CommonDefine.FontType

public CommonDefine.FontType()