Class Surface

All Implemented Interfaces:
PointerInterface

public class Surface extends Record
  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • createContext

      public Context createContext()
      Returns:
    • destroy

      public void destroy()
      Description copied from class: Record
      Frees resources. Free memory allocated for this record. Object is invalid afterwards and should not be accessed.
      Overrides:
      destroy in class Record
    • getFormat

      public int getFormat()
      Returns:
    • getStride

      public int getStride()
      Returns:
    • getHeight

      public int getHeight()
      Returns:
    • getWidth

      public int getWidth()
      Returns:
    • getData

      public Bytes getData()
      Returns:
    • flush

      public void flush()
    • markDirty

      public void markDirty()
    • 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()