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

Package that defines different tools to draw agents in the Color Grid.

See:
          Description

Class Summary
ColorRectangleDisplayer This class defines a tool used to display agents in the environment.
ColorRectangleWithLineDisplayer This class defines a tool used to display agents in the environment.
ColorTriangleDisplayer This class defines a tool used to display agents in the environment.
EmptyDisplayer This class defines a tool used to display agents in the environment.
IconDisplayer This class defines a tool used to display agents in the environment.
StaticColorRectangleDisplayer This class defines a tool used to display agents in the environment.
StaticColorTriangleDisplayer This class defines a tool used to display agents in the environment.
StaticIconDisplayer This class defines a tool used to display agents in the environment.
 

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

Package that defines different tools to draw agents in the Color Grid.

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 agents as colored shapes or as icons. The element used to draw each agent class is defined in the graphical model of the GUI -- i.e. in the ColorGridModel class.