Package org.robovm.apple.uikit
Class UIEdgeInsets
- All Implemented Interfaces:
Iterable<UIEdgeInsets>
public class UIEdgeInsets extends Struct<UIEdgeInsets>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIEdgeInsets.UIEdgeInsetsPtr -
Constructor Summary
Constructors Constructor Description UIEdgeInsets()UIEdgeInsets(double top, double left, double bottom, double right) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)booleanequalsTo(UIEdgeInsets other)static UIEdgeInsetsfromString(String string)doublegetBottom()doublegetLeft()doublegetRight()doublegetTop()UIEdgeInsetssetBottom(double bottom)UIEdgeInsetssetLeft(double left)UIEdgeInsetssetRight(double right)UIEdgeInsetssetTop(double top)StringtoString()protected static StringtoString(UIEdgeInsets insets)static UIEdgeInsetsZero()Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
UIEdgeInsets
public UIEdgeInsets() -
UIEdgeInsets
public UIEdgeInsets(double top, double left, double bottom, double right)
-
-
Method Details