public enum RotationType
Supported rotation degrees for image editing
| Enum Constant and Description |
|---|
ROTATION_0 |
ROTATION_180 |
ROTATION_270 |
ROTATION_360
Used for animations, since animation framework behaves differently for 0 and 360 degrees
|
ROTATION_90 |
| Modifier and Type | Method and Description |
|---|---|
static RotationType |
getByDegrees() |
int |
getDegrees() |
static RotationType |
rotateClockwise() |
public RotationType ROTATION_0
public RotationType ROTATION_90
public RotationType ROTATION_180
public RotationType ROTATION_270
public RotationType ROTATION_360
Used for animations, since animation framework behaves differently for 0 and 360 degrees
public static RotationType rotateClockwise()
public int getDegrees()
public static RotationType getByDegrees()