public final class UIOffset
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
UIOffset() |
|
UIOffset(double horizontal,
double vertical) |
protected |
UIOffset(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
double |
horizontal()
specify amount to offset a position, positive for right or down, negative for left or up
|
void |
setHorizontal(double value)
specify amount to offset a position, positive for right or down, negative for left or up
|
void |
setVertical(double value)
specify amount to offset a position, positive for right or down, negative for left or up
|
double |
vertical()
specify amount to offset a position, positive for right or down, negative for left or up
|
public UIOffset()
protected UIOffset(org.moe.natj.general.Pointer peer)
public UIOffset(double horizontal,
double vertical)
public double horizontal()
public void setHorizontal(double value)
public double vertical()
public void setVertical(double value)