Uses of Class
pacworld.PacGUI

Packages that use PacGUI
pacworld   
 

Uses of PacGUI in pacworld
 

Fields in pacworld declared as PacGUI
 PacGUI PackageWorld.pg
          The GUI that displays the current world
 

Methods in pacworld with parameters of type PacGUI
 void PackageWorld.setGUI(PacGUI gui)
          Associate a GUI with the environment.
 void PackageState.setGUI(PacGUI pg)