Package it.unibo.alchemist.boundary.swingui.monitor.impl

This package contains generic monitors for various Environments.

Types

Link copied to clipboard
open class Generic2DDisplay<T, P : Position2D<P>?> : JPanel, Graphical2DOutputMonitor<T, P>
Base-class for each display able a graphically represent a 2D space and simulation.
Link copied to clipboard
class MapDisplay<T> : Generic2DDisplay<T, P>
Graphical 2D display of an environments that uses a map.
Link copied to clipboard
class MoleculeInjectorGUI<T> : JPanel
This class raises a new JPanel which allows to graphically inject a new molecule inside a node (or a group of nodes) or to modify the value of a certain molecule.
Link copied to clipboard
class NodeTracker<T, P : Position<out P>?> : JPanel, OutputMonitor<T, P> , ActionListener
Link copied to clipboard
class TimeStepMonitor<T, P : Position<out P>?> : JPanel, OutputMonitor<T, P>