Genuts ME API

Uses of Class
com.genuts.gameui.PlayField

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 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.
 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 ME API

Genuts ME API