de.intarsys.cwt.freetype.nativec
Class FTBBox.MetaClass

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

public static class FTBBox.MetaClass
extends de.intarsys.nativec.type.NativeStructType

The meta class implementation


Constructor Summary
protected FTBBox.MetaClass(java.lang.Class instanceClass)
           
 
Method Summary
 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 Detail

FTBBox.MetaClass

protected FTBBox.MetaClass(java.lang.Class instanceClass)
Method Detail

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