Klasse Surface

Alle implementierten Schnittstellen:
PointerInterface

public class Surface extends Record
  • Konstruktordetails

  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • createContext

      public Context createContext()
      Gibt zurück:
    • destroy

      public void destroy()
      Beschreibung aus Klasse kopiert: Record
      Frees resources. Free memory allocated for this record. Object is invalid afterwards and should not be accessed.
      Setzt außer Kraft:
      destroy in Klasse Record
    • getFormat

      public int getFormat()
      Gibt zurück:
    • getStride

      public int getStride()
      Gibt zurück:
    • getHeight

      public int getHeight()
      Gibt zurück:
    • getWidth

      public int getWidth()
      Gibt zurück:
    • getData

      public Bytes getData()
      Gibt zurück:
    • 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()