Uses of Interface
game.graphics.IEphemereObject

Packages that use IEphemereObject
game.graphics Contains various graphical entities, including the IGraphicObject interface. 
game.graphics.text Text displaying classes (contains CBitmapFont and COnscreenMessage). 
 

Uses of IEphemereObject in game.graphics
 

Classes in game.graphics that implement IEphemereObject
 class CSparkle
          Like all IEphemereObjects, CSparkles have a limited lifetime.
 

Uses of IEphemereObject in game.graphics.text
 

Classes in game.graphics.text that implement IEphemereObject
 class CEphemereMessage
          A COnscreenMessage with a lifetime.
 class CEphemereText
          A CMovingText with a lifetime.