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

Field Summary
 int frameNum
           
 int zdepth
           
 
Constructor Summary
ZDepthDoneEvent()
           
ZDepthDoneEvent(int framenum)
           
ZDepthDoneEvent(int framenum, int depth)
           
 
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
 

Field Detail

zdepth

public int zdepth

frameNum

public int frameNum
Constructor Detail

ZDepthDoneEvent

public ZDepthDoneEvent()

ZDepthDoneEvent

public ZDepthDoneEvent(int framenum)

ZDepthDoneEvent

public ZDepthDoneEvent(int framenum,
                       int depth)
Method Detail

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