| Package | Description |
|---|---|
| com.openindex.openestate.tool.utils |
Hilfsklassen.
|
| 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
BufferedImageOps to a given image and return the result. |
Copyright © 2019 OpenEstate. All rights reserved.