Uses of Class
edu.ntnu.stud.chaosgame.view.ChaosGameGui
Packages that use ChaosGameGui
-
Uses of ChaosGameGui in edu.ntnu.stud.chaosgame.controller.game
Fields in edu.ntnu.stud.chaosgame.controller.game declared as ChaosGameGuiModifier and TypeFieldDescriptionprivate final ChaosGameGui
GuiButtonController.gui
The GUI this controller is associated with.Constructors in edu.ntnu.stud.chaosgame.controller.game with parameters of type ChaosGameGuiModifierConstructorDescriptionGuiButtonController
(ChaosGame game, ChaosGameGui gui) Constructs a GuiButtonController with the given game and GUI. -
Uses of ChaosGameGui in edu.ntnu.stud.chaosgame.view
Fields in edu.ntnu.stud.chaosgame.view declared as ChaosGameGuiModifier and TypeFieldDescriptionprivate final ChaosGameGui
ChaosGameImageView.controller
The controller for this class: a chaos game GUI view.Constructors in edu.ntnu.stud.chaosgame.view with parameters of type ChaosGameGuiModifierConstructorDescriptionChaosGameImageView
(ChaosGameGui controller) Constructor for the ChaosGameImageView.