Package apple.assetslibrary.enums
Class ALAssetOrientation
- java.lang.Object
-
- apple.assetslibrary.enums.ALAssetOrientation
-
public final class ALAssetOrientation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDown180 deg rotationstatic longDownMirroredhorizontal flipstatic longLeft90 deg CCWstatic longLeftMirroredvertical flipstatic longRight90 deg CWstatic longRightMirroredvertical flipstatic longUpdefault orientationstatic longUpMirroredas above but image mirrored along other axis. horizontal flip
-
-
-
Field Detail
-
Up
public static final long Up
default orientation- See Also:
- Constant Field Values
-
Down
public static final long Down
180 deg rotation- See Also:
- Constant Field Values
-
Left
public static final long Left
90 deg CCW- See Also:
- Constant Field Values
-
Right
public static final long Right
90 deg CW- See Also:
- Constant Field Values
-
UpMirrored
public static final long UpMirrored
as above but image mirrored along other axis. horizontal flip- See Also:
- Constant Field Values
-
DownMirrored
public static final long DownMirrored
horizontal flip- See Also:
- Constant Field Values
-
LeftMirrored
public static final long LeftMirrored
vertical flip- See Also:
- Constant Field Values
-
RightMirrored
public static final long RightMirrored
vertical flip- See Also:
- Constant Field Values
-
-