net.groboclown.gui.paintpipe.v1
Class PaintFinishedEvent
java.lang.Object
|
+--net.groboclown.gui.paintpipe.v1.PaintFinishedEvent
- public class PaintFinishedEvent
- extends Object
Announces that all drawing has completed, and that all painting threads
can begin their work on rendering a new image.
- Version:
- 1.0
- Author:
- Matt Albrecht
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
frameNumber
public int frameNumber
PaintFinishedEvent
public PaintFinishedEvent()
PaintFinishedEvent
public PaintFinishedEvent(int fn)
getFrameNumber
public int getFrameNumber()
Written under the LGPL