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 jfxutils
    Class
    Description
    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.
  • Classes in spinhex.model used by spinhex.model
    Class
    Description
    Represents 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 the TwoPhaseActionState 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.
  • Class
    Description
    Represents a hexagonal grid for the SpinHex puzzle game.