Package org.robovm.apple.uikit
Class NSDirectionalEdgeInsets
- All Implemented Interfaces:
Iterable<NSDirectionalEdgeInsets>
public class NSDirectionalEdgeInsets extends Struct<NSDirectionalEdgeInsets>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSDirectionalEdgeInsets.NSDirectionalEdgeInsetsPtr -
Constructor Summary
Constructors Constructor Description NSDirectionalEdgeInsets()NSDirectionalEdgeInsets(double top, double leading, double bottom, double trailing) -
Method Summary
Modifier and Type Method Description doublegetBottom()doublegetLeading()doublegetTop()doublegetTrailing()NSDirectionalEdgeInsetssetBottom(double bottom)NSDirectionalEdgeInsetssetLeading(double leading)NSDirectionalEdgeInsetssetTop(double top)NSDirectionalEdgeInsetssetTrailing(double trailing)static NSDirectionalEdgeInsetsZero()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
-
NSDirectionalEdgeInsets
public NSDirectionalEdgeInsets() -
NSDirectionalEdgeInsets
public NSDirectionalEdgeInsets(double top, double leading, double bottom, double trailing)
-
-
Method Details
-
getTop
public double getTop() -
setTop
-
getLeading
public double getLeading() -
setLeading
-
getBottom
public double getBottom() -
setBottom
-
getTrailing
public double getTrailing() -
setTrailing
-
Zero
- Since:
- Available in iOS 11.0 and later.
-