Package jgame.impl

Package containing platform independent implementation details.

See:
          Description

Interface Summary
JGEngineInterface Interface defining all platform-independent methods in JGEngine.
 

Class Summary
Animation  
EngineLogic Contains the platform-independent game logic.
ImageMap  
SortedArray Data structure that can be used as replacement for Hashtable<String> for fast sorted enumeration of its elements.
 

Error Summary
JGameError Exception used for passing error conditions within JGame
 

Package jgame.impl Description

Package containing platform independent implementation details.

The JGEngineInterface class is the interface for implementations of JGEngine. You should not need to import any classes from this package.

JGame should also come with a user manual (the file MANUAL). It is distributed under the revised BSD license (see the file LICENSE). More information can be found on the website, http://www.13thmonkey.org/~boris/jgame/