Uses of Class
fr.lifl.jedi.gui.display.colorGrid.view.ColorGridDisplayUI

Packages that use ColorGridDisplayUI
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 ColorGridDisplayUI in fr.lifl.jedi.gui.display.colorGrid.view
 

Fields in fr.lifl.jedi.gui.display.colorGrid.view declared as ColorGridDisplayUI
protected  ColorGridDisplayUI ColorGridDisplayPanel.displayUI
          The tool used to display the simulation on screen.
 

Methods in fr.lifl.jedi.gui.display.colorGrid.view that return ColorGridDisplayUI
protected  ColorGridDisplayUI ColorGridDisplayPanel.createUI(Environment e, ColorGridModel mdl, int scaleFactor)
          Factory method that creates the UI used to update this GUI.
 ColorGridDisplayUI ColorGridDisplayPanel.getDisplayUI()
          Gets the element that draws the simulation on screen.
 ColorGridDisplayUI ColorGridGUI.getDisplayUI()
          Gets the element that draws the simulation on screen.