public final class UIEdgeInsets
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
UIEdgeInsets() |
|
UIEdgeInsets(double top,
double left,
double bottom,
double right) |
protected |
UIEdgeInsets(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
double |
bottom()
specify amount to inset (positive) for each of the edges.
|
double |
left()
specify amount to inset (positive) for each of the edges.
|
double |
right()
specify amount to inset (positive) for each of the edges.
|
void |
setBottom(double value)
specify amount to inset (positive) for each of the edges.
|
void |
setLeft(double value)
specify amount to inset (positive) for each of the edges.
|
void |
setRight(double value)
specify amount to inset (positive) for each of the edges.
|
void |
setTop(double value)
specify amount to inset (positive) for each of the edges.
|
double |
top()
specify amount to inset (positive) for each of the edges.
|
public UIEdgeInsets()
protected UIEdgeInsets(org.moe.natj.general.Pointer peer)
public UIEdgeInsets(double top,
double left,
double bottom,
double right)
public double top()
public void setTop(double value)
public double left()
public void setLeft(double value)
public double bottom()
public void setBottom(double value)
public double right()
public void setRight(double value)