Uses of Class
net.coobird.thumbnailator.Thumbnails.Builder.Properties
-
Packages that use Thumbnails.Builder.Properties 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. -
-
Uses of Thumbnails.Builder.Properties in net.coobird.thumbnailator
Fields in net.coobird.thumbnailator with type parameters of type Thumbnails.Builder.Properties Modifier and Type Field Description private java.util.Map<Thumbnails.Builder.Properties,Thumbnails.Builder.Status>Thumbnails.Builder. statusMapMap to keep track of whether a property has been properly set or not.Methods in net.coobird.thumbnailator that return Thumbnails.Builder.Properties Modifier and Type Method Description static Thumbnails.Builder.PropertiesThumbnails.Builder.Properties. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Thumbnails.Builder.Properties[]Thumbnails.Builder.Properties. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.coobird.thumbnailator with parameters of type Thumbnails.Builder.Properties Modifier and Type Method Description private voidThumbnails.Builder. updateStatus(Thumbnails.Builder.Properties property, Thumbnails.Builder.Status newStatus)Updates the property status map.
-