| Modifier and Type | Class and Description |
|---|---|
static class |
EditPolygonFragment.Companion |
| Modifier and Type | Field and Description |
|---|---|
static EditPolygonFragment.Companion |
Companion |
static java.lang.String |
TAG |
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 |
onCreate(android.os.Bundle savedInstanceState) |
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) |
getSDKUIComponentgetNavigatorpublic EditPolygonPresenter editPolygonPresenter
public static java.lang.String TAG
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 onCreate(android.os.Bundle savedInstanceState)
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)