Uses of Class
net.coobird.thumbnailator.filters.Rotation.Rotator
-
Packages that use Rotation.Rotator Package Description net.coobird.thumbnailator.filters This package provides classes which perform filtering operations on images, such as adding watermark, text captions, and color tints. -
-
Uses of Rotation.Rotator in net.coobird.thumbnailator.filters
Fields in net.coobird.thumbnailator.filters declared as Rotation.Rotator Modifier and Type Field Description static Rotation.RotatorRotation. LEFT_90_DEGREESARotatorwhich will rotate a specified image to the left 90 degrees.static Rotation.RotatorRotation. RIGHT_90_DEGREESARotatorwhich will rotate a specified image to the right 90 degrees.static Rotation.RotatorRotation. ROTATE_180_DEGREESARotatorwhich will rotate a specified image to the 180 degrees.Methods in net.coobird.thumbnailator.filters that return Rotation.Rotator Modifier and Type Method Description static Rotation.RotatorRotation. newRotator(double angle)Creates a new instance ofRotatorwhich rotates an image at the specified angle.
-