Class NSVGGradientStop

All Implemented Interfaces:
Pointer

public class NSVGGradientStop extends Struct<NSVGGradientStop>

 struct NSVGgradientStop {
     unsigned int color;
     float offset;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • COLOR

      public static final int COLOR
      The struct member offsets.
    • OFFSET

      public static final int OFFSET
      The struct member offsets.
  • Constructor Details

    • NSVGGradientStop

      public NSVGGradientStop(ByteBuffer container)
      Creates a NSVGGradientStop instance at the current position of the specified ByteBuffer container. 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: Struct
      Returns sizeof(struct).
      Specified by:
      sizeof in class Struct<NSVGGradientStop>
    • color

      public int color()
      Returns:
      the value of the color field.
    • offset

      public float offset()
      Returns:
      the value of the offset field.
    • create

      public static NSVGGradientStop create(long address)
      Returns a new NSVGGradientStop instance for the specified memory address.
    • createSafe

      public static @Nullable NSVGGradientStop createSafe(long address)
      Like create, but returns null if address is NULL.
    • create

      public static NSVGGradientStop.Buffer create(long address, int capacity)
      Create a NSVGGradientStop.Buffer instance at the specified memory.
      Parameters:
      address - the memory address
      capacity - the buffer capacity
    • createSafe

      public static @Nullable NSVGGradientStop.Buffer createSafe(long address, int capacity)
      Like create, but returns null if address is NULL.
    • ncolor

      public static int ncolor(long struct)
      Unsafe version of color().
    • noffset

      public static float noffset(long struct)
      Unsafe version of offset().