Package org.robovm.apple.uikit
Class UIRectEdge
- All Implemented Interfaces:
Comparable<UIRectEdge>,Iterable<UIRectEdge>
public final class UIRectEdge extends Bits<UIRectEdge>
-
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 UIRectEdgeAllstatic UIRectEdgeBottomstatic UIRectEdgeLeftstatic UIRectEdgeNonestatic UIRectEdgeRightstatic UIRectEdgeTop -
Constructor Summary
Constructors Constructor Description UIRectEdge(long value) -
Method Summary
Modifier and Type Method Description protected UIRectEdge[]_values()static UIRectEdge[]values()protected UIRectEdgewrap(long value, long mask)
-
Field Details
-
None
-
Top
-
Left
-
Bottom
-
Right
-
All
-
-
Constructor Details
-
UIRectEdge
public UIRectEdge(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<UIRectEdge>
-
_values
- Specified by:
_valuesin classBits<UIRectEdge>
-
values
-