Package apple.uikit.struct
Class UIEdgeInsets
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.uikit.struct.UIEdgeInsets
-
public final class UIEdgeInsets extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description UIEdgeInsets()UIEdgeInsets(double top, double left, double bottom, double right)protectedUIEdgeInsets(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'doubleleft()specify amount to inset (positive) for each of the edges. values can be negative to 'outset'doubleright()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'voidsetLeft(double value)specify amount to inset (positive) for each of the edges. values can be negative to 'outset'voidsetRight(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'doubletop()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'
-
left
public double left()
specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
-
setLeft
public void setLeft(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'
-
right
public double right()
specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
-
setRight
public void setRight(double value)
specify amount to inset (positive) for each of the edges. values can be negative to 'outset'
-
-