Package apple.avfoundation.struct
Class AVEdgeWidths
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.avfoundation.struct.AVEdgeWidths
-
public final class AVEdgeWidths extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description AVEdgeWidths()AVEdgeWidths(double left, double top, double right, double bottom)protectedAVEdgeWidths(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublebottom()doubleleft()doubleright()voidsetBottom(double value)voidsetLeft(double value)voidsetRight(double value)voidsetTop(double value)doubletop()
-