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.BuilderCropScaleImageThumbnailGenerator. builder()Gets a builder for a thumbnail generator that scales down images to a defined width and height.CropScaleImageThumbnailGenerator.BuilderCropScaleImageThumbnailGenerator.Builder. defaultDimensions(int width, int height)Sets the desired default target width and height for the thumbnail.CropScaleImageThumbnailGenerator.BuilderCropScaleImageThumbnailGenerator.Builder. format(de.xima.cmn.utils.XImageUtils.EImageFormat format)Sets the desired format for the thumbnail.
-