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