A C D I M N O R S

A

ArchSimApp - class ArchSimApp.
Archaeological Dig:
The ArchSimApp class provides the main method for a simulation of an archaeological dig.
ArchSimApp() - Constructor for class ArchSimApp
 
ArchSimDisplay - class ArchSimDisplay.
Archaeological Dig:
The ArchSimDisplay class extends the ScrollableGridDisplay class to allow hidden objects to not be displayed.
ArchSimDisplay(int, int, int) - Constructor for class ArchSimDisplay
Constructs a new ArchSimDisplay object with no grid and an empty view.
ArchSimDisplay(int, int, int, Color) - Constructor for class ArchSimDisplay
Constructs a new ArchSimDisplay object with no grid and an empty view.
ArchSimGridBlock - class ArchSimGridBlock.
Archaeological Dig:
An ArchSimGridBlock object represents a grid block in a site map for an archaeological dig.
ArchSimGridBlock(Grid, Location, String, Color) - Constructor for class ArchSimGridBlock
Initializes a new ArchSimGridBlock object.
ArchSimGUI - class ArchSimGUI.
Archaeological Dig:
An ArchSimGUI object represents a window with control buttons and a display for an archaeological dig simulation.
ArchSimGUI(String, JMenu, Color, Color, Color, int, ArchSimulation) - Constructor for class ArchSimGUI
Constructs a new ArchSimGUI object.
ArchSimulation - interface ArchSimulation.
Archaeological Dig:
An ArchSimulation object controls the simulation of digging around artifacts in an archaeological dig.

A C D I M N O R S