Interface CropDialogOperation


public interface CropDialogOperation
Operation for cropping resolutions of a media picture.
Since:
5.2.508
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Operation for cropping resolutions of a media picture.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes this operation based on the previously configured settings.
    void
    Configures the data Language to crop the resolutions in.
    void
    setMedia(Media media)
    Configures the Media picture, which should be cropped.
    void
    Configures the Resolutions, which should be visible and modifiable.
  • Field Details

  • Method Details

    • setMedia

      void setMedia(Media media)
      Configures the Media picture, which should be cropped.
      Parameters:
      media - The Media picture to crop.
      Since:
      5.2.508
    • setLanguage

      void setLanguage(Language language)
      Configures the data Language to crop the resolutions in.
      Parameters:
      language - The Language to use.
      Since:
      5.2.508
    • setResolutions

      void setResolutions(List<Resolution> resolutions)
      Configures the Resolutions, which should be visible and modifiable.
      Parameters:
      resolutions - The Resolutions 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