Package org.robovm.apple.uikit
Class UIDirectionalRectEdge
- All Implemented Interfaces:
Comparable<UIDirectionalRectEdge>,Iterable<UIDirectionalRectEdge>
@Deprecated public final class UIDirectionalRectEdge extends Bits<UIDirectionalRectEdge>
Deprecated.
Deprecated in iOS 13.0. Use NSDirectionalRectEdge
- Since:
- Available in iOS 13.0 and later.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static UIDirectionalRectEdgeAllDeprecated.static UIDirectionalRectEdgeBottomDeprecated.static UIDirectionalRectEdgeLeadingDeprecated.static UIDirectionalRectEdgeNoneDeprecated.static UIDirectionalRectEdgeTopDeprecated.static UIDirectionalRectEdgeTrailingDeprecated. -
Constructor Summary
Constructors Constructor Description UIDirectionalRectEdge(long value)Deprecated. -
Method Summary
Modifier and Type Method Description protected UIDirectionalRectEdge[]_values()Deprecated.static UIDirectionalRectEdge[]values()Deprecated.protected UIDirectionalRectEdgewrap(long value, long mask)Deprecated.
-
Field Details
-
None
Deprecated. -
Top
Deprecated. -
Leading
Deprecated. -
Bottom
Deprecated. -
Trailing
Deprecated. -
All
Deprecated.
-
-
Constructor Details
-
UIDirectionalRectEdge
public UIDirectionalRectEdge(long value)Deprecated.
-
-
Method Details
-
wrap
Deprecated.- Specified by:
wrapin classBits<UIDirectionalRectEdge>
-
_values
Deprecated.- Specified by:
_valuesin classBits<UIDirectionalRectEdge>
-
values
Deprecated.
-