Uses of Class
de.xima.fc.common.image.CropScaleImageThumbnailGenerator.Builder
-
Packages that use CropScaleImageThumbnailGenerator.Builder Package Description de.xima.fc.common.image -
-
Uses of CropScaleImageThumbnailGenerator.Builder in de.xima.fc.common.image
Methods in de.xima.fc.common.image that return CropScaleImageThumbnailGenerator.Builder Modifier and Type Method Description static CropScaleImageThumbnailGenerator.Builder
CropScaleImageThumbnailGenerator. builder()
Gets a builder for a thumbnail generator that scales down images to a defined width and height.CropScaleImageThumbnailGenerator.Builder
CropScaleImageThumbnailGenerator.Builder. defaultDimensions(int width, int height)
Sets the desired default target width and height for the thumbnail.CropScaleImageThumbnailGenerator.Builder
CropScaleImageThumbnailGenerator.Builder. format(de.xima.cmn.utils.XImageUtils.EImageFormat format)
Sets the desired format for the thumbnail.
-