Class RectangleInt

All Implemented Interfaces:
PointerInterface

public class RectangleInt extends Record
  • Field Details

  • Constructor Details

    • RectangleInt

      public RectangleInt(PointerContainer pointer)
    • RectangleInt

      public RectangleInt()
  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldX

      public void setFieldX(int x)
    • getFieldX

      public int getFieldX()
    • setFieldY

      public void setFieldY(int y)
    • getFieldY

      public int getFieldY()
    • setFieldWidth

      public void setFieldWidth(int width)
    • getFieldWidth

      public int getFieldWidth()
    • setFieldHeight

      public void setFieldHeight(int height)
    • getFieldHeight

      public int getFieldHeight()
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()