Uses of Interface
fr.lifl.jedi.gui.display.colorGrid.view.AgentDisplayer

Packages that use AgentDisplayer
fr.lifl.jedi.gui.display.colorGrid This package defines a GUI that displays the simulation as an image, where agents are drawn with color shapes or icons. 
fr.lifl.jedi.gui.display.colorGrid.view.agentDisplay Package that defines different tools to draw agents in the Color Grid. 
 

Uses of AgentDisplayer in fr.lifl.jedi.gui.display.colorGrid
 

Methods in fr.lifl.jedi.gui.display.colorGrid that return AgentDisplayer
 AgentDisplayer ColorGridModel.getHowToDisplay(java.lang.Class<? extends Agent> a)
          Gets how an agent from a particular agent class is displayed in the GUI.
 

Methods in fr.lifl.jedi.gui.display.colorGrid with parameters of type AgentDisplayer
 void ColorGridModel.setHowToDisplay(java.lang.Class<? extends Agent> a, AgentDisplayer das)
          Defines how an agent from a particular agent class is displayed in the GUI.
 

Uses of AgentDisplayer in fr.lifl.jedi.gui.display.colorGrid.view.agentDisplay
 

Classes in fr.lifl.jedi.gui.display.colorGrid.view.agentDisplay that implement AgentDisplayer
 class ColorRectangleDisplayer
          This class defines a tool used to display agents in the environment.
 class ColorRectangleWithLineDisplayer
          This class defines a tool used to display agents in the environment.
 class ColorTriangleDisplayer
          This class defines a tool used to display agents in the environment.
 class EmptyDisplayer
          This class defines a tool used to display agents in the environment.
 class IconDisplayer
          This class defines a tool used to display agents in the environment.
 class StaticColorRectangleDisplayer
          This class defines a tool used to display agents in the environment.
 class StaticColorTriangleDisplayer
          This class defines a tool used to display agents in the environment.
 class StaticIconDisplayer
          This class defines a tool used to display agents in the environment.