Uses of Interface
game.graphics.ICriticalObject

Packages that use ICriticalObject
game.graphics Contains various graphical entities, including the IGraphicObject interface. 
game.graphics.sprite Contains the sprite handling classes. 
 

Uses of ICriticalObject in game.graphics
 

Classes in game.graphics that implement ICriticalObject
 class CBouncingBall
          A colored disc bouncing on the game's display area's limits.
 class CMovingRect
          A colored rectangle bouncing on the game's display area's limits.
 

Uses of ICriticalObject in game.graphics.sprite
 

Classes in game.graphics.sprite that implement ICriticalObject
 class CAnimatedSprite
          This class implements time indexed animated sprites.