- All Implemented Interfaces:
- cz.agents.alite.vis.layer.VisLayer
public class SimulationControlLayer
extends cz.agents.alite.vis.layer.AbstractLayer
The layer shows the status of the simulation and controls it through various
key bindings.
The information shown, tells the user, the current simulation speed (ratio of
the real time and simulation time) and the state of the simulation.
The simulation speed ratio can be controlled by '+' and '-' keys. And
additionally, Ctrl+'*' sets the fastest possible speed (infinite ratio), and
'*' pressed sets the ratio to its default value.
All the possible key strokes are described in the internal help showed by the
HelpLayer
.