Uses of Class
fr.lifl.jedi.gui.display.colorGrid.ColorGridModel

Packages that use ColorGridModel
fr.lifl.jedi.gui.display.colorGrid.view This package defines the view elements of the GUI that displays the environment as an image. 
 

Uses of ColorGridModel in fr.lifl.jedi.gui.display.colorGrid.view
 

Methods in fr.lifl.jedi.gui.display.colorGrid.view that return ColorGridModel
 ColorGridModel ColorGridGUI.getGraphicalModel()
          Gets the graphical model associated with the GUI.
 ColorGridModel ColorGridDisplayPanel.getGUIModel()
          Gets the model of the GUI used to display the environment.
 

Methods in fr.lifl.jedi.gui.display.colorGrid.view with parameters of type ColorGridModel
protected  ColorGridDisplayUI ColorGridDisplayPanel.createUI(Environment e, ColorGridModel mdl, int scaleFactor)
          Factory method that creates the UI used to update this GUI.
 

Constructors in fr.lifl.jedi.gui.display.colorGrid.view with parameters of type ColorGridModel
ColorGridDisplayPanel(Environment e, ColorGridModel mdl, int scaleFactor)
          Default constructor of the panel that displays the simulation.