Uses of Class
org.imgscalr.Scalr.Rotation
-
Packages that use Scalr.Rotation Package Description com.openindex.openestate.tool.utils Hilfsklassen.org.imgscalr -
-
Uses of Scalr.Rotation in com.openindex.openestate.tool.utils
Methods in com.openindex.openestate.tool.utils with parameters of type Scalr.Rotation Modifier and Type Method Description static BufferedImage
ImageUtils. rotate(BufferedImage image, Scalr.Rotation rotation)
-
Uses of Scalr.Rotation in org.imgscalr
Methods in org.imgscalr that return Scalr.Rotation Modifier and Type Method Description static Scalr.Rotation
Scalr.Rotation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Scalr.Rotation[]
Scalr.Rotation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.imgscalr with parameters of type Scalr.Rotation Modifier and Type Method Description static BufferedImage
Scalr. rotate(BufferedImage src, Scalr.Rotation rotation, BufferedImageOp... ops)
Used to apply aScalr.Rotation
and then0
or moreBufferedImageOp
s to a given image and return the result.
-