Package io.scanbot.sdk.ui.camera
Class AdaptiveFinderOverlayView
-
- All Implemented Interfaces:
-
android.graphics.drawable.Drawable.Callback
,android.view.KeyEvent.Callback
,android.view.ViewManager
,android.view.ViewParent
,android.view.accessibility.AccessibilityEventSource
,io.scanbot.sdk.camera.IFinderView
,io.scanbot.sdk.camera.autosnapping.IAutoSnappingController.AutoSnappingStateListener
public class AdaptiveFinderOverlayView extends FinderOverlayView
Represents Finder view overlay, which automatically adjusts to the document format according to AdaptiveFinderOverlayView.setRequiredAspectRatios
-
-
Field Summary
Fields Modifier and Type Field Description private final ContourDetectorFrameHandler.ResultHandler
contourDetectorFrameHandler
-
Constructor Summary
Constructors Constructor Description AdaptiveFinderOverlayView(Context context, AttributeSet attr)
-
Method Summary
Modifier and Type Method Description final ContourDetectorFrameHandler.ResultHandler
getContourDetectorFrameHandler()
-
-
Constructor Detail
-
AdaptiveFinderOverlayView
AdaptiveFinderOverlayView(Context context, AttributeSet attr)
-
-
Method Detail
-
getContourDetectorFrameHandler
final ContourDetectorFrameHandler.ResultHandler getContourDetectorFrameHandler()
-
-
-
-