org.bridj.cpp.com
Class RECT

java.lang.Object
  extended by org.bridj.NativeObject
      extended by org.bridj.StructObject
          extended by org.bridj.cpp.com.RECT
All Implemented Interfaces:
NativeObjectInterface

public class RECT
extends StructObject

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
RECT()
           
 
Method Summary
 long bottom_$eq(long bottom)
           
 long bottom()
           
 RECT bottom(long bottom)
           
 long left_$eq(long left)
           
 long left()
           
 RECT left(long left)
           
 long right_$eq(long right)
           
 long right()
           
 RECT right(long right)
           
 long top_$eq(long top)
           
 long top()
           
 RECT top(long top)
           
 
Methods inherited from class org.bridj.StructObject
toString
 
Methods inherited from class org.bridj.NativeObject
clone, equals
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RECT

public RECT()
Method Detail

left

public long left()

left

public RECT left(long left)

left_$eq

public final long left_$eq(long left)

top

public long top()

top

public RECT top(long top)

top_$eq

public final long top_$eq(long top)

right

public long right()

right

public RECT right(long right)

right_$eq

public final long right_$eq(long right)

bottom

public long bottom()

bottom

public RECT bottom(long bottom)

bottom_$eq

public final long bottom_$eq(long bottom)


Copyright © 2009-2012. All Rights Reserved.