Uses of Interface
org.vizzini.game.IHumanAgent

Packages that use IHumanAgent
org.vizzini.example.gin.ui Provides gin user interface classes for the game framework. 
org.vizzini.game Provides core game classes for the game framework. 
org.vizzini.ui.game.boardgame Provides board game user interface classes for the game framework. 
org.vizzini.ui.game.boardgame.chess Provides user interface classes for 3D chess for the game framework. 
 

Uses of IHumanAgent in org.vizzini.example.gin.ui
 

Classes in org.vizzini.example.gin.ui that implement IHumanAgent
 class MouseHumanAgent
          Provides a human agent for Gin which uses the mouse to get commands.
 class TextHumanAgent
          Provides a user interface for a human agent which uses the text input to play Gin.
 

Uses of IHumanAgent in org.vizzini.game
 

Classes in org.vizzini.game that implement IHumanAgent
 class AbstractHumanAgent
          Provides base functionality for human agents in the game framework.
 

Uses of IHumanAgent in org.vizzini.ui.game.boardgame
 

Classes in org.vizzini.ui.game.boardgame that implement IHumanAgent
 class MovementMouseAgent
          Provides a user interface for a human agent which uses the mouse to move a token.
 class MovementTextAgent
          Provides a user interface for a human agent which uses the text input to move a token.
 class PlacementMouseAgent
          Provides a user interface for a human agent which uses the mouse to place a token.
 class PlacementTextAgent
          Provides a user interface for a human agent which uses the text input to place a token.
 class TextAgent
          Provides a user interface for a human agent which uses the text input to place a token.
 

Uses of IHumanAgent in org.vizzini.ui.game.boardgame.chess
 

Classes in org.vizzini.ui.game.boardgame.chess that implement IHumanAgent
 class MouseAgent
          Provides a text agent for 3D chess.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02