Package de.xima.fc.gui.elfinder
Interface IElFinderImageProcessorCropParams
-
- All Superinterfaces:
IElFinderImageProcessorBaseParams
public interface IElFinderImageProcessorCropParams extends IElFinderImageProcessorBaseParams
Parameters for the crop operation, seeIElFinderImageProcessor.cropImage(Path, Path, IElFinderImageProcessorCropParams)
- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
IElFinderImageProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
height()
Gets the height of the crop box (in pixels).int
width()
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 de.xima.fc.gui.elfinder.IElFinderImageProcessorBaseParams
quality
-
-
-
-
Method Detail
-
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).
-
-