public static class NSVGGradient.Buffer extends org.lwjgl.system.StructBuffer<NSVGGradient,NSVGGradient.Buffer>
NSVGGradient structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
NSVGGradient.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
float |
fx()
Returns the value of the
fx field. |
float |
fy()
Returns the value of the
fy field. |
int |
nstops()
Returns the value of the
nstops field. |
NSVGGradientStop.Buffer |
pstops()
Returns a
NSVGGradientStop.Buffer view of the pstops field. |
NSVGGradientStop |
pstops(int index)
Returns a
NSVGGradientStop view of the struct at the specified index of the pstops field. |
byte |
spread()
Returns the value of the
spread field. |
java.nio.FloatBuffer |
xform()
Returns a
FloatBuffer view of the xform field. |
float |
xform(int index)
Returns the value at the specified index of the
xform field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
NSVGGradient.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 NSVGGradient.SIZEOF, and its mark will be undefined.
The created buffer instance holds a strong reference to the container object.
public Buffer(long address,
int cap)
public java.nio.FloatBuffer xform()
FloatBuffer view of the xform field.public float xform(int index)
xform field.public byte spread()
spread field.public float fx()
fx field.public float fy()
fy field.public int nstops()
nstops field.public NSVGGradientStop.Buffer pstops()
NSVGGradientStop.Buffer view of the pstops field.public NSVGGradientStop pstops(int index)
NSVGGradientStop view of the struct at the specified index of the pstops field.Copyright LWJGL. All Rights Reserved. License terms.