Uses of Interface
edu.trinity.cs.gamecore.GameSetup

Packages that use GameSetup
edu.trinity.cs.gamecore   
edu.trinity.cs.gamecore.basic   
 

Uses of GameSetup in edu.trinity.cs.gamecore
 

Classes in edu.trinity.cs.gamecore that implement GameSetup
 class EditorSetup
          This is the implementation of GameSetup that is used by the screen editor.
 

Methods in edu.trinity.cs.gamecore that return GameSetup
 GameSetup<B,E> MainFrame.getGameSetup()
          Returns the GameSetup object that this was created with.
 

Constructors in edu.trinity.cs.gamecore with parameters of type GameSetup
MainDisplay(GameSetup<B,E> gs)
           
MainFrame(GameSetup<B,E> gs)
          Setup the GUI.
 

Uses of GameSetup in edu.trinity.cs.gamecore.basic
 

Classes in edu.trinity.cs.gamecore.basic that implement GameSetup
 class BasicGameSetup
          This is a simple implementation of the GameSetup interface.