Package org.lwjgl.nuklear
Class NkChartSlot.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<NkChartSlot,NkChartSlot.Buffer>
-
- org.lwjgl.nuklear.NkChartSlot.Buffer
-
- All Implemented Interfaces:
java.lang.Iterable<NkChartSlot>
,org.lwjgl.system.Pointer
- Enclosing class:
- NkChartSlot
public static class NkChartSlot.Buffer extends org.lwjgl.system.StructBuffer<NkChartSlot,NkChartSlot.Buffer>
An array ofNkChartSlot
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NkColor
color()
Returns aNkColor
view of thecolor
field.int
count()
Returns the value of thecount
field.NkColor
highlight()
Returns aNkColor
view of thehighlight
field.int
index()
Returns the value of theindex
field.NkVec2
last()
Returns aNkVec2
view of thelast
field.float
max()
Returns the value of themax
field.float
min()
Returns the value of themin
field.float
range()
Returns the value of therange
field.int
type()
Returns the value of thetype
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newNkChartSlot.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 byNkChartSlot.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
-
type
public int type()
Returns the value of thetype
field.
-
min
public float min()
Returns the value of themin
field.
-
max
public float max()
Returns the value of themax
field.
-
range
public float range()
Returns the value of therange
field.
-
count
public int count()
Returns the value of thecount
field.
-
index
public int index()
Returns the value of theindex
field.
-
-