net.groboclown.gui.paintpipe.v1
Class FlushPaintingEvent
java.lang.Object
|
+--net.groboclown.gui.paintpipe.v1.FlushPaintingEvent
- All Implemented Interfaces:
- PaintEvent
- public class FlushPaintingEvent
- extends Object
- implements PaintEvent
Announce to painters that they need to stop any more image generation,
and report that they've finished.
- Version:
- 1.0
- Author:
- Matt Albrecht
Method Summary |
int |
getFrameNumber()
Retrieves the current frame number for the event. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
frameNum
public int frameNum
FlushPaintingEvent
public FlushPaintingEvent()
FlushPaintingEvent
public FlushPaintingEvent(int frameNumber)
getFrameNumber
public int getFrameNumber()
- Description copied from interface:
PaintEvent
- Retrieves the current frame number for the event.
- Specified by:
getFrameNumber
in interface PaintEvent
Written under the LGPL