Package fr.lifl.jedi.gui.display.colorGrid.view

This package defines the view elements of the GUI that displays the environment as an image.

See:
          Description

Interface Summary
AgentDisplayer This is the parent interface of all objects that are used by the ColorGridGUI in order to display an instance of an agent family.
 

Class Summary
ColorGridDisplayPanel The panel where the color grid is displayed.
ColorGridDisplayUI Pluggable look and feel class that we use to display the simulation as a color grid.
ColorGridGUI This class corresponds to the frame where simulations are displayed.
 

Package fr.lifl.jedi.gui.display.colorGrid.view Description

This package defines the view elements of the GUI that displays the environment as an image.

This package and its subpackage are the fruits of works lead by the SMAC (which stands for "Systèmes Multi-Agents et Comportements" -- i.e. Multi-Agent Systems and Behavior in english) Research Team, from the University of Lille, France.

This version of JEDI was written by :

Contact : philippe (d) mathieu (a) lifl (d) fr
Replace (d) with a dot, and (a) with an @.

Package contents

This package contains all classes that make possible to display the environment as an image, where agents are displayed as colored shapes or as icons.

Each agent class is displayed with a particular shape, defined in the graphical model of the GUI -- i.e. in the ColorGridModel class.