A B C D E F G H I K L M N P R S T U W Z

B

BoundedGrid<E> - Class in info.gridworld.grid
A BoundedGrid is a rectangular grid with a finite number of rows and columns.
BoundedGrid(int, int) - Constructor for class info.gridworld.grid.BoundedGrid
Constructs an empty bounded grid with the given dimensions.
BoxBug - Class in gridWorldTest
A BoxBug traces out a square "box" of a given size.
BoxBug(int) - Constructor for class gridWorldTest.BoxBug
Constructs a box bug that traces a square of a given side length
BoxBugRunner - Class in gridWorldTest
This class runs a world that contains box bugs.
BoxBugRunner() - Constructor for class gridWorldTest.BoxBugRunner
 
Bug - Class in info.gridworld.actor
A Bug is an actor that can move and turn.
Bug() - Constructor for class info.gridworld.actor.Bug
Constructs a red bug.
Bug(Color) - Constructor for class info.gridworld.actor.Bug
Constructs a bug of a given color.
BugRunner - Class in gridWorldTest
This class runs a world that contains a bug and a rock, added at random locations.
BugRunner() - Constructor for class gridWorldTest.BugRunner
 

A B C D E F G H I K L M N P R S T U W Z