Package org.lwjgl.system.jawt
Class JAWTX11DrawingSurfaceInfo.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<JAWTX11DrawingSurfaceInfo,JAWTX11DrawingSurfaceInfo.Buffer>
-
- org.lwjgl.system.jawt.JAWTX11DrawingSurfaceInfo.Buffer
-
- All Implemented Interfaces:
java.lang.Iterable<JAWTX11DrawingSurfaceInfo>,org.lwjgl.system.Pointer
- Enclosing class:
- JAWTX11DrawingSurfaceInfo
public static class JAWTX11DrawingSurfaceInfo.Buffer extends org.lwjgl.system.StructBuffer<JAWTX11DrawingSurfaceInfo,JAWTX11DrawingSurfaceInfo.Buffer>
An array ofJAWTX11DrawingSurfaceInfostructs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longcolormapID()Returns the value of thecolormapIDfield.intdepth()Returns the value of thedepthfield.longdisplay()Returns the value of thedisplayfield.longdrawable()Returns the value of thedrawablefield.longvisualID()Returns the value of thevisualIDfield.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newJAWTX11DrawingSurfaceInfo.Bufferinstance backed by the specified container. Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided byJAWTX11DrawingSurfaceInfo.SIZEOF, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Detail
-
drawable
public long drawable()
Returns the value of thedrawablefield.
-
display
public long display()
Returns the value of thedisplayfield.
-
visualID
public long visualID()
Returns the value of thevisualIDfield.
-
colormapID
public long colormapID()
Returns the value of thecolormapIDfield.
-
depth
public int depth()
Returns the value of thedepthfield.
-
-