Uses of Class
edu.ntnu.stud.chaosgame.model.game.ChaosCanvas
Packages that use ChaosCanvas
-
Uses of ChaosCanvas in edu.ntnu.stud.chaosgame.controller.game
Fields in edu.ntnu.stud.chaosgame.controller.game declared as ChaosCanvasModifier and TypeFieldDescriptionprivate final ChaosCanvas
ChaosGame.canvas
The ChaosCanvas for this ChaosGame.private ChaosCanvas
GuiButtonController.chaosCanvas
The canvas for the chaos game.Methods in edu.ntnu.stud.chaosgame.controller.game that return ChaosCanvasConstructors in edu.ntnu.stud.chaosgame.controller.game with parameters of type ChaosCanvasModifierConstructorDescriptionChaosGame
(ChaosGameDescription description, ChaosCanvas canvas) Basic parameterised constructor. -
Uses of ChaosCanvas in edu.ntnu.stud.chaosgame.view
Fields in edu.ntnu.stud.chaosgame.view declared as ChaosCanvasModifier and TypeFieldDescriptionprivate ChaosCanvas
ChaosGameGui.chaosCanvas
The ChaosCanvas for this GUI.Methods in edu.ntnu.stud.chaosgame.view with parameters of type ChaosCanvasModifier and TypeMethodDescriptionvoid
ChaosCanvasToImageConverter.convertWithIntensity
(ChaosCanvas canvas) Convert the ChaosCanvas to an image using the intensity of the pixels to determine the color.void
ChaosCanvasToImageConverter.convertWithoutIntensity
(ChaosCanvas chaosCanvas) Convert the ChaosCanvas to an image without concern for the intensity of the pixels.void
ChaosGameGui.updateCanvas
(ChaosCanvas canvas) Update the canvas and set a new zoom factor for the image view based on the ratio between the old and new canvas heights.void
ChaosGameObserver.updateCanvas
(ChaosCanvas canvas) Update the ChaosCanvas.Constructors in edu.ntnu.stud.chaosgame.view with parameters of type ChaosCanvasModifierConstructorDescriptionChaosCanvasToImageConverter
(ChaosCanvas chaosCanvas, boolean useIntensity, javafx.scene.image.WritableImage image) Convert the canvas to a writable image.