public final class ImageUtil
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
ImageUtil() |
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
getRotatedImage(java.awt.image.BufferedImage image,
int rotation)
Return an image rotated by a multiple of 90°.
|