Uses of Class
edu.ntnu.stud.chaosgame.controller.utility.ChaosGameFileHandler
Packages that use ChaosGameFileHandler
Package
Description
-
Uses of ChaosGameFileHandler in edu.ntnu.stud.chaosgame.controller.game
Fields in edu.ntnu.stud.chaosgame.controller.game declared as ChaosGameFileHandlerModifier and TypeFieldDescriptionprivate final ChaosGameFileHandler
GuiButtonController.fileHandler
The file handler for the chaos game.private final ChaosGameFileHandler
PopupButtonController.fileHandler
The file handler for handling file operations. -
Uses of ChaosGameFileHandler in edu.ntnu.stud.chaosgame.model.generators
Fields in edu.ntnu.stud.chaosgame.model.generators declared as ChaosGameFileHandlerModifier and TypeFieldDescriptionprivate final ChaosGameFileHandler
ChaosGameDescriptionFactory.fileHandler
The file handler for reading the files.