Class FT_PaintRadialGradient

All Implemented Interfaces:
Pointer

public class FT_PaintRadialGradient extends Struct<FT_PaintRadialGradient>
struct FT_PaintRadialGradient {
    FT_ColorLine colorline;
    FT_Vector c0;
    FT_Pos r0;
    FT_Vector c1;
    FT_Pos r1;
}
  • Field Details

    • SIZEOF

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

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

      public static final int COLORLINE
      The struct member offsets.
    • C0

      public static final int C0
      The struct member offsets.
    • R0

      public static final int R0
      The struct member offsets.
    • C1

      public static final int C1
      The struct member offsets.
    • R1

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

    • FT_PaintRadialGradient

      public FT_PaintRadialGradient(ByteBuffer container)
      Creates a FT_PaintRadialGradient 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