public final class RotationDirection
extends java.lang.Enum
Rotation Direction, must be the following: Clockwise or AntiClockwise
Modifier and Type | Field and Description |
---|---|
static int |
AntiClockwise
anti clockwise rotate
|
static int |
Clockwise
clock wise rotate
|
public static final int AntiClockwise
anti clockwise rotate
public static final int Clockwise
clock wise rotate