Package de.tum.cit.ase.maze.map.path
Class Grid
java.lang.Object
de.tum.cit.ase.maze.map.path.Grid
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Grid
public Grid(int width, int height)
-
-
Method Details
-
setObstacle
public void setObstacle(int x, int y, boolean isObstacle) -
getNode
-
getGrid
-
setGrid
-
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int height)
-