com.develop.jawin.win32
Class RECT

java.lang.Object
  |
  +--com.develop.jawin.win32.RECT

public class RECT
extends java.lang.Object


Field Summary
 int bottom
           
 int left
           
static java.lang.String marshal
           
 int right
           
static int token
           
 int top
           
 
Constructor Summary
RECT()
           
 
Method Summary
 void marshal(LittleEndianOutputStream leos, java.util.ArrayList objs)
           
 void marshalOut(LittleEndianInputStream leis, java.util.ArrayList objs)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

left

public int left

top

public int top

right

public int right

bottom

public int bottom

marshal

public static final java.lang.String marshal

token

public static final int token
Constructor Detail

RECT

public RECT()
Method Detail

marshal

public void marshal(LittleEndianOutputStream leos,
                    java.util.ArrayList objs)
             throws java.io.IOException

marshalOut

public void marshalOut(LittleEndianInputStream leis,
                       java.util.ArrayList objs)
                throws java.io.IOException


New Jawin designed by Vitally Shelest. This product includes software developed by the DevelopMentor OpenSource Project (http://www.develop.com/OpenSource).