public final class NSDirectionalEdgeInsets
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
NSDirectionalEdgeInsets() |
|
NSDirectionalEdgeInsets(double top,
double leading,
double bottom,
double trailing) |
protected |
NSDirectionalEdgeInsets(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 |
leading()
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 |
setLeading(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.
|
void |
setTrailing(double value)
specify amount to inset (positive) for each of the edges.
|
double |
top()
specify amount to inset (positive) for each of the edges.
|
double |
trailing()
specify amount to inset (positive) for each of the edges.
|
public NSDirectionalEdgeInsets()
protected NSDirectionalEdgeInsets(org.moe.natj.general.Pointer peer)
public NSDirectionalEdgeInsets(double top,
double leading,
double bottom,
double trailing)
public double top()
public void setTop(double value)
public double leading()
public void setLeading(double value)
public double bottom()
public void setBottom(double value)
public double trailing()
public void setTrailing(double value)