Class DocReaderOrientation


  • public class DocReaderOrientation
    extends java.lang.Object
    Contains set of values of the application's orientation
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ALL
      All interface orientations - orientation not set, activities will rotate
      static int LANDSCAPE
      Both landscape-left and landscape-right interface orientation
      static int LANDSCAPE_LEFT
      A landscape-left interface orientation
      static int LANDSCAPE_RIGHT
      A landscape-right interface orientation
      static int PORTRAIT
      A portrait interface orientation
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • DocReaderOrientation

        public DocReaderOrientation()