Uses of Enum Class
com.vdoc.sdk.commons.utils.ImageUtil.CropRatioStrategy
Packages that use ImageUtil.CropRatioStrategy
-
Uses of ImageUtil.CropRatioStrategy in com.vdoc.sdk.commons.utils
Methods in com.vdoc.sdk.commons.utils that return ImageUtil.CropRatioStrategyModifier and TypeMethodDescriptionstatic ImageUtil.CropRatioStrategyReturns the enum constant of this class with the specified name.static ImageUtil.CropRatioStrategy[]ImageUtil.CropRatioStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vdoc.sdk.commons.utils with parameters of type ImageUtil.CropRatioStrategyModifier and TypeMethodDescriptionstatic BufferedImageImageUtil.cropRatio(BufferedImage image, double ratio, ImageUtil.CropRatioStrategy cropRatioStrategy) Crop an image to the target ratio