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.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
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
PaintImageEvent
public PaintImageEvent()
Written under the LGPL