org.jinterop.dcom.win32
Class JIRect

java.lang.Object
  extended by org.jinterop.dcom.win32.JIRect

public final class JIRect
extends java.lang.Object

Rectangle boundaries in pix.

Since:
1.0

Field Summary
 int bottom
           
 int left
           
 int right
           
 int top
           
 
Constructor Summary
JIRect()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bottom

public int bottom

left

public int left

right

public int right

top

public int top
Constructor Detail

JIRect

public JIRect()