com.honeywell.iqimagemanager
Interface IQConstValue

All Known Implementing Classes:
IQImageManager

public interface IQConstValue

IQConstValue contains constant values about IQ Image.


Nested Class Summary
static class IQConstValue.IqImageFormats
          Enum to indicate the total formats of IQ image.
 
Field Summary
static int DELIVERY_HEIGHT
          Image height about Delivery IQ image
static int DELIVERY_WIDTH
          Image width about Delivery IQ image
static int IQ_RESOLUTION
          Fixed resolution about IQ Image
static int IQTYPE_DEFAULT
           
static int IQTYPE_DELIVERY
          Constant value of Delivery type IQ Image
static int IQTYPE_EMBED
          Constant value of Embbed type IQ Image
static int IQTYPE_NOFORMAT
          Constant value of Noformat type IQ Image
static int IQTYPE_POSTAL
          Constant value of Postal type IQ Image
static int MESSAGE_DECODE_SUC
          Message id used to indicate that decoding barcode is successful Always used in Handler which is passed into IQImageManager.
static int POSTAL_HEIGHT
          Image height about Postal IQ image
static int POSTAL_WIDTH
          Image width about Postal IQ image
 

Field Detail

IQTYPE_DELIVERY

static final int IQTYPE_DELIVERY
Constant value of Delivery type IQ Image

See Also:
Constant Field Values

IQTYPE_POSTAL

static final int IQTYPE_POSTAL
Constant value of Postal type IQ Image

See Also:
Constant Field Values

IQTYPE_EMBED

static final int IQTYPE_EMBED
Constant value of Embbed type IQ Image

See Also:
Constant Field Values

IQTYPE_NOFORMAT

static final int IQTYPE_NOFORMAT
Constant value of Noformat type IQ Image

See Also:
Constant Field Values

IQTYPE_DEFAULT

static final int IQTYPE_DEFAULT
See Also:
Constant Field Values

IQ_RESOLUTION

static final int IQ_RESOLUTION
Fixed resolution about IQ Image

See Also:
Constant Field Values

POSTAL_WIDTH

static final int POSTAL_WIDTH
Image width about Postal IQ image

See Also:
Constant Field Values

POSTAL_HEIGHT

static final int POSTAL_HEIGHT
Image height about Postal IQ image

See Also:
Constant Field Values

DELIVERY_WIDTH

static final int DELIVERY_WIDTH
Image width about Delivery IQ image

See Also:
Constant Field Values

DELIVERY_HEIGHT

static final int DELIVERY_HEIGHT
Image height about Delivery IQ image

See Also:
Constant Field Values

MESSAGE_DECODE_SUC

static final int MESSAGE_DECODE_SUC
Message id used to indicate that decoding barcode is successful Always used in Handler which is passed into IQImageManager.

See Also:
Constant Field Values