Package apple.uikit.struct
Class UIOffset
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.uikit.struct.UIOffset
-
public final class UIOffset extends org.moe.natj.c.StructObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublehorizontal()specify amount to offset a position, positive for right or down, negative for left or upvoidsetHorizontal(double value)specify amount to offset a position, positive for right or down, negative for left or upvoidsetVertical(double value)specify amount to offset a position, positive for right or down, negative for left or updoublevertical()specify amount to offset a position, positive for right or down, negative for left or up
-
-
-
Method Detail
-
horizontal
public double horizontal()
specify amount to offset a position, positive for right or down, negative for left or up
-
setHorizontal
public void setHorizontal(double value)
specify amount to offset a position, positive for right or down, negative for left or up
-
vertical
public double vertical()
specify amount to offset a position, positive for right or down, negative for left or up
-
setVertical
public void setVertical(double value)
specify amount to offset a position, positive for right or down, negative for left or up
-
-