org.bridj.jawt
Class JAWT_Rectangle

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

public class JAWT_Rectangle
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_Rectangle()
           
 
Method Summary
 int height()
           
 int width()
           
 int x()
           
 int y()
           
 
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_Rectangle

public JAWT_Rectangle()
Method Detail

x

public int x()

y

public int y()

width

public int width()

height

public int height()


Copyright © 2009-2012. All Rights Reserved.