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 BufferedImageImageUtils. 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.RotationScalr.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 BufferedImageScalr. rotate(BufferedImage src, Scalr.Rotation rotation, BufferedImageOp... ops)Used to apply aScalr.Rotationand then0or moreBufferedImageOps to a given image and return the result.
-