|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpacman.engine.Constants
public class Constants
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 |
|---|
public static final double z
public static final double framerate
public static final long framelength
public static final java.awt.GraphicsDevice GD
| Constructor Detail |
|---|
public Constants()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||