org.bridj.jawt
Class JAWT_DrawingSurface
java.lang.Object
org.bridj.NativeObject
org.bridj.StructObject
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 .
JAWT_DrawingSurface
public JAWT_DrawingSurface()
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.