Class DocReaderOrientation
- java.lang.Object
-
- com.regula.documentreader.api.enums.DocReaderOrientation
-
public class DocReaderOrientation extends java.lang.Object
Contains set of values of the application's orientation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DocReaderOrientation.Orientation
-
Field Summary
Fields Modifier and Type Field Description static int
ALL
All interface orientations - orientation not set, activities will rotatestatic int
LANDSCAPE
Both landscape-left and landscape-right interface orientationstatic int
LANDSCAPE_LEFT
A landscape-left interface orientationstatic int
LANDSCAPE_RIGHT
A landscape-right interface orientationstatic int
PORTRAIT
A portrait interface orientation
-
Constructor Summary
Constructors Constructor Description DocReaderOrientation()
-
-
-
Field Detail
-
ALL
public static final int ALL
All interface orientations - orientation not set, activities will rotate- See Also:
- Constant Field Values
-
PORTRAIT
public static final int PORTRAIT
A portrait interface orientation- See Also:
- Constant Field Values
-
LANDSCAPE
public static final int LANDSCAPE
Both landscape-left and landscape-right interface orientation- See Also:
- Constant Field Values
-
LANDSCAPE_LEFT
public static final int LANDSCAPE_LEFT
A landscape-left interface orientation- See Also:
- Constant Field Values
-
LANDSCAPE_RIGHT
public static final int LANDSCAPE_RIGHT
A landscape-right interface orientation- See Also:
- Constant Field Values
-
-