RotateMode
Inheritance: java.lang.Object
public final class RotateMode
Possible modes for the page rotation.
Fields
Field | Description |
---|---|
Rotate90 | Rotate to the right with 90 degrees. |
Rotate180 | Rotate to the right with 180 degrees. |
Rotate270 | Rotate to the right with 270 degrees. |
Rotate90
public static final int Rotate90
Rotate to the right with 90 degrees.
Rotate180
public static final int Rotate180
Rotate to the right with 180 degrees.
Rotate270
public static final int Rotate270
Rotate to the right with 270 degrees.