net.groboclown.gui.paintpipe.v1
Class ZDepthDoneEvent
java.lang.Object
|
+--net.groboclown.gui.paintpipe.v1.ZDepthDoneEvent
- All Implemented Interfaces:
- PaintEvent
- public class ZDepthDoneEvent
- extends Object
- implements PaintEvent
Announces that a particular depth in the Z-Buffer has comleted its
drawing phase.
- 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 |
zdepth
public int zdepth
frameNum
public int frameNum
ZDepthDoneEvent
public ZDepthDoneEvent()
ZDepthDoneEvent
public ZDepthDoneEvent(int framenum)
ZDepthDoneEvent
public ZDepthDoneEvent(int framenum,
int depth)
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