Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
U
W
Z
S
selectMoveLocation(ArrayList<Location>)
- Method in class info.gridworld.actor.
Critter
Selects the location for the next move.
setColor(Color)
- Method in class info.gridworld.actor.
Actor
Sets the color of this actor.
setCurrentLocation(Location)
- Method in class info.gridworld.gui.
GridPanel
Sets the current location.
setDirection(int)
- Method in class info.gridworld.actor.
Actor
Sets the current direction of this actor.
setGrid(Grid<?>)
- Method in class info.gridworld.gui.
GridPanel
Sets the grid being displayed.
setGrid(Grid<T>)
- Method in class info.gridworld.gui.
WorldFrame
Sets a new grid for this world.
setGrid(Grid<T>)
- Method in class info.gridworld.world.
World
Sets the grid managed by this world.
setMessage(String)
- Method in class info.gridworld.world.
World
Sets the message to be displayed in the world frame above the grid.
setRunMenuItemsEnabled(boolean)
- Method in class info.gridworld.gui.
WorldFrame
Sets the enabled status of those menu items that are disabled when running.
setToolTipsEnabled(boolean)
- Method in class info.gridworld.gui.
GridPanel
Enables/disables showing of tooltip giving information about the occupant beneath the mouse.
setValue(Object)
- Method in class info.gridworld.gui.
LocationEditor
setViewPosition(Point)
- Method in class info.gridworld.gui.
PseudoInfiniteViewport
Sets the view position (upper left) to a new point.
show()
- Method in class info.gridworld.actor.
ActorWorld
show()
- Method in class info.gridworld.world.
World
Constructs and shows a frame for this world.
showError(Throwable, String)
- Method in class info.gridworld.gui.
WorldFrame
Displays an error message
showPanTip()
- Method in class info.gridworld.gui.
GridPanel
Shows a tool tip over the upper left corner of the viewport with the contents of the pannable view's pannable tip text (typically a string identifiying the corner point).
showPanTip()
- Method in interface info.gridworld.gui.
PseudoInfiniteViewport.Pannable
showTip(String, Point)
- Method in class info.gridworld.gui.
GridPanel
Show a tool tip.
SOUTH
- Static variable in class info.gridworld.grid.
Location
The compass direction for south.
SOUTHEAST
- Static variable in class info.gridworld.grid.
Location
The compass direction for southeast.
SOUTHWEST
- Static variable in class info.gridworld.grid.
Location
The compass direction for southwest.
step()
- Method in class info.gridworld.actor.
ActorWorld
step()
- Method in class info.gridworld.gui.
GUIController
Advances the world one step.
step()
- Method in class info.gridworld.world.
World
This method is called when the user clicks on the step button, or when run mode has been activated by clicking the run button.
stop()
- Method in class info.gridworld.gui.
GUIController
Stops any existing timer currently carrying out steps.
supportsCustomEditor()
- Method in class info.gridworld.gui.
ColorEditor
supportsCustomEditor()
- Method in class info.gridworld.gui.
LocationEditor
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
U
W
Z