Uses of Class
game.physics.CDynamicShape

Packages that use CDynamicShape
game.graphics Contains various graphical entities, including the IGraphicObject interface. 
game.graphics.sprite Contains the sprite handling classes. 
game.graphics.text Text displaying classes (contains CBitmapFont and COnscreenMessage). 
game.physics Set of abstract classes usefull for defining graphical objects in a physical world. 
 

Uses of CDynamicShape in game.graphics
 

Subclasses of CDynamicShape in game.graphics
 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.
 class CSparkle
          Like all IEphemereObjects, CSparkles have a limited lifetime.
 

Uses of CDynamicShape in game.graphics.sprite
 

Subclasses of CDynamicShape in game.graphics.sprite
 class CAnimatedSprite
          This class implements time indexed animated sprites.
 

Uses of CDynamicShape in game.graphics.text
 

Subclasses of CDynamicShape in game.graphics.text
 class CEphemereText
          A CMovingText with a lifetime.
 class CMovingText
          Base class for displaying a moving Text.
 

Uses of CDynamicShape in game.physics
 

Subclasses of CDynamicShape in game.physics
 class CColoredDynamicShape
          Extends CDynamicShape by adding color.