pacman.engine
Class Constants

java.lang.Object
  extended by pacman.engine.Constants

public class Constants
extends java.lang.Object

A class to hold the constants used in the program.


Field Summary
static long framelength
          Fixed framerate of 75fps (in milliseconds per frame)
static double framerate
          Fixed framerate of 75fps (in #frames per second)
static java.awt.GraphicsDevice GD
          Screen device
static double z
          Fixed height of world
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

z

public static final double z
Fixed height of world

See Also:
Constant Field Values

framerate

public static final double framerate
Fixed framerate of 75fps (in #frames per second)

See Also:
Constant Field Values

framelength

public static final long framelength
Fixed framerate of 75fps (in milliseconds per frame)

See Also:
Constant Field Values

GD

public static final java.awt.GraphicsDevice GD
Screen device

Constructor Detail

Constants

public Constants()