Class DocReaderOrientation
java.lang.Object
com.regula.documentreader.api.enums.DocReaderOrientation
Contains set of values of the application's orientation
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
All interface orientations - orientation not set, activities will rotatestatic final int
Both landscape-left and landscape-right interface orientationstatic final int
A landscape-left interface orientationstatic final int
A landscape-right interface orientationstatic final int
A portrait interface orientation -
Constructor Summary
-
Method Summary
-
Field Details
-
ALL
public static final int ALLAll interface orientations - orientation not set, activities will rotate- See Also:
-
PORTRAIT
public static final int PORTRAITA portrait interface orientation- See Also:
-
LANDSCAPE
public static final int LANDSCAPEBoth landscape-left and landscape-right interface orientation- See Also:
-
LANDSCAPE_LEFT
public static final int LANDSCAPE_LEFTA landscape-left interface orientation- See Also:
-
LANDSCAPE_RIGHT
public static final int LANDSCAPE_RIGHTA landscape-right interface orientation- See Also:
-
-
Constructor Details
-
DocReaderOrientation
public DocReaderOrientation()
-