com.honeywell.imagingmanager
Interface ImageConst

All Known Implementing Classes:
Imaging, ImagingManager

public interface ImageConst


Field Summary
static int CAPTUERED_IMAGE_HEIGHT
          Image height for captured image
static int CAPTUERED_IMAGE_WIDTH
          Image width for captured image
static int IMAGE_JPEG
          Constant value for JPEG/JPG file
static int IMAGE_PNG
          Constant value for PNG file
static int MESSAGE_BEGIN_SAVE
          Message code which informs user to save image.
static int MESSAGE_GETFRAME
           
static int MESSAGE_PREVIEWING
          Message code which informs user that it's time to re-launch previewing mode .
static int MESSAGE_READY_DOCODER
          Message code which informs user that decoder service is ready to get image.
static int MESSAGE_READY_TO_IMAGE
          Message code which informs user that decoder service is ready to get image.
static int MESSAGE_READY_TO_PREVIEW
          Message code which informs user that decoder service is ready to preview.
static int MESSAGE_STOP_PREVIEW
          Message code which informs user that decoder service is to stop preview.
static int MESSAGE_UPDATE_IMG
          Message code which informs user that image has been captured successfully.
static int MESSAGE_UPDATE_PREVEIW
          Message code which informs user that a previewing frame has been obtained .
static int MESSAGE_UPDATE_ZOOMBAR
          Message code which informs user that Zoombar need to be updated .
static int MESSAGE_UPDATE_ZOOMBUTTON
          Message code which informs user that zoom buttons need to be updated .
static int OPERATION_FRAME
          Operation type to capture image.
static int OPERATION_PREVIEWING
          Operation type to get previewing image.
static int OPERATION_STOPPREVIEW
          Operation type to stop previewing.
static int PREVIEW_RATIO
          Scaled ratio for previewing image
static int PROFILE_BW
          Profile type of signature(BW) setting
static int PROFILE_DISTANT
          Profile type of distant setting
static int PROFILE_DOCUMENT
          Profile type of document setting
static int PROFILE_GS
          Profile type of signature(GS) setting
static int PROFILE_LOW_LIGHT
          Profile type of low light setting
static int PROFILE_NORMAL
          Profile type of normal setting
 

Field Detail

IMAGE_PNG

static final int IMAGE_PNG
Constant value for PNG file

See Also:
Constant Field Values

IMAGE_JPEG

static final int IMAGE_JPEG
Constant value for JPEG/JPG file

See Also:
Constant Field Values

MESSAGE_UPDATE_IMG

static final int MESSAGE_UPDATE_IMG
Message code which informs user that image has been captured successfully.

See Also:
Constant Field Values

MESSAGE_UPDATE_ZOOMBUTTON

static final int MESSAGE_UPDATE_ZOOMBUTTON
Message code which informs user that zoom buttons need to be updated .

See Also:
Constant Field Values

MESSAGE_GETFRAME

static final int MESSAGE_GETFRAME
See Also:
Constant Field Values

MESSAGE_UPDATE_PREVEIW

static final int MESSAGE_UPDATE_PREVEIW
Message code which informs user that a previewing frame has been obtained .

See Also:
Constant Field Values

MESSAGE_UPDATE_ZOOMBAR

static final int MESSAGE_UPDATE_ZOOMBAR
Message code which informs user that Zoombar need to be updated .

See Also:
Constant Field Values

MESSAGE_BEGIN_SAVE

static final int MESSAGE_BEGIN_SAVE
Message code which informs user to save image.

See Also:
Constant Field Values

MESSAGE_PREVIEWING

static final int MESSAGE_PREVIEWING
Message code which informs user that it's time to re-launch previewing mode .

See Also:
Constant Field Values

MESSAGE_READY_DOCODER

static final int MESSAGE_READY_DOCODER
Message code which informs user that decoder service is ready to get image.

See Also:
Constant Field Values

MESSAGE_READY_TO_IMAGE

static final int MESSAGE_READY_TO_IMAGE
Message code which informs user that decoder service is ready to get image.

See Also:
Constant Field Values

MESSAGE_READY_TO_PREVIEW

static final int MESSAGE_READY_TO_PREVIEW
Message code which informs user that decoder service is ready to preview.

See Also:
Constant Field Values

MESSAGE_STOP_PREVIEW

static final int MESSAGE_STOP_PREVIEW
Message code which informs user that decoder service is to stop preview.

See Also:
Constant Field Values

CAPTUERED_IMAGE_WIDTH

static final int CAPTUERED_IMAGE_WIDTH
Image width for captured image

See Also:
Constant Field Values

CAPTUERED_IMAGE_HEIGHT

static final int CAPTUERED_IMAGE_HEIGHT
Image height for captured image

See Also:
Constant Field Values

PREVIEW_RATIO

static final int PREVIEW_RATIO
Scaled ratio for previewing image

See Also:
Constant Field Values

PROFILE_LOW_LIGHT

static final int PROFILE_LOW_LIGHT
Profile type of low light setting

See Also:
Constant Field Values

PROFILE_DOCUMENT

static final int PROFILE_DOCUMENT
Profile type of document setting

See Also:
Constant Field Values

PROFILE_DISTANT

static final int PROFILE_DISTANT
Profile type of distant setting

See Also:
Constant Field Values

PROFILE_BW

static final int PROFILE_BW
Profile type of signature(BW) setting

See Also:
Constant Field Values

PROFILE_GS

static final int PROFILE_GS
Profile type of signature(GS) setting

See Also:
Constant Field Values

PROFILE_NORMAL

static final int PROFILE_NORMAL
Profile type of normal setting

See Also:
Constant Field Values

OPERATION_FRAME

static final int OPERATION_FRAME
Operation type to capture image.

See Also:
Constant Field Values

OPERATION_PREVIEWING

static final int OPERATION_PREVIEWING
Operation type to get previewing image.

See Also:
Constant Field Values

OPERATION_STOPPREVIEW

static final int OPERATION_STOPPREVIEW
Operation type to stop previewing.

See Also:
Constant Field Values