Uses of Class
net.coobird.thumbnailator.resizers.configurations.Antialiasing
-
Packages that use Antialiasing 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.resizers.configurations This package provides enums which are used to set rendering hints used when usingResizersto create thumbnails. -
-
Uses of Antialiasing in net.coobird.thumbnailator
Fields in net.coobird.thumbnailator declared as Antialiasing Modifier and Type Field Description private AntialiasingThumbnails.Builder. antialiasingMethods in net.coobird.thumbnailator with parameters of type Antialiasing Modifier and Type Method Description Thumbnails.Builder<T>Thumbnails.Builder. antialiasing(Antialiasing config)Sets the antialiasing mode when performing the resizing operation to generate the thumbnail. -
Uses of Antialiasing in net.coobird.thumbnailator.resizers.configurations
Methods in net.coobird.thumbnailator.resizers.configurations that return Antialiasing Modifier and Type Method Description static AntialiasingAntialiasing. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Antialiasing[]Antialiasing. values()Returns an array containing the constants of this enum type, in the order they are declared.
-