Uses of Interface
net.coobird.thumbnailator.geometry.Size
-
Packages that use Size 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.geometry This package contains classes used to specify positioning of watermarks and other objects in Thumbnailator. -
-
Uses of Size in net.coobird.thumbnailator
Methods in net.coobird.thumbnailator with parameters of type Size Modifier and Type Method Description Thumbnails.Builder<T>Thumbnails.Builder. sourceRegion(Position position, Size size)Specifies the region of the source image where the thumbnail will be created from. -
Uses of Size in net.coobird.thumbnailator.geometry
Classes in net.coobird.thumbnailator.geometry that implement Size Modifier and Type Class Description classAbsoluteSizeASizeobject which indicates that the size of the enclosed object should be the specified absolute size.classRelativeSizeCalculates the size of an enclosed object relative to the enclosing object.Fields in net.coobird.thumbnailator.geometry declared as Size Modifier and Type Field Description private SizeRegion. sizeSize of the region.Methods in net.coobird.thumbnailator.geometry that return Size Modifier and Type Method Description SizeRegion. getSize()Returns the size of the region.Constructors in net.coobird.thumbnailator.geometry with parameters of type Size Constructor Description Region(Position position, Size size)
-