Package org.lwjgl.nuklear
Class NkUserFont.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<NkUserFont,NkUserFont.Buffer>
-
- org.lwjgl.nuklear.NkUserFont.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<NkUserFont>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- NkUserFont
public static class NkUserFont.Buffer extends org.lwjgl.system.StructBuffer<NkUserFont,NkUserFont.Buffer> implements org.lwjgl.system.NativeResource
An array ofNkUserFont
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
height()
Returns the value of theheight
field.NkUserFont.Buffer
height(float value)
Sets the specified value to theheight
field.NkQueryFontGlyphCallback
query()
Returns the value of thequery
field.NkUserFont.Buffer
query(NkQueryFontGlyphCallbackI value)
Sets the specified value to thequery
field.NkHandle
texture()
Returns aNkHandle
view of thetexture
field.NkUserFont.Buffer
texture(java.util.function.Consumer<NkHandle> consumer)
Passes thetexture
field to the specifiedConsumer
.NkUserFont.Buffer
texture(NkHandle value)
Copies the specifiedNkHandle
to thetexture
field.NkHandle
userdata()
Returns aNkHandle
view of theuserdata
field.NkUserFont.Buffer
userdata(java.util.function.Consumer<NkHandle> consumer)
Passes theuserdata
field to the specifiedConsumer
.NkUserFont.Buffer
userdata(NkHandle value)
Copies the specifiedNkHandle
to theuserdata
field.NkTextWidthCallback
width()
Returns the value of thewidth
field.NkUserFont.Buffer
width(NkTextWidthCallbackI value)
Sets the specified value to thewidth
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newNkUserFont.Buffer
instance 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 byNkUserFont.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
-
height
public float height()
Returns the value of theheight
field.
-
width
@Nullable public NkTextWidthCallback width()
Returns the value of thewidth
field.
-
query
@Nullable public NkQueryFontGlyphCallback query()
Returns the value of thequery
field.
-
userdata
public NkUserFont.Buffer userdata(NkHandle value)
Copies the specifiedNkHandle
to theuserdata
field.
-
userdata
public NkUserFont.Buffer userdata(java.util.function.Consumer<NkHandle> consumer)
Passes theuserdata
field to the specifiedConsumer
.
-
height
public NkUserFont.Buffer height(float value)
Sets the specified value to theheight
field.
-
width
public NkUserFont.Buffer width(@Nullable NkTextWidthCallbackI value)
Sets the specified value to thewidth
field.
-
query
public NkUserFont.Buffer query(@Nullable NkQueryFontGlyphCallbackI value)
Sets the specified value to thequery
field.
-
texture
public NkUserFont.Buffer texture(NkHandle value)
Copies the specifiedNkHandle
to thetexture
field.
-
texture
public NkUserFont.Buffer texture(java.util.function.Consumer<NkHandle> consumer)
Passes thetexture
field to the specifiedConsumer
.
-
-