public final class UIPointerAccessoryPosition
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
UIPointerAccessoryPosition() |
|
UIPointerAccessoryPosition(double offset,
double angle) |
protected |
UIPointerAccessoryPosition(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
double |
angle()
Clock-wise angle from top in radians.
|
double |
offset()
Offset from the primary pointer shape.
|
void |
setAngle(double value)
Clock-wise angle from top in radians.
|
void |
setOffset(double value)
Offset from the primary pointer shape.
|
public UIPointerAccessoryPosition()
protected UIPointerAccessoryPosition(org.moe.natj.general.Pointer peer)
public UIPointerAccessoryPosition(double offset,
double angle)
public double offset()
public void setOffset(double value)
public double angle()
public void setAngle(double value)