Class JAWTDrawingSurfaceInfo

All Implemented Interfaces:
Pointer

@NativeType("struct JAWT_DrawingSurfaceInfo") public class JAWTDrawingSurfaceInfo extends Struct<JAWTDrawingSurfaceInfo>
struct JAWT_DrawingSurfaceInfo {
    void * platformInfo;
    JAWT_DrawingSurface * ds;
    JAWT_Rectangle bounds;
    jint clipSize;
    JAWT_Rectangle * clip;
}
  • Field Details

    • SIZEOF

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

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

      public static final int PLATFORMINFO
      The struct member offsets.
    • DS

      public static final int DS
      The struct member offsets.
    • BOUNDS

      public static final int BOUNDS
      The struct member offsets.
    • CLIPSIZE

      public static final int CLIPSIZE
      The struct member offsets.
    • CLIP

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

    • JAWTDrawingSurfaceInfo

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