Uses of Package
game.graphics.layer

Packages that use game.graphics.layer
game Root package, contains IGame and IGameDisplay interfaces, and CGameCanvas and CGameLoop classes. 
game.graphics.layer Set of classes implementing layered drawing. 
 

Classes in game.graphics.layer used by game
CCriticalLayer
          Same as CGraphicLayer, containing ICriticalObjects.
CEphemereLayer
          Same as CGraphicLayer but dead objects are removed during the animate() function.
CGraphicLayer
          Basically an IGraphicObjects container, responsible for animating and drawing its content.
 

Classes in game.graphics.layer used by game.graphics.layer
CGraphicLayer
          Basically an IGraphicObjects container, responsible for animating and drawing its content.