Package apple.imageio.enums
Class CGImagePropertyOrientation
- java.lang.Object
-
- apple.imageio.enums.CGImagePropertyOrientation
-
public final class CGImagePropertyOrientation extends java.lang.ObjectPossible int values for kCGImagePropertyTIFFOrientation
-
-
Field Summary
Fields Modifier and Type Field Description static intDown0th row at bottom, 0th column on right - 180 deg rotationstatic intDownMirrored0th row at bottom, 0th column on left - vertical flipstatic intLeft0th row on left, 0th column at bottom - 90 deg CCWstatic intLeftMirrored0th row on left, 0th column at topstatic intRight0th row on right, 0th column at top - 90 deg CWstatic intRightMirrored0th row on right, 0th column on bottomstatic intUp0th row at top, 0th column on left - default orientationstatic intUpMirrored0th row at top, 0th column on right - horizontal flip
-
-
-
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
-
-