Uses of Package
jgame

Packages that use jgame
jgame Contains the platform-independent classes of JGame. 
jgame.impl Package containing platform independent implementation details. 
jgame.platform Contains the platform-dependent JGame classes. 
 

Classes in jgame used by jgame
Highscore
          Class for handling highscores.
JGColor
          Minimal replacement of java.awt.Color.
JGImage
          Image functionality
JGObject
          Superclass for game objects, override to define animated game objects.
JGPoint
          Minimal replacement of java.awt.Point.
JGRectangle
          Minimal replacement of java.awt.Rectangle.
 

Classes in jgame used by jgame.impl
JGColor
          Minimal replacement of java.awt.Color.
JGFont
          A generic font specification for fonts on the different platforms.
JGImage
          Image functionality
JGObject
          Superclass for game objects, override to define animated game objects.
JGPoint
          Minimal replacement of java.awt.Point.
JGRectangle
          Minimal replacement of java.awt.Rectangle.
JGTimer
          A timer that generates a callback after a certain number of frames.
 

Classes in jgame used by jgame.platform
Highscore
          Class for handling highscores.
JGColor
          Minimal replacement of java.awt.Color.
JGFont
          A generic font specification for fonts on the different platforms.
JGImage
          Image functionality
JGObject
          Superclass for game objects, override to define animated game objects.
JGPoint
          Minimal replacement of java.awt.Point.
JGRectangle
          Minimal replacement of java.awt.Rectangle.
JGTimer
          A timer that generates a callback after a certain number of frames.