Package org.robovm.apple.metalps
Class MPSImageCoordinate
- java.lang.Object
-
- org.robovm.rt.bro.NativeObject
-
- org.robovm.rt.bro.Struct<MPSImageCoordinate>
-
- org.robovm.apple.metalps.MPSImageCoordinate
-
- All Implemented Interfaces:
java.lang.Iterable<MPSImageCoordinate>
public class MPSImageCoordinate extends org.robovm.rt.bro.Struct<MPSImageCoordinate>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MPSImageCoordinate.MPSImageCoordinatePtr
-
Constructor Summary
Constructors Constructor Description MPSImageCoordinate()
MPSImageCoordinate(long x, long y, long channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getChannel()
long
getX()
long
getY()
MPSImageCoordinate
setChannel(long channel)
MPSImageCoordinate
setX(long x)
MPSImageCoordinate
setY(long y)
-
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
-
-
-
-
Method Detail
-
getX
public long getX()
-
setX
public MPSImageCoordinate setX(long x)
-
getY
public long getY()
-
setY
public MPSImageCoordinate setY(long y)
-
getChannel
public long getChannel()
-
setChannel
public MPSImageCoordinate setChannel(long channel)
-
-