org.bridj.jawt
Class JAWT

java.lang.Object
  extended by org.bridj.NativeObject
      extended by org.bridj.StructObject
          extended by org.bridj.jawt.JAWT
All Implemented Interfaces:
NativeObjectInterface

public class JAWT
extends StructObject

native declaration : jawt.h
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or BridJ .


Nested Class Summary
static class JAWT.FreeDrawingSurface_callback
           
static class JAWT.GetComponent_callback
           
static class JAWT.GetDrawingSurface_callback
           
static class JAWT.Lock_callback
           
static class JAWT.Unlock_callback
           
 
Field Summary
 
Fields inherited from class org.bridj.StructObject
io
 
Fields inherited from class org.bridj.NativeObject
peer, typeInfo
 
Constructor Summary
JAWT()
           
 
Method Summary
 Pointer<JAWT.FreeDrawingSurface_callback> FreeDrawingSurface()
           
 Pointer<JAWT.GetComponent_callback> GetComponent()
           
 Pointer<JAWT.GetDrawingSurface_callback> GetDrawingSurface()
           
 Pointer<JAWT.Lock_callback> Lock()
           
 Pointer<JAWT.Unlock_callback> Unlock()
           
 int version()
          Version of this structure.
 JAWT version(int version)
          Version of this structure.
 
Methods inherited from class org.bridj.StructObject
toString
 
Methods inherited from class org.bridj.NativeObject
clone, equals
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JAWT

public JAWT()
Method Detail

version

public int version()
Version of this structure. This must always be set before
calling JAWT_GetAWT()


version

public JAWT version(int version)
Version of this structure. This must always be set before
calling JAWT_GetAWT()


GetDrawingSurface

public Pointer<JAWT.GetDrawingSurface_callback> GetDrawingSurface()

FreeDrawingSurface

public Pointer<JAWT.FreeDrawingSurface_callback> FreeDrawingSurface()

Lock

public Pointer<JAWT.Lock_callback> Lock()

Unlock

public Pointer<JAWT.Unlock_callback> Unlock()

GetComponent

public Pointer<JAWT.GetComponent_callback> GetComponent()


Copyright © 2009-2012. All Rights Reserved.