Slouží k nastavení nástroje geometrických transformací
More...
|
View | initView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
| Provede inicializaci view.
|
|
Slouží k nastavení nástroje geometrických transformací
Definition at line 21 of file GeometricTransformationToolSettingsFragment.java.
View mhr.app.fragments.toolbox.GeometricTransformationToolSettingsFragment.initView |
( |
LayoutInflater |
inflater, |
|
|
ViewGroup |
container, |
|
|
Bundle |
savedInstanceState |
|
) |
| |
|
inlineprotected |
Provede inicializaci view.
- Parameters
-
inflater | |
container | |
savedInstanceState | |
- Returns
Definition at line 50 of file GeometricTransformationToolSettingsFragment.java.
{
root = inflater.inflate(
R.layout.fragment_geometric_transformation_tool_settings, container,
false);
root.findViewById(
R.id.ProjectiveTransformBtn).setOnClickListener(
this);
root.findViewById(
R.id.CropImageBtn).setOnClickListener(
this);
root.findViewById(
R.id.ResizeImageBtn).setOnClickListener(
this);
}
void mhr.app.fragments.toolbox.GeometricTransformationToolSettingsFragment.onAttach |
( |
Activity |
activity | ) |
|
|
inline |
void mhr.app.fragments.toolbox.GeometricTransformationToolSettingsFragment.onClick |
( |
View |
v | ) |
|
|
inline |
View mhr.app.fragments.toolbox.GeometricTransformationToolSettingsFragment.onCreateView |
( |
LayoutInflater |
inflater, |
|
|
ViewGroup |
container, |
|
|
Bundle |
savedInstanceState |
|
) |
| |
|
inline |
void mhr.app.fragments.toolbox.GeometricTransformationToolSettingsFragment.onPause |
( |
| ) |
|
|
inline |
void mhr.app.fragments.toolbox.GeometricTransformationToolSettingsFragment.onResume |
( |
| ) |
|
|
inline |
AppMainActivity mhr.app.fragments.toolbox.GeometricTransformationToolSettingsFragment.activity |
|
protected |
boolean mhr.app.fragments.toolbox.GeometricTransformationToolSettingsFragment.firstCreated = true |
|
protected |
View mhr.app.fragments.toolbox.GeometricTransformationToolSettingsFragment.root |
|
protected |
The documentation for this class was generated from the following file: