Package apple.uikit.enums
Class UIRectEdge
- java.lang.Object
-
- apple.uikit.enums.UIRectEdge
-
public final class UIRectEdge extends java.lang.Object
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
Top
public static final long Top
- See Also:
- Constant Field Values
-
Left
public static final long Left
- See Also:
- Constant Field Values
-
Bottom
public static final long Bottom
- See Also:
- Constant Field Values
-
Right
public static final long Right
- See Also:
- Constant Field Values
-
All
public static final long All
- See Also:
- Constant Field Values
-
-