Package-level declarations
Types
Link copied to clipboard
Represents screen for cropping pages activity.
Link copied to clipboard
Activity representing cropping UI - allows user to adjust polygon and rotate the image.
Link copied to clipboard
Represents edit polygon RTU UI view
Link copied to clipboard
class EditPolygonViewModel(page: Page, cropAndRotateUseCase: CropAndRotateUseCase, detectPolygonOnPageUseCase: DetectPolygonOnPageUseCase, dispatchersProvider: IDispatchersProvider) : IEditPolygonView.ViewModel, Router
ViewModel for EditPolygonView
Link copied to clipboard
interface IEditPolygonView