Uses of Class
net.coobird.thumbnailator.resizers.configurations.ScalingMode
-
Packages that use ScalingMode 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 ScalingMode in net.coobird.thumbnailator
Fields in net.coobird.thumbnailator declared as ScalingMode Modifier and Type Field Description private ScalingModeThumbnails.Builder. scalingModeMethods in net.coobird.thumbnailator with parameters of type ScalingMode Modifier and Type Method Description private ResizerThumbnails.Builder. makeResizer(ScalingMode mode)Returns aResizerwhich is suitable for the current builder state.Thumbnails.Builder<T>Thumbnails.Builder. scalingMode(ScalingMode config)Sets the resizing scaling mode to use when creating the thumbnail. -
Uses of ScalingMode in net.coobird.thumbnailator.resizers.configurations
Methods in net.coobird.thumbnailator.resizers.configurations that return ScalingMode Modifier and Type Method Description static ScalingModeScalingMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScalingMode[]ScalingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-