|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final int IMAGE_PNG
static final int IMAGE_JPEG
static final int MESSAGE_UPDATE_IMG
static final int MESSAGE_UPDATE_ZOOMBUTTON
static final int MESSAGE_GETFRAME
static final int MESSAGE_UPDATE_PREVEIW
static final int MESSAGE_UPDATE_ZOOMBAR
static final int MESSAGE_BEGIN_SAVE
static final int MESSAGE_PREVIEWING
static final int MESSAGE_READY_DOCODER
static final int MESSAGE_READY_TO_IMAGE
static final int MESSAGE_READY_TO_PREVIEW
static final int MESSAGE_STOP_PREVIEW
static final int CAPTUERED_IMAGE_WIDTH
static final int CAPTUERED_IMAGE_HEIGHT
static final int PREVIEW_RATIO
static final int PROFILE_LOW_LIGHT
static final int PROFILE_DOCUMENT
static final int PROFILE_DISTANT
static final int PROFILE_BW
static final int PROFILE_GS
static final int PROFILE_NORMAL
static final int OPERATION_FRAME
static final int OPERATION_PREVIEWING
static final int OPERATION_STOPPREVIEW
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |