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.AVEdgeWidthsPtr -
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, wrap
-
Constructor Details
-
AVEdgeWidths
public AVEdgeWidths() -
AVEdgeWidths
public AVEdgeWidths(double left, double top, double right, double bottom)
-
-
Method Details