Uses of Interface
dip.world.GameSetup

Packages that use GameSetup
dip.gui   
dip.world   
 

Uses of GameSetup in dip.gui
 

Subinterfaces of GameSetup in dip.gui
 interface GUIGameSetup
          The base class for all GUI GameSetup operations.
 

Classes in dip.gui that implement GameSetup
 class DefaultGUIGameSetup
          The Default GameSetup.
 class F2FGUIGameSetup
          The Default GameSetup.
 

Uses of GameSetup in dip.world
 

Methods in dip.world that return GameSetup
 GameSetup World.getGameSetup()
          Returns the GameSetup object
 

Methods in dip.world with parameters of type GameSetup
 void World.setGameSetup(GameSetup gs)
          Sets the GameSetup object
 



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.