Uses of Class
net.coobird.thumbnailator.makers.FixedSizeThumbnailMaker
-
Packages that use FixedSizeThumbnailMaker Package Description net.coobird.thumbnailator.makers This package provides classes which can be used to make thumbnails given parameters to create the images. -
-
Uses of FixedSizeThumbnailMaker in net.coobird.thumbnailator.makers
Methods in net.coobird.thumbnailator.makers that return FixedSizeThumbnailMaker Modifier and Type Method Description FixedSizeThumbnailMakerFixedSizeThumbnailMaker. fitWithinDimensions(boolean fit)Sets whether or not the thumbnail should fit within the specified dimensions.FixedSizeThumbnailMakerFixedSizeThumbnailMaker. keepAspectRatio(boolean keep)Sets whether or not the thumbnail is to maintain the aspect ratio of the original image.FixedSizeThumbnailMakerFixedSizeThumbnailMaker. size(int width, int height)Sets the size of the thumbnail to produce.
-