Package apple.uikit.enums
Class UIRectCorner
- java.lang.Object
-
- apple.uikit.enums.UIRectCorner
-
public final class UIRectCorner extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAllCornersstatic longBottomLeftstatic longBottomRightstatic longTopLeftstatic longTopRight
-
-
-
Field Detail
-
TopLeft
public static final long TopLeft
- See Also:
- Constant Field Values
-
TopRight
public static final long TopRight
- See Also:
- Constant Field Values
-
BottomLeft
public static final long BottomLeft
- See Also:
- Constant Field Values
-
BottomRight
public static final long BottomRight
- See Also:
- Constant Field Values
-
AllCorners
public static final long AllCorners
-
-