Uses of Class
fr.iut.tetris.models.SoloModel
- 
Packages that use SoloModel Package Description fr.iut.tetris fr.iut.tetris.controllers fr.iut.tetris.vues 
- 
- 
Uses of SoloModel in fr.iut.tetrisFields in fr.iut.tetris declared as SoloModel Modifier and Type Field Description (package private) SoloModelMainController. soloModel
- 
Uses of SoloModel in fr.iut.tetris.controllersFields in fr.iut.tetris.controllers declared as SoloModel Modifier and Type Field Description (package private) SoloModelSoloController. modelConstructors in fr.iut.tetris.controllers with parameters of type SoloModel Constructor Description SoloController(MainController mainCtrl, SoloModel model, AudioController audio)
- 
Uses of SoloModel in fr.iut.tetris.vuesFields in fr.iut.tetris.vues declared as SoloModel Modifier and Type Field Description (package private) SoloModelGamePanelSolo. model(package private) SoloModelSoloVue. modelMethods in fr.iut.tetris.vues with parameters of type SoloModel Modifier and Type Method Description voidSoloVue. setModel(SoloModel model)Constructors in fr.iut.tetris.vues with parameters of type SoloModel Constructor Description GamePanelSolo(SoloModel model, java.awt.Dimension dimension)SoloVue(SoloModel model, SoloController ctrl)
 
-