Uses of Class
net.coobird.thumbnailator.resizers.Resizers
-
Packages that use Resizers Package Description net.coobird.thumbnailator.resizers This package provides classes which perform image resizing operations which is used to create thumbnails with Thumbnailator. -
-
Uses of Resizers in net.coobird.thumbnailator.resizers
Methods in net.coobird.thumbnailator.resizers that return Resizers Modifier and Type Method Description static ResizersResizers. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Resizers[]Resizers. values()Returns an array containing the constants of this enum type, in the order they are declared.
-