net.cscott.sdr.anim
Class HUD
java.lang.Object
net.cscott.sdr.anim.HUD
public class HUD
- extends Object
The HUD
class encapsulates all the values displayed by the
game's "heads up display". It decouples these values from the code
which displays them, and allows for thread-safe communication between
the application threads updating the HUD values, and the rendering
thread displaying them.
- Version:
- $Id: HUD.java,v 1.1 2006-11-07 23:08:42 cananian Exp $
- Author:
- C. Scott Ananian
Constructor Summary |
HUD()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HUD
public HUD()
Copyright (c) 2006 C. Scott Ananian