Class CGImagePropertyOrientation


  • public final class CGImagePropertyOrientation
    extends java.lang.Object
    Possible int values for kCGImagePropertyTIFFOrientation
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int Down
      0th row at bottom, 0th column on right - 180 deg rotation
      static int DownMirrored
      0th row at bottom, 0th column on left - vertical flip
      static int Left
      0th row on left, 0th column at bottom - 90 deg CCW
      static int LeftMirrored
      0th row on left, 0th column at top
      static int Right
      0th row on right, 0th column at top - 90 deg CW
      static int RightMirrored
      0th row on right, 0th column on bottom
      static int Up
      0th row at top, 0th column on left - default orientation
      static int UpMirrored
      0th row at top, 0th column on right - horizontal flip
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Up

        public static final int Up
        0th row at top, 0th column on left - default orientation
        See Also:
        Constant Field Values
      • UpMirrored

        public static final int UpMirrored
        0th row at top, 0th column on right - horizontal flip
        See Also:
        Constant Field Values
      • Down

        public static final int Down
        0th row at bottom, 0th column on right - 180 deg rotation
        See Also:
        Constant Field Values
      • DownMirrored

        public static final int DownMirrored
        0th row at bottom, 0th column on left - vertical flip
        See Also:
        Constant Field Values
      • LeftMirrored

        public static final int LeftMirrored
        0th row on left, 0th column at top
        See Also:
        Constant Field Values
      • Right

        public static final int Right
        0th row on right, 0th column at top - 90 deg CW
        See Also:
        Constant Field Values
      • RightMirrored

        public static final int RightMirrored
        0th row on right, 0th column on bottom
        See Also:
        Constant Field Values
      • Left

        public static final int Left
        0th row on left, 0th column at bottom - 90 deg CCW
        See Also:
        Constant Field Values