Uses of Class
org.silverpeas.core.io.media.image.option.CropOption
-
Packages that use CropOption Package Description org.silverpeas.core.io.media.image.option -
-
Uses of CropOption in org.silverpeas.core.io.media.image.option
Methods in org.silverpeas.core.io.media.image.option that return CropOption Modifier and Type Method Description static CropOption
CropOption. crop(int width, int height)
Creates a new option of cropping from the specified width and height in pixels.CropOption
CropOption. keepPartsAroundCroppedZone()
By default, on a crop operation the parts of image around the cropped zone is removed.CropOption
CropOption. withOffset(int offsetX, int offsetY)
Indicating the offset from which the crop MUST be performed.
-