Uses of Class
edu.ntnu.stud.chaosgame.controller.game.ChaosGame
Packages that use ChaosGame
-
Uses of ChaosGame in edu.ntnu.stud.chaosgame.controller.game
Fields in edu.ntnu.stud.chaosgame.controller.game declared as ChaosGameConstructors in edu.ntnu.stud.chaosgame.controller.game with parameters of type ChaosGameModifierConstructorDescriptionGuiButtonController
(ChaosGame game, ChaosGameGui gui) Constructs a GuiButtonController with the given game and GUI. -
Uses of ChaosGame in edu.ntnu.stud.chaosgame.view
Fields in edu.ntnu.stud.chaosgame.view declared as ChaosGameMethods in edu.ntnu.stud.chaosgame.view with parameters of type ChaosGameModifier and TypeMethodDescriptionvoid
ChaosGameGui.updateGame
(ChaosGame game) Update the observer based on changes to the chaos game.void
ChaosGameObserver.updateGame
(ChaosGame game) Update the observer based on changes to the chaos game.