Uses of Class
fr.umlv.lawrence.GridModel

Packages that use GridModel
fr.umlv.lawrence   
 

Uses of GridModel in fr.umlv.lawrence
 

Subclasses of GridModel in fr.umlv.lawrence
 class DefaultGridModel<E>
          Default implementation of a GridModel whose back end are two ArrayList (for double buffering), where update can either be direct, or using back buffer
 

Constructors in fr.umlv.lawrence with parameters of type GridModel
GridPane(GridModel<? extends E> model, ImageProvider<E> imageProvider, int tileWidth, int tileHeight)
          Construct an object that control the graphical view of a GridModel.