org.bridj.jawt
Class JAWT_DrawingSurface

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

public class JAWT_DrawingSurface
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_DrawingSurface.FreeDrawingSurfaceInfo_callback
           
static class JAWT_DrawingSurface.GetDrawingSurfaceInfo_callback
           
static class JAWT_DrawingSurface.Lock_callback
           
static class JAWT_DrawingSurface.Unlock_callback
           
 
Field Summary
 
Fields inherited from class org.bridj.StructObject
io
 
Fields inherited from class org.bridj.NativeObject
peer, typeInfo
 
Constructor Summary
JAWT_DrawingSurface()
           
 
Method Summary
 Pointer env()
          Cached reference to the Java environment of the calling thread.
 Pointer<JAWT_DrawingSurface.FreeDrawingSurfaceInfo_callback> FreeDrawingSurfaceInfo()
           
 Pointer<JAWT_DrawingSurface.GetDrawingSurfaceInfo_callback> GetDrawingSurfaceInfo()
           
 Pointer<JAWT_DrawingSurface.Lock_callback> Lock()
           
 Pointer target()
          Cached reference to the target object
C type : void*
 Pointer<JAWT_DrawingSurface.Unlock_callback> Unlock()
           
 
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_DrawingSurface

public JAWT_DrawingSurface()
Method Detail

env

public Pointer env()
Cached reference to the Java environment of the calling thread.
If Lock(), Unlock(), GetDrawingSurfaceInfo() or
FreeDrawingSurfaceInfo() are called from a different thread,
this data member should be set before calling those functions.
C type : JNIEnv*


target

public Pointer target()
Cached reference to the target object
C type : void*


Lock

public Pointer<JAWT_DrawingSurface.Lock_callback> Lock()

GetDrawingSurfaceInfo

public Pointer<JAWT_DrawingSurface.GetDrawingSurfaceInfo_callback> GetDrawingSurfaceInfo()

FreeDrawingSurfaceInfo

public Pointer<JAWT_DrawingSurface.FreeDrawingSurfaceInfo_callback> FreeDrawingSurfaceInfo()

Unlock

public Pointer<JAWT_DrawingSurface.Unlock_callback> Unlock()


Copyright © 2009-2012. All Rights Reserved.