Genuts API

Uses of Class
com.genuts.gameui.PlayField

Packages that use PlayField
com.genuts.gameui Contains all of the classes for creating sprite-based games.  
 

Uses of PlayField in com.genuts.gameui
 

Subclasses of PlayField in com.genuts.gameui
 class DebugPlayField
          A Debugging playfield.
 

Methods in com.genuts.gameui that return PlayField
 PlayField SpriteWrapper.getParent()
          Gets the parent playfield of the action sprite.
 PlayField SpriteDisplayManager.getPlayfield()
           
 PlayField SpriteCollisionManager.getPlayfield()
           
 PlayField Sprite.getParent()
          Gets the parent playfield of this sprite.
 PlayField LCDCollisionManager.getPlayfield()
           
 PlayField DisplayManager.getPlayfield()
          Returns the playfield associated with this display manager.
 PlayField CollisionManager.getPlayfield()
          Returns the playfield associated with this collision manager.
 

Methods in com.genuts.gameui with parameters of type PlayField
protected  void TraceSpriteWrapper.setParent(PlayField parent)
           
protected  void SpriteWrapper.setParent(PlayField parent)
          Sets the parent playfield of the action sprite.
protected  void SpriteLabel.setParent(PlayField parent)
           
 void SpriteDisplayManager.setPlayfield(PlayField playfield)
           
 void SpriteCollisionManager.setPlayfield(PlayField playfield)
           
protected  void Sprite.setParent(PlayField parent)
          Sets the parent playfield of this sprite.
protected  void SimpleAnimationSprite.setParent(PlayField parent)
          Sets the parent playfield of this sprite.
protected  void LCDSprite.setParent(PlayField parent)
           
 void LCDCollisionManager.setPlayfield(PlayField playfield)
           
protected  void LCDAnimatedSprite.setParent(PlayField parent)
           
 void DisplayManager.setPlayfield(PlayField playfield)
          Sets the playfield associated with this display manager.
 void CollisionManager.setPlayfield(PlayField playfield)
          Sets the playfield associated with this collision manager.
 


Genuts API

Genuts API