| Modifier and Type | Class and Description |
|---|---|
static class |
EditPolygonFragment.Companion |
| Modifier and Type | Field and Description |
|---|---|
static EditPolygonFragment.Companion |
Companion |
EditPolygonPresenter |
editPolygonPresenter |
| Constructor and Description |
|---|
EditPolygonFragment()
Fragment representing Edit polygon UI
allows user to correct polygon and rotate the image
|
| Modifier and Type | Method and Description |
|---|---|
EditPolygonPresenter |
getEditPolygonPresenter() |
Navigator |
getNavigator() |
void |
onAttach(android.content.Context context) |
android.view.View |
onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState) |
void |
onDestroyView() |
void |
onStart() |
void |
onStop() |
void |
onViewCreated(android.view.View view,
android.os.Bundle savedInstanceState) |
void |
setConfiguration(java.util.Map<java.lang.String,java.lang.Object> map) |
void |
setEditPolygonPresenter(EditPolygonPresenter p) |
getActivityComponentgetNavigatorpublic EditPolygonPresenter editPolygonPresenter
public static EditPolygonFragment.Companion Companion
public EditPolygonFragment()
Fragment representing Edit polygon UI allows user to correct polygon and rotate the image
public EditPolygonPresenter getEditPolygonPresenter()
public void setEditPolygonPresenter(EditPolygonPresenter p)
public void onAttach(android.content.Context context)
public android.view.View onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState)
public void onStart()
public void onStop()
public void onViewCreated(android.view.View view,
android.os.Bundle savedInstanceState)
public Navigator getNavigator()
public void onDestroyView()
public void setConfiguration(java.util.Map<java.lang.String,java.lang.Object> map)