Uses of Class
spinhex.model.HexagonalGrid
Packages that use HexagonalGrid
Package
Description
This package contains the model classes for the SpinHex application.
This package contains the UI components for the SpinHex game.
-
Uses of HexagonalGrid in spinhex.model
Fields in spinhex.model declared as HexagonalGridModifier and TypeFieldDescriptionprotected HexagonalGrid
SpinHexModel.board
The hexagonal grid representing the current state of the SpinHex board.Methods in spinhex.model that return HexagonalGridModifier and TypeMethodDescriptionHexagonalGrid.clone()
Creates a copy of this hexagonal grid.SpinHexModel.getBoard()
Gets the current state of the SpinHex board.SpinHexModel.getSolution()
Gets the solved configuration of the SpinHex board. -
Uses of HexagonalGrid in spinhex.ui.component
Methods in spinhex.ui.component with parameters of type HexagonalGrid