Package org.lwjgl.system.windows
Class POINT
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.system.windows.POINT
-
- All Implemented Interfaces:
java.lang.AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class POINT extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPOINT.BufferAn array ofPOINTstructs.
-
Constructor Summary
Constructors Constructor Description POINT(java.nio.ByteBuffer container)Creates aPOINTinstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static POINTcalloc()Returns a newPOINTinstance allocated withmemCalloc.static POINT.Buffercalloc(int capacity)Returns a newPOINT.Bufferinstance allocated withmemCalloc.static POINT.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack)Returns a newPOINT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static POINTcalloc(org.lwjgl.system.MemoryStack stack)Returns a newPOINTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static POINTcallocStack()Deprecated.static POINT.BuffercallocStack(int capacity)Deprecated.static POINT.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack)Deprecated.static POINTcallocStack(org.lwjgl.system.MemoryStack stack)Deprecated.static POINTcreate()Returns a newPOINTinstance allocated withBufferUtils.static POINT.Buffercreate(int capacity)Returns a newPOINT.Bufferinstance allocated withBufferUtils.static POINTcreate(long address)Returns a newPOINTinstance for the specified memory address.static POINT.Buffercreate(long address, int capacity)Create aPOINT.Bufferinstance at the specified memory.static POINTcreateSafe(long address)static POINT.BuffercreateSafe(long address, int capacity)static POINTmalloc()Returns a newPOINTinstance allocated withmemAlloc.static POINT.Buffermalloc(int capacity)Returns a newPOINT.Bufferinstance allocated withmemAlloc.static POINT.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack)Returns a newPOINT.Bufferinstance allocated on the specifiedMemoryStack.static POINTmalloc(org.lwjgl.system.MemoryStack stack)Returns a newPOINTinstance allocated on the specifiedMemoryStack.static POINTmallocStack()Deprecated.static POINT.BuffermallocStack(int capacity)Deprecated.static POINT.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack)Deprecated.static POINTmallocStack(org.lwjgl.system.MemoryStack stack)Deprecated.static intnx(long struct)Unsafe version ofx().static voidnx(long struct, int value)Unsafe version ofx.static intny(long struct)Unsafe version ofy().static voidny(long struct, int value)Unsafe version ofy.POINTset(int x, int y)Initializes this struct with the specified values.POINTset(POINT src)Copies the specified struct data to this struct.intsizeof()intx()the x-coordinate of the pointPOINTx(int value)Sets the specified value to thex()field.inty()the y-coordinate of the pointPOINTy(int value)Sets the specified value to they()field.
-
-
-
Constructor Detail
-
POINT
public POINT(java.nio.ByteBuffer container)
Creates aPOINTinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Detail
-
sizeof
public int sizeof()
- Specified by:
sizeofin classorg.lwjgl.system.Struct
-
x
public int x()
the x-coordinate of the point
-
y
public int y()
the y-coordinate of the point
-
set
public POINT set(int x, int y)
Initializes this struct with the specified values.
-
set
public POINT set(POINT src)
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
public static POINT malloc()
Returns a newPOINTinstance allocated withmemAlloc. The instance must be explicitly freed.
-
calloc
public static POINT calloc()
Returns a newPOINTinstance allocated withmemCalloc. The instance must be explicitly freed.
-
create
public static POINT create()
Returns a newPOINTinstance allocated withBufferUtils.
-
create
public static POINT create(long address)
Returns a newPOINTinstance for the specified memory address.
-
createSafe
@Nullable public static POINT createSafe(long address)
-
malloc
public static POINT.Buffer malloc(int capacity)
Returns a newPOINT.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
public static POINT.Buffer calloc(int capacity)
Returns a newPOINT.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
public static POINT.Buffer create(int capacity)
Returns a newPOINT.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static POINT.Buffer create(long address, int capacity)
Create aPOINT.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
@Nullable public static POINT.Buffer createSafe(long address, int capacity)
-
mallocStack
@Deprecated public static POINT mallocStack()
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead.
-
callocStack
@Deprecated public static POINT callocStack()
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead.
-
mallocStack
@Deprecated public static POINT mallocStack(org.lwjgl.system.MemoryStack stack)
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead.
-
callocStack
@Deprecated public static POINT callocStack(org.lwjgl.system.MemoryStack stack)
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead.
-
mallocStack
@Deprecated public static POINT.Buffer mallocStack(int capacity)
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead.
-
callocStack
@Deprecated public static POINT.Buffer callocStack(int capacity)
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead.
-
mallocStack
@Deprecated public static POINT.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead.
-
callocStack
@Deprecated public static POINT.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead.
-
malloc
public static POINT malloc(org.lwjgl.system.MemoryStack stack)
Returns a newPOINTinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
public static POINT calloc(org.lwjgl.system.MemoryStack stack)
Returns a newPOINTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
public static POINT.Buffer malloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newPOINT.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
calloc
public static POINT.Buffer calloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newPOINT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
nx
public static int nx(long struct)
Unsafe version ofx().
-
ny
public static int ny(long struct)
Unsafe version ofy().
-
nx
public static void nx(long struct, int value)Unsafe version ofx.
-
ny
public static void ny(long struct, int value)Unsafe version ofy.
-
-