SimulationCanvas

The Simulation Canvas is the panel that handle the visualization of the simulation status.

trait BasePanel
class Object
trait Matchable
class Any

Value members

Concrete methods

override def init(): Task[Unit]
Definition Classes
override def update(newEnv: Environment): Task[Unit]
Definition Classes

Inherited methods

def stop(): Task[Unit]

It's called when the simulation is stopped, useful for closing operations.

It's called when the simulation is stopped, useful for closing operations.

Returns:

the task

Inherited from:
BasePanel