Class Summary |
BoundingBox |
Implement a simple planar bounding box. |
Constants |
All the hard coded constants used by the game |
Id |
Class which creates a unique Id for each of the interactive
items of the game |
IdTest |
|
MyVector3f |
|
MyVector3fTest |
|
PdsBean |
Bean that stores the position, direction and scaling
vectors of an item |
PdsBeanTest |
Tests to make sure that the pds bean's getter methods do not return a copy of
the data but rather a reference to the actual data. |
TaggedObject |
A skeleton for a taggable object, if the object can not
extend this object, then it should implement the Taggable
interface. |
TaggedObjectTest |
|
TextFileReader |
Utility class that helps you to read a text file from the
hard drive |
Util |
Utility class |
UtilTest |
|