Package | Description |
---|---|
com.openindex.openestate.tool.utils | |
org.imgscalr |
Modifier and Type | Method and Description |
---|---|
static BufferedImage |
ImageUtils.rotate(BufferedImage image,
Scalr.Rotation rotation) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static BufferedImage |
Scalr.rotate(BufferedImage src,
Scalr.Rotation rotation,
BufferedImageOp... ops)
Used to apply a
Scalr.Rotation and then 0 or more
BufferedImageOp s to a given image and return the result. |
Copyright © 2017 OpenEstate. All rights reserved.