public class CroppingActivity
Activity representing cropping UI allows user to correct polygon and rotate the image
| Modifier and Type | Class and Description |
|---|---|
static class |
CroppingActivity.Companion |
| Modifier and Type | Field and Description |
|---|---|
static CroppingActivity.Companion |
Companion |
static java.lang.String |
EDITED_PAGE_EXTRA |
| Constructor and Description |
|---|
CroppingActivity()
Activity representing cropping UI
allows user to correct polygon and rotate the image
|
| Modifier and Type | Method and Description |
|---|---|
void |
closeSnapping(io.scanbot.sdk.ui.view.edit.EditPolygonPresenter.FinishEdit finishEdit) |
io.scanbot.sdk.ui.di.components.SDKUIComponent |
getComponent() |
static android.content.Intent |
newIntent(android.content.Context context,
CroppingConfiguration croppingConfiguration) |
void |
onCreate(android.os.Bundle savedInstanceState) |
public static java.lang.String EDITED_PAGE_EXTRA
public static CroppingActivity.Companion Companion
public CroppingActivity()
Activity representing cropping UI allows user to correct polygon and rotate the image
public io.scanbot.sdk.ui.di.components.SDKUIComponent getComponent()
public void onCreate(android.os.Bundle savedInstanceState)
public void closeSnapping(io.scanbot.sdk.ui.view.edit.EditPolygonPresenter.FinishEdit finishEdit)
public static android.content.Intent newIntent(android.content.Context context,
CroppingConfiguration croppingConfiguration)