Package net.coobird.thumbnailator.geometry
This package contains classes used to specify positioning of watermarks and
other objects in Thumbnailator.
-
Interface Summary Interface Description Position This interface is implemented by classes which calculate how to position an object inside of an enclosing object.Size This interface is implemented by classes which calculate the size of an object inside of an enclosing object. -
Class Summary Class Description AbsoluteSize ASizeobject which indicates that the size of the enclosed object should be the specified absolute size.Coordinate This class calculates the position of an image which is to be enclosed, using an absolute coordinate at which the image should be located.Region A representation of a region, using aPositionobject and aDimensionobject.RelativeSize Calculates the size of an enclosed object relative to the enclosing object. -
Enum Summary Enum Description Positions An enum of predefinedPositions.