BottomPanels

Module that wraps all the panels that are in the bottom area of the simulation gui.

class Object
trait Matchable
class Any

Type members

Classlikes

class CommandPanel extends JPanel with BasePanel with EventablePanel

Command Panel implementation. It is the panel that contains the pause/resume/stop commands of the simulation and the control to change the speed.

Command Panel implementation. It is the panel that contains the pause/resume/stop commands of the simulation and the control to change the speed.

class DynamicActionsLog extends JPanel with UpdatablePanel

DynamicActionsLog. It is the panel that show all the information about the dynamic configurations.

DynamicActionsLog. It is the panel that show all the information about the dynamic configurations.

class DynamicConfigPanel extends JPanel with BasePanel with EventablePanel

Dynamic Configuration Panel. It is the panel that contains all the possible dynamic configurations set by the user.

Dynamic Configuration Panel. It is the panel that contains all the possible dynamic configurations set by the user.

class StatsPanel extends JPanel with UpdatablePanel

StatsPanel. It is the panel that show the main statistics about the simulation data.

StatsPanel. It is the panel that show the main statistics about the simulation data.