Uses of Class
net.coobird.thumbnailator.makers.ThumbnailMaker
-
Packages that use ThumbnailMaker 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 ThumbnailMaker in net.coobird.thumbnailator.makers
Subclasses of ThumbnailMaker in net.coobird.thumbnailator.makers Modifier and Type Class Description classFixedSizeThumbnailMakerAThumbnailMakerwhich resizes an image to a specified dimension when producing a thumbnail.classScaledThumbnailMakerAThumbnailMakerwhich scales an image by a specified scaling factor when producing a thumbnail.Methods in net.coobird.thumbnailator.makers that return ThumbnailMaker Modifier and Type Method Description ThumbnailMakerThumbnailMaker. defaultImageType()Sets the type of theBufferedImageto be the default type.ThumbnailMakerThumbnailMaker. defaultResizer()ThumbnailMakerThumbnailMaker. defaultResizerFactory()Sets theResizerFactoryto useDefaultResizerFactory.ThumbnailMakerThumbnailMaker. imageType(int imageType)Sets the type for theBufferedImageto produce.ThumbnailMakerThumbnailMaker. resizer(Resizer resizer)Sets theResizerwhich is used for the resizing operation.ThumbnailMakerThumbnailMaker. resizerFactory(ResizerFactory resizerFactory)Sets theResizerFactorywhich is used to obtain aResizerfor the resizing operation.
-