Uses of Class
mazealgo.model.algorithms.mazeGenerators.Maze
Packages that use Maze
Package
Description
-
Uses of Maze in mazealgo.model
Methods in mazealgo.model that return MazeMethods in mazealgo.model with parameters of type Maze -
Uses of Maze in mazealgo.model.algorithms.mazeGenerators
Methods in mazealgo.model.algorithms.mazeGenerators that return MazeModifier and TypeMethodDescriptionabstract MazeAMazeGenerator.generate(int rows, int columns) EmptyMazeGenerator.generate(int rows, int columns) IMazeGenerator.generate(int rows, int columns) Generates a maze with the given number of rows and columns.MyMazeGenerator.generate(int rows, int columns) SimpleMazeGenerator.generate(int rows, int columns) -
Uses of Maze in mazealgo.model.algorithms.search
Constructors in mazealgo.model.algorithms.search with parameters of type Maze -
Uses of Maze in mazealgo.view
Methods in mazealgo.view that return types with arguments of type MazeModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<Maze>MazeDisplayer.mazeProperty() -
Uses of Maze in mazealgo.viewmodel
Methods in mazealgo.viewmodel that return types with arguments of type MazeModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<Maze>MazeViewModel.mazeProperty()