Package net.royalur.model.shape
Interface BoardShapeFactory
- All Known Implementing Classes:
BoardType
public interface BoardShapeFactory
A factory that creates a board shape.
-
Method Summary
Modifier and TypeMethodDescriptionCreate 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.
-