Package apple.uikit.struct
Class NSDirectionalEdgeInsets
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.uikit.struct.NSDirectionalEdgeInsets
-
public final class NSDirectionalEdgeInsets extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description NSDirectionalEdgeInsets()NSDirectionalEdgeInsets(double top, double leading, double bottom, double trailing)protectedNSDirectionalEdgeInsets(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublebottom()specify amount to inset (positive) for each of the edges. values can be negative to 'outset'doubleleading()specify amount to inset (positive) for each of the edges. values can be negative to 'outset'voidsetBottom(double value)specify amount to inset (positive) for each of the edges. values can be negative to 'outset'voidsetLeading(double value)specify amount to inset (positive) for each of the edges. values can be negative to 'outset'voidsetTop(double value)specify amount to inset (positive) for each of the edges. values can be negative to 'outset'voidsetTrailing(double value)specify amount to inset (positive) for each of the edges. values can be negative to 'outset'doubletop()specify amount to inset (positive) for each of the edges. values can be negative to 'outset'doubletrailing()specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
-
-
-
Method Detail
-
top
public double top()
specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
-
setTop
public void setTop(double value)
specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
-
leading
public double leading()
specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
-
setLeading
public void setLeading(double value)
specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
-
bottom
public double bottom()
specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
-
setBottom
public void setBottom(double value)
specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
-
trailing
public double trailing()
specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
-
setTrailing
public void setTrailing(double value)
specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
-
-