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