Package org.robovm.apple.uikit
Class UIOffset
public class UIOffset extends Struct<UIOffset>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIOffset.UIOffsetPtr -
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleanequals(Object obj)booleanequalsTo(UIOffset other)static UIOffsetfromString(String string)doublegetHorizontal()doublegetVertical()UIOffsetsetHorizontal(double horizontal)UIOffsetsetVertical(double vertical)StringtoString()protected static StringtoString(UIOffset offset)static UIOffsetZero()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
-
Method Details
-
getHorizontal
public double getHorizontal() -
setHorizontal
-
getVertical
public double getVertical() -
setVertical
-
equalsTo
-
equals
- Overrides:
equalsin classNativeObject
-
toString
-
Zero
-
toString
-
fromString
-