Package org.robovm.apple.avfoundation
Class AVEdgeWidths
- All Implemented Interfaces:
Iterable<AVEdgeWidths>
public class AVEdgeWidths extends Struct<AVEdgeWidths>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVEdgeWidths.AVEdgeWidthsPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description AVEdgeWidths()AVEdgeWidths(double left, double top, double right, double bottom) -
Method Summary
Modifier and Type Method Description doublegetBottom()doublegetLeft()doublegetRight()doublegetTop()AVEdgeWidthssetBottom(double bottom)AVEdgeWidthssetLeft(double left)AVEdgeWidthssetRight(double right)AVEdgeWidthssetTop(double top)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
AVEdgeWidths
public AVEdgeWidths() -
AVEdgeWidths
public AVEdgeWidths(double left, double top, double right, double bottom)
-
-
Method Details
-
getLeft
public double getLeft() -
setLeft
-
getTop
public double getTop() -
setTop
-
getRight
public double getRight() -
setRight
-
getBottom
public double getBottom() -
setBottom
-