Interface IElFinderImageProcessorCropParams

All Superinterfaces:
IElFinderImageProcessorBaseParams

public interface IElFinderImageProcessorCropParams extends IElFinderImageProcessorBaseParams
Since:
8.3.0
Author:
XIMA MEDIA GmbH
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the height of the crop box (in pixels).
    int
    Gets the width of the crop box (in pixels).
    int
    x()
    Gets the x-coordinate of the top-left corner of the crop box (in pixels).
    int
    y()
    Gets the y-coordinate of the top-left corner of the crop box (in pixels).

    Methods inherited from interface IElFinderImageProcessorBaseParams

    quality
  • Method Details

    • height

      int height()
      Gets the height of the crop box (in pixels).
      Returns:
      height The height of the crop box (in pixels).
    • width

      int width()
      Gets the width of the crop box (in pixels).
      Returns:
      The width of the crop box (in pixels).
    • x

      int x()
      Gets the x-coordinate of the top-left corner of the crop box (in pixels).
      Returns:
      The x-coordinate of the top-left corner of the crop box (in pixels).
    • y

      int y()
      Gets the y-coordinate of the top-left corner of the crop box (in pixels).
      Returns:
      The y-coordinate of the top-left corner of the crop box (in pixels).