org.bridj.jawt
Class JAWT_DrawingSurfaceInfo

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

public class JAWT_DrawingSurfaceInfo
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 .


Field Summary
 
Fields inherited from class org.bridj.StructObject
io
 
Fields inherited from class org.bridj.NativeObject
peer, typeInfo
 
Constructor Summary
JAWT_DrawingSurfaceInfo()
           
 
Method Summary
 JAWT_Rectangle bounds()
          Bounding rectangle of the drawing surface
C type : JAWT_Rectangle
 JAWT_Rectangle clip()
          Clip rectangle array
C type : JAWT_Rectangle*
 int clipSize()
           
 Pointer ds()
          Cached pointer to the underlying drawing surface
C type : jawt_DrawingSurface*
 Pointer platformInfo()
          Pointer to the platform-specific information.
 
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_DrawingSurfaceInfo

public JAWT_DrawingSurfaceInfo()
Method Detail

platformInfo

public Pointer platformInfo()
Pointer to the platform-specific information. This can be safely
cast to a JAWT_Win32DrawingSurfaceInfo on Windows or a
JAWT_X11DrawingSurfaceInfo on Solaris. See jawt_md.h for details.
C type : void*


ds

public Pointer ds()
Cached pointer to the underlying drawing surface
C type : jawt_DrawingSurface*


bounds

public JAWT_Rectangle bounds()
Bounding rectangle of the drawing surface
C type : JAWT_Rectangle


clipSize

public int clipSize()

clip

public JAWT_Rectangle clip()
Clip rectangle array
C type : JAWT_Rectangle*



Copyright © 2009-2012. All Rights Reserved.