Package org.lwjgl.nuklear
Class NkStyleProperty.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<NkStyleProperty.Buffer>
org.lwjgl.system.StructBuffer<NkStyleProperty,NkStyleProperty.Buffer>
org.lwjgl.nuklear.NkStyleProperty.Buffer
- All Implemented Interfaces:
AutoCloseable
,Iterable<NkStyleProperty>
,NativeResource
,Pointer
- Enclosing class:
NkStyleProperty
public static class NkStyleProperty.Buffer
extends StructBuffer<NkStyleProperty,NkStyleProperty.Buffer>
implements NativeResource
An array of
NkStyleProperty
structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer
(long address, int cap) Buffer
(ByteBuffer container) Creates a newNkStyleProperty.Buffer
instance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionactive()
active
(Consumer<NkStyleItem> consumer) Passes theactive
field to the specifiedConsumer
.active
(NkStyleItem value) Copies the specifiedNkStyleItem
to theactive
field.float
border()
border
(float value) Sets the specified value to theborder
field.border_color
(Consumer<NkColor> consumer) Passes theborder_color
field to the specifiedConsumer
.border_color
(NkColor value) Copies the specifiedNkColor
to theborder_color
field.float
color_factor
(float value) Sets the specified value to thecolor_factor
field.dec_button
(Consumer<NkStyleButton> consumer) Passes thedec_button
field to the specifiedConsumer
.dec_button
(NkStyleButton value) Copies the specifiedNkStyleButton
to thedec_button
field.float
disabled_factor
(float value) Sets the specified value to thedisabled_factor
field.@Nullable NkDrawBeginCallback
draw_begin
(@Nullable NkDrawBeginCallbackI value) Sets the specified value to thedraw_begin
field.@Nullable NkDrawEndCallback
draw_end()
draw_end
(@Nullable NkDrawEndCallbackI value) Sets the specified value to thedraw_end
field.edit()
edit
(Consumer<NkStyleEdit> consumer) Passes theedit
field to the specifiedConsumer
.edit
(NkStyleEdit value) Copies the specifiedNkStyleEdit
to theedit
field.hover()
hover
(Consumer<NkStyleItem> consumer) Passes thehover
field to the specifiedConsumer
.hover
(NkStyleItem value) Copies the specifiedNkStyleItem
to thehover
field.inc_button
(Consumer<NkStyleButton> consumer) Passes theinc_button
field to the specifiedConsumer
.inc_button
(NkStyleButton value) Copies the specifiedNkStyleButton
to theinc_button
field.label_active
(Consumer<NkColor> consumer) Passes thelabel_active
field to the specifiedConsumer
.label_active
(NkColor value) Copies the specifiedNkColor
to thelabel_active
field.label_hover
(Consumer<NkColor> consumer) Passes thelabel_hover
field to the specifiedConsumer
.label_hover
(NkColor value) Copies the specifiedNkColor
to thelabel_hover
field.label_normal
(Consumer<NkColor> consumer) Passes thelabel_normal
field to the specifiedConsumer
.label_normal
(NkColor value) Copies the specifiedNkColor
to thelabel_normal
field.normal()
normal
(Consumer<NkStyleItem> consumer) Passes thenormal
field to the specifiedConsumer
.normal
(NkStyleItem value) Copies the specifiedNkStyleItem
to thenormal
field.padding()
Passes thepadding
field to the specifiedConsumer
.Copies the specifiedNkVec2
to thepadding
field.float
rounding()
rounding
(float value) Sets the specified value to therounding
field.int
sym_left()
sym_left
(int value) Sets the specified value to thesym_left
field.int
sym_right
(int value) Sets the specified value to thesym_right
field.userdata()
Passes theuserdata
field to the specifiedConsumer
.Copies the specifiedNkHandle
to theuserdata
field.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, stream
Methods inherited from class org.lwjgl.system.CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toString
Methods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCode
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newNkStyleProperty.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 by
NkStyleProperty.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 Details
-
normal
- Returns:
- a
NkStyleItem
view of thenormal
field.
-
hover
- Returns:
- a
NkStyleItem
view of thehover
field.
-
active
- Returns:
- a
NkStyleItem
view of theactive
field.
-
border_color
- Returns:
- a
NkColor
view of theborder_color
field.
-
label_normal
- Returns:
- a
NkColor
view of thelabel_normal
field.
-
label_hover
- Returns:
- a
NkColor
view of thelabel_hover
field.
-
label_active
- Returns:
- a
NkColor
view of thelabel_active
field.
-
sym_left
public int sym_left()- Returns:
- the value of the
sym_left
field.
-
sym_right
public int sym_right()- Returns:
- the value of the
sym_right
field.
-
border
public float border()- Returns:
- the value of the
border
field.
-
rounding
public float rounding()- Returns:
- the value of the
rounding
field.
-
padding
- Returns:
- a
NkVec2
view of thepadding
field.
-
color_factor
public float color_factor()- Returns:
- the value of the
color_factor
field.
-
disabled_factor
public float disabled_factor()- Returns:
- the value of the
disabled_factor
field.
-
edit
- Returns:
- a
NkStyleEdit
view of theedit
field.
-
inc_button
- Returns:
- a
NkStyleButton
view of theinc_button
field.
-
dec_button
- Returns:
- a
NkStyleButton
view of thedec_button
field.
-
userdata
- Returns:
- a
NkHandle
view of theuserdata
field.
-
draw_begin
- Returns:
- the value of the
draw_begin
field.
-
draw_end
- Returns:
- the value of the
draw_end
field.
-
normal
Copies the specifiedNkStyleItem
to thenormal
field. -
normal
Passes thenormal
field to the specifiedConsumer
. -
hover
Copies the specifiedNkStyleItem
to thehover
field. -
hover
Passes thehover
field to the specifiedConsumer
. -
active
Copies the specifiedNkStyleItem
to theactive
field. -
active
Passes theactive
field to the specifiedConsumer
. -
border_color
Copies the specifiedNkColor
to theborder_color
field. -
border_color
Passes theborder_color
field to the specifiedConsumer
. -
label_normal
Copies the specifiedNkColor
to thelabel_normal
field. -
label_normal
Passes thelabel_normal
field to the specifiedConsumer
. -
label_hover
Copies the specifiedNkColor
to thelabel_hover
field. -
label_hover
Passes thelabel_hover
field to the specifiedConsumer
. -
label_active
Copies the specifiedNkColor
to thelabel_active
field. -
label_active
Passes thelabel_active
field to the specifiedConsumer
. -
sym_left
Sets the specified value to thesym_left
field. -
sym_right
Sets the specified value to thesym_right
field. -
border
Sets the specified value to theborder
field. -
rounding
Sets the specified value to therounding
field. -
padding
Copies the specifiedNkVec2
to thepadding
field. -
padding
Passes thepadding
field to the specifiedConsumer
. -
color_factor
Sets the specified value to thecolor_factor
field. -
disabled_factor
Sets the specified value to thedisabled_factor
field. -
edit
Copies the specifiedNkStyleEdit
to theedit
field. -
edit
Passes theedit
field to the specifiedConsumer
. -
inc_button
Copies the specifiedNkStyleButton
to theinc_button
field. -
inc_button
Passes theinc_button
field to the specifiedConsumer
. -
dec_button
Copies the specifiedNkStyleButton
to thedec_button
field. -
dec_button
Passes thedec_button
field to the specifiedConsumer
. -
userdata
Copies the specifiedNkHandle
to theuserdata
field. -
userdata
Passes theuserdata
field to the specifiedConsumer
. -
draw_begin
Sets the specified value to thedraw_begin
field. -
draw_end
Sets the specified value to thedraw_end
field.
-