Uses of Package
spinhex.model
Packages that use spinhex.model
Package
Description
This package extends the JFX utilities from the
hu.unideb.inf.homework-project-jfxutils
library.This package contains the model classes for the SpinHex application.
This package contains the UI components for the SpinHex game.
-
Classes in spinhex.model used by jfxutilsClassDescriptionRepresents a state in a two-phase action system where actions are performed in two distinct phases: first selecting a source element, then specifying the action to perform from that source.
-
Classes in spinhex.model used by spinhex.modelClassDescriptionRepresents a position in an axial coordinate system for a hexagonal grid.Represents a hexagonal grid for the
SpinHex
puzzle game.Represents the direction of rotation in the SpinHex game.A model for the SpinHex puzzle game, which implements theTwoPhaseActionState
interface.Represents a state in a two-phase action system where actions are performed in two distinct phases: first selecting a source element, then specifying the action to perform from that source.Represents a two-phase action consisting of a source element and the action to be performed. -
Classes in spinhex.model used by spinhex.ui.component