com.develop.jawin.win32
Class POINT

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

public class POINT
extends java.lang.Object


Field Summary
static java.lang.String marshal
           
 int x
           
 int y
           
 
Constructor Summary
POINT()
           
 
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

x

public int x

y

public int y

marshal

public static final java.lang.String marshal
Constructor Detail

POINT

public POINT()
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).