public class OrientationToolPanel extends AbstractToolPanel<OrientationEditorTool> implements DataSourceListAdapter.OnItemClickListener<OrientationToolPanel.OrientationOption>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
OrientationToolPanel.OrientationOption |
AbstractToolPanel.ToolViewANIMATION_DURATION, parentView, toolView| Constructor and Description |
|---|
OrientationToolPanel() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getLayoutResource() |
protected void |
onAttached(android.content.Context context,
android.view.View panelView,
OrientationEditorTool tool)
Called on atteched the View.
|
protected void |
onDetached()
Called after View would detached.
|
void |
onItemClick(OrientationToolPanel.OrientationOption entity) |
void |
rotateCCW() |
void |
rotateCW() |
void |
toogleFlipHorizontal() |
void |
toogleFlipVertical() |
attach, callAttached, detach, init, isAttached, onBeforeDetach, refreshprotected int getLayoutResource()
getLayoutResource in class AbstractToolPanel<OrientationEditorTool>protected void onAttached(android.content.Context context,
@NonNull
android.view.View panelView,
OrientationEditorTool tool)
AbstractToolPanelonAttached in class AbstractToolPanel<OrientationEditorTool>context - the view contextpanelView - the tool paneltool - the toolprotected void onDetached()
AbstractToolPanelonDetached in class AbstractToolPanel<OrientationEditorTool>public void rotateCW()
public void rotateCCW()
public void toogleFlipHorizontal()
public void toogleFlipVertical()
public void onItemClick(@NonNull
OrientationToolPanel.OrientationOption entity)
onItemClick in interface DataSourceListAdapter.OnItemClickListener<OrientationToolPanel.OrientationOption>