Uses of Class
net.coobird.thumbnailator.makers.ScaledThumbnailMaker
-
Packages that use ScaledThumbnailMaker 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 ScaledThumbnailMaker in net.coobird.thumbnailator.makers
Methods in net.coobird.thumbnailator.makers that return ScaledThumbnailMaker Modifier and Type Method Description ScaledThumbnailMakerScaledThumbnailMaker. scale(double factor)Sets the scaling factor for the thumbnail.ScaledThumbnailMakerScaledThumbnailMaker. scale(double widthFactor, double heightFactor)Sets the scaling factors for the thumbnail.
-