Uses of Package
net.coobird.thumbnailator.resizers
-
Packages that use net.coobird.thumbnailator.resizers Package Description net.coobird.thumbnailator This package contains classes which provide the core functionalities of Thumbnailator, includingThumbnails, the entry point for most use cases of Thumbnailator.net.coobird.thumbnailator.builders This package provides classes which provides convenient builders for classes which are used by Thumbnailator.net.coobird.thumbnailator.makers This package provides classes which can be used to make thumbnails given parameters to create the images.net.coobird.thumbnailator.resizers This package provides classes which perform image resizing operations which is used to create thumbnails with Thumbnailator. -
Classes in net.coobird.thumbnailator.resizers used by net.coobird.thumbnailator Class Description Resizer This interface is implemented by classes which perform resizing operations.ResizerFactory This interface is implemented by all classes which will return aResizerthat should be used when creating a thumbnail. -
Classes in net.coobird.thumbnailator.resizers used by net.coobird.thumbnailator.builders Class Description Resizer This interface is implemented by classes which perform resizing operations.ResizerFactory This interface is implemented by all classes which will return aResizerthat should be used when creating a thumbnail. -
Classes in net.coobird.thumbnailator.resizers used by net.coobird.thumbnailator.makers Class Description Resizer This interface is implemented by classes which perform resizing operations.ResizerFactory This interface is implemented by all classes which will return aResizerthat should be used when creating a thumbnail. -
Classes in net.coobird.thumbnailator.resizers used by net.coobird.thumbnailator.resizers Class Description AbstractResizer A class which performs a resize operation on a source image and outputs the result to a destination image.BilinearResizer Image resizer class using bilinear interpolation for the resizing operation.DefaultResizerFactory This class provides factory methods which provides suitableResizers for a given situation.Resizer This interface is implemented by classes which perform resizing operations.ResizerFactory This interface is implemented by all classes which will return aResizerthat should be used when creating a thumbnail.Resizers This enum can be used to select a specificResizerin order to perform a resizing operation.