Interface CropDialogOperation
public interface CropDialogOperation
Operation for cropping resolutions of a media picture.
- Since:
- 5.2.508
-
Field Summary
Modifier and TypeFieldDescriptionstatic final OperationType<CropDialogOperation>
Operation for cropping resolutions of a media picture. -
Method Summary
Modifier and TypeMethodDescriptionvoid
perform()
Executes this operation based on the previously configured settings.void
setLanguage
(Language language) Configures the dataLanguage
to crop the resolutions in.void
Configures theMedia
picture, which should be cropped.void
setResolutions
(List<Resolution> resolutions) Configures theResolution
s, which should be visible and modifiable.
-
Field Details
-
TYPE
Operation for cropping resolutions of a media picture.- Since:
- 5.2.508
-
-
Method Details
-
setMedia
Configures theMedia
picture, which should be cropped.- Parameters:
media
- TheMedia
picture to crop.- Since:
- 5.2.508
-
setLanguage
Configures the dataLanguage
to crop the resolutions in.- Parameters:
language
- TheLanguage
to use.- Since:
- 5.2.508
-
setResolutions
Configures theResolution
s, which should be visible and modifiable.- Parameters:
resolutions
- TheResolution
s to crop.- Since:
- 5.2.508
-
perform
void perform()Executes this operation based on the previously configured settings. This method will wait for the completion of the picture cropping by the user.- Since:
- 5.2.508
-