Interface BoardShapeFactory

All Known Implementing Classes:
BoardType

public interface BoardShapeFactory
A factory that creates a board shape.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create an instance of the board shape.
  • Method Details

    • createBoardShape

      BoardShape createBoardShape()
      Create an instance of the board shape.
      Returns:
      The instance of the board shape.