Uses of Class
net.coobird.thumbnailator.geometry.Positions
-
Packages that use Positions Package Description net.coobird.thumbnailator.geometry This package contains classes used to specify positioning of watermarks and other objects in Thumbnailator. -
-
Uses of Positions in net.coobird.thumbnailator.geometry
Methods in net.coobird.thumbnailator.geometry that return Positions Modifier and Type Method Description static PositionsPositions. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Positions[]Positions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-