B C D G I L O P R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BUILD_TYPE - Static variable in class com.yoti.mobile.android.documentscan.core.BuildConfig
- BuildConfig - Class in com.yoti.mobile.android.documentscan.core
- BuildConfig() - Constructor for class com.yoti.mobile.android.documentscan.core.BuildConfig
C
- clearExistingFrames() - Method in class com.yoti.mobile.android.documentscan.core.data.PreviewFrameStore
- com.yoti.mobile.android.documentscan.core - package com.yoti.mobile.android.documentscan.core
- com.yoti.mobile.android.documentscan.core.data - package com.yoti.mobile.android.documentscan.core.data
- com.yoti.mobile.android.documentscan.core.ui.helper - package com.yoti.mobile.android.documentscan.core.ui.helper
D
- DEBUG - Static variable in class com.yoti.mobile.android.documentscan.core.BuildConfig
- DocumentScanOverlayView - Class in com.yoti.mobile.android.documentscan.core.ui.helper
-
Overlay for camera to draw viewfinder when manual scanning.
- DocumentScanOverlayView(Context) - Constructor for class com.yoti.mobile.android.documentscan.core.ui.helper.DocumentScanOverlayView
- DocumentScanOverlayView(Context, AttributeSet) - Constructor for class com.yoti.mobile.android.documentscan.core.ui.helper.DocumentScanOverlayView
- DocumentScanOverlayView(Context, AttributeSet, int) - Constructor for class com.yoti.mobile.android.documentscan.core.ui.helper.DocumentScanOverlayView
G
- getLastValidFrame() - Method in class com.yoti.mobile.android.documentscan.core.data.PreviewFrameStore
-
Returns the last frame passed to
PreviewFrameStore.setValidFrame(com.yoti.mobile.android.commons.image.ImageBuffer)orPreviewFrameStore.setLastFrameAsValid(), or null if no valid picture is available. - getSampledFrameImages() - Method in class com.yoti.mobile.android.documentscan.core.data.PreviewFrameStore
-
Returns frame data previously captured with with #prepareForPreviewSampling.
- getScanWindowPosition() - Method in class com.yoti.mobile.android.documentscan.core.ui.helper.DocumentScanOverlayView
I
- isFrameBufferFull() - Method in class com.yoti.mobile.android.documentscan.core.data.PreviewFrameStore
- isLastFrameCaptured() - Method in class com.yoti.mobile.android.documentscan.core.data.PreviewFrameStore
L
- LIBRARY_PACKAGE_NAME - Static variable in class com.yoti.mobile.android.documentscan.core.BuildConfig
O
- onDraw(Canvas) - Method in class com.yoti.mobile.android.documentscan.core.ui.helper.DocumentScanOverlayView
- onLayout(boolean, int, int, int, int) - Method in class com.yoti.mobile.android.documentscan.core.ui.helper.DocumentScanOverlayView
- onSampleFrame(ImageBuffer) - Method in class com.yoti.mobile.android.documentscan.core.data.PreviewFrameStore
-
Call every time a preview frame is generated while sampling.
P
- prepareForPreviewSampling(long) - Method in class com.yoti.mobile.android.documentscan.core.data.PreviewFrameStore
-
Call to enable sampling mode; will clear any data from previous sampling and start collecting frames immediately.
- PreviewFrameStore - Class in com.yoti.mobile.android.documentscan.core.data
- PreviewFrameStore(int) - Constructor for class com.yoti.mobile.android.documentscan.core.data.PreviewFrameStore
R
- removeLastValidFrame() - Method in class com.yoti.mobile.android.documentscan.core.data.PreviewFrameStore
- reset(int) - Method in class com.yoti.mobile.android.documentscan.core.data.PreviewFrameStore
S
- setActive(boolean) - Method in class com.yoti.mobile.android.documentscan.core.ui.helper.DocumentScanOverlayView
- setBackground(Integer) - Method in class com.yoti.mobile.android.documentscan.core.ui.helper.DocumentScanOverlayView
- setDocumentRatio(float) - Method in class com.yoti.mobile.android.documentscan.core.ui.helper.DocumentScanOverlayView
-
Set ratio of short side to long side used for drawing (between 0 and 1).
- setLastFrameAsValid() - Method in class com.yoti.mobile.android.documentscan.core.data.PreviewFrameStore
-
Alternative to
PreviewFrameStore.setValidFrame(com.yoti.mobile.android.commons.image.ImageBuffer)to update the valid frame from data previously set as the last frame. - setOverlayMessage(int, int) - Method in class com.yoti.mobile.android.documentscan.core.ui.helper.DocumentScanOverlayView
- setScanFrameMargins(float, float, float) - Method in class com.yoti.mobile.android.documentscan.core.ui.helper.DocumentScanOverlayView
-
Set the margins of the scan frame to draw it inside the Document Scan Overlay view Given top and bottom margins, the frame is going to be drawn in the center of the horizontal axis of the scan overlay
- setScanFrameShape(IScanFrameShape) - Method in class com.yoti.mobile.android.documentscan.core.ui.helper.DocumentScanOverlayView
- setValidFrame(ImageBuffer) - Method in class com.yoti.mobile.android.documentscan.core.data.PreviewFrameStore
-
Used when a frame has passed all checks and should be returned from #getLastValidFrame.
U
- updateLastFrame(ImageBuffer) - Method in class com.yoti.mobile.android.documentscan.core.data.PreviewFrameStore
-
Should be called every frame to copy the data to local storage.
All Classes All Packages