Uses of Class
net.coobird.thumbnailator.resizers.configurations.Rendering
-
Packages that use Rendering 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 Rendering in net.coobird.thumbnailator
Fields in net.coobird.thumbnailator declared as Rendering Modifier and Type Field Description private RenderingThumbnails.Builder. renderingMethods in net.coobird.thumbnailator with parameters of type Rendering Modifier and Type Method Description Thumbnails.Builder<T>Thumbnails.Builder. rendering(Rendering config)Sets the rendering mode when performing the resizing operation to generate the thumbnail. -
Uses of Rendering in net.coobird.thumbnailator.resizers.configurations
Methods in net.coobird.thumbnailator.resizers.configurations that return Rendering Modifier and Type Method Description static RenderingRendering. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Rendering[]Rendering. values()Returns an array containing the constants of this enum type, in the order they are declared.
-