Uses of Record Class
edu.ntnu.idi.idatt.dto.TileCoordinates
Packages that use TileCoordinates
Package
Description
-
Uses of TileCoordinates in edu.ntnu.idi.idatt.view.common
Fields in edu.ntnu.idi.idatt.view.common with type parameters of type TileCoordinatesModifier and TypeFieldDescriptionprotected final Map
<javafx.scene.shape.Rectangle, TileCoordinates> BoardStackPane.cellToCoordinatesMap
protected final Map
<TileCoordinates, TileActionComponent> BoardStackPane.components
Methods in edu.ntnu.idi.idatt.view.common that return types with arguments of type TileCoordinatesModifier and TypeMethodDescriptionMap
<javafx.scene.shape.Rectangle, TileCoordinates> BoardStackPane.getCellToCoordinatesMap()
Gets the map that links visual grid cells (Rectangle
) to theirTileCoordinates
.BoardStackPane.getComponents()
Gets the map of placedTileActionComponent
s, keyed by theirTileCoordinates
.Methods in edu.ntnu.idi.idatt.view.common with parameters of type TileCoordinatesModifier and TypeMethodDescriptionabstract void
BoardStackPane.addComponent
(String componentIdentifier, TileCoordinates coordinates) Adds a newTileActionComponent
to the board at the specified coordinates.protected javafx.scene.shape.Rectangle
BoardStackPane.findCellByCoordinates
(TileCoordinates coordinates) Finds and returns the visual grid cell (Rectangle
) that corresponds to the givenTileCoordinates
.void
BoardStackPane.removeComponent
(TileCoordinates coordinates) Removes aTileActionComponent
from the board at the specified coordinates. -
Uses of TileCoordinates in edu.ntnu.idi.idatt.view.laddergame
Methods in edu.ntnu.idi.idatt.view.laddergame with parameters of type TileCoordinatesModifier and TypeMethodDescriptionvoid
LadderGameBoardStackPane.addComponent
(String componentIdentifier, TileCoordinates coordinates) Adds a new visual component to the board at the specified coordinates, based on the provided component identifier. -
Uses of TileCoordinates in edu.ntnu.idi.idatt.view.ludo
Methods in edu.ntnu.idi.idatt.view.ludo with parameters of type TileCoordinatesModifier and TypeMethodDescriptionvoid
LudoGameBoardStackPane.addComponent
(String componentIdentifier, TileCoordinates coordinates) Placeholder method.