Uses of Interface
edu.ntnu.stud.chaosgame.view.ChaosGameObserver
Packages that use ChaosGameObserver
-
Uses of ChaosGameObserver in edu.ntnu.stud.chaosgame.controller.game
Fields in edu.ntnu.stud.chaosgame.controller.game with type parameters of type ChaosGameObserverModifier and TypeFieldDescriptionprivate ArrayList
<ChaosGameObserver> ChaosGame.observers
Observers monitoring this ChaosGame. -
Uses of ChaosGameObserver in edu.ntnu.stud.chaosgame.view
Classes in edu.ntnu.stud.chaosgame.view that implement ChaosGameObserverModifier and TypeClassDescriptionclass
Class representing the GUI for a ChaosGame, implementing a ChaosGameObserver interface to receive updates from the ChaosGame.