Class FTGlyphSlot.MetaClass

java.lang.Object
de.intarsys.nativec.type.NativeType
de.intarsys.nativec.type.NativeStructType
de.intarsys.cwt.freetype.nativec.FTGlyphSlot.MetaClass
All Implemented Interfaces:
de.intarsys.nativec.type.INativeType
Enclosing class:
FTGlyphSlot

public static class FTGlyphSlot.MetaClass extends de.intarsys.nativec.type.NativeStructType
The meta class implementation
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    MetaClass(Class instanceClass)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.intarsys.nativec.type.INativeObject
    createNative(de.intarsys.nativec.api.INativeHandle handle)
     

    Methods inherited from class de.intarsys.nativec.type.NativeStructType

    declare, getByteBoundary, getByteCount, getByteSize, getField, getFields, getFieldsSize, getNativeObject, getPacking, getPreferredBoundary, setPacking, toString

    Methods inherited from class de.intarsys.nativec.type.NativeType

    Array, createNative, lookup, Ref, register

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MetaClass

      protected MetaClass(Class instanceClass)
  • Method Details

    • createNative

      public de.intarsys.nativec.type.INativeObject createNative(de.intarsys.nativec.api.INativeHandle handle)
      Specified by:
      createNative in interface de.intarsys.nativec.type.INativeType
      Overrides:
      createNative in class de.intarsys.nativec.type.NativeType