com.develop.jawin.win32
Class PAINTSTRUCT

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

public class PAINTSTRUCT
extends java.lang.Object


Field Summary
 boolean fErase
           
 boolean fIncUpdate
           
 boolean fRestore
           
 int hdc
           
static java.lang.String marshal
           
 RECT rcPaint
           
 byte[] rgbReserved
           
static int token
           
 
Constructor Summary
PAINTSTRUCT()
           
 
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

hdc

public int hdc

fErase

public boolean fErase

rcPaint

public RECT rcPaint

fRestore

public boolean fRestore

fIncUpdate

public boolean fIncUpdate

rgbReserved

public byte[] rgbReserved

marshal

public static final java.lang.String marshal

token

public static final int token
Constructor Detail

PAINTSTRUCT

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