net.groboclown.gui.timeBoundPaint.v1
Class PaintImageEvent

java.lang.Object
  |
  +--net.groboclown.gui.timeBoundPaint.v1.PaintImageEvent

public class PaintImageEvent
extends Object

The image, x, y, resize, width, and height variables are all standard.

The zorder variable, however, indicates which order the image is drawn. These should be in order for all involved painting threads.


Field Summary
 int height
           
 Image img
           
 boolean resize
           
 int width
           
 int x
           
 int y
           
 int zorder
           
 
Constructor Summary
PaintImageEvent()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

img

public Image img

x

public int x

y

public int y

zorder

public int zorder

resize

public boolean resize

width

public int width

height

public int height
Constructor Detail

PaintImageEvent

public PaintImageEvent()


Written under the LGPL