public interface CropDialogOperation
Modifier and Type | Field and Description |
---|---|
static OperationType<CropDialogOperation> |
TYPE
Operation for cropping resolutions of a media picture.
|
Modifier and Type | Method and Description |
---|---|
void |
perform()
Executes this operation based on the previously configured settings.
|
void |
setLanguage(Language language)
Configures the data
Language to crop the resolutions in. |
void |
setMedia(Media media)
Configures the
Media picture, which should be cropped. |
void |
setResolutions(List<Resolution> resolutions)
Configures the
Resolution s, which should be visible and modifiable. |
static final OperationType<CropDialogOperation> TYPE
void setMedia(Media media)
Media
picture, which should be cropped.media
- The Media
picture to crop.void setLanguage(Language language)
Language
to crop the resolutions in.language
- The Language
to use.void setResolutions(List<Resolution> resolutions)
Resolution
s, which should be visible and modifiable.resolutions
- The Resolution
s to crop.void perform()
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210