Package org.lwjgl.nanovg
Class NSVGImage
- All Implemented Interfaces:
Pointer
struct NSVGimage {
float width;
float height;
NSVGshape * shapes;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionNSVGImage(ByteBuffer container) Creates aNSVGImageinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic NSVGImagecreate(long address) Returns a newNSVGImageinstance for the specified memory address.static NSVGImage.Buffercreate(long address, int capacity) Create aNSVGImage.Bufferinstance at the specified memory.static @Nullable NSVGImagecreateSafe(long address) static @Nullable NSVGImage.BuffercreateSafe(long address, int capacity) floatheight()static floatnheight(long struct) Unsafe version ofheight().static NSVGShapenshapes(long struct) Unsafe version ofshapes().static floatnwidth(long struct) Unsafe version ofwidth().shapes()intsizeof()Returnssizeof(struct).floatwidth()Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
WIDTH
public static final int WIDTHThe struct member offsets. -
HEIGHT
public static final int HEIGHTThe struct member offsets. -
SHAPES
public static final int SHAPESThe struct member offsets.
-
-
Constructor Details
-
NSVGImage
Creates aNSVGImageinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()Description copied from class:StructReturnssizeof(struct). -
width
public float width()- Returns:
- the value of the
widthfield.
-
height
public float height()- Returns:
- the value of the
heightfield.
-
shapes
- Returns:
- a
NSVGShapeview of the struct pointed to by theshapesfield.
-
create
Returns a newNSVGImageinstance for the specified memory address. -
createSafe
-
create
Create aNSVGImage.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
nwidth
public static float nwidth(long struct) Unsafe version ofwidth(). -
nheight
public static float nheight(long struct) Unsafe version ofheight(). -
nshapes
Unsafe version ofshapes().
-