Uses of Class
edu.ntnu.stud.chaosgame.view.modificationpopups.AbstractPopup
Packages that use AbstractPopup
Package
Description
-
Uses of AbstractPopup in edu.ntnu.stud.chaosgame.controller.game
Methods in edu.ntnu.stud.chaosgame.controller.game with parameters of type AbstractPopupModifier and TypeMethodDescriptionprivate void
PopupButtonController.saveAndNotify
(AbstractPopup popup, ChaosGameDescription newDescription) Saves the ChaosGameDescription to a file and shows a confirmation popup.private void
PopupButtonController.showConfirmationPopup
(AbstractPopup popup) Shows a confirmation popup when the ChaosGameDescription has been updated and saved. -
Uses of AbstractPopup in edu.ntnu.stud.chaosgame.view.modificationpopups
Subclasses of AbstractPopup in edu.ntnu.stud.chaosgame.view.modificationpopupsModifier and TypeClassDescriptionclass
Popup for modifying the Affine2D transformations.class
Popup for modifying the Julia set.