Interface IPrepareView

All Known Implementing Classes:
PrepareViewV1, PrepareViewV2, PrepareViewV3

public interface IPrepareView
Interface for PrepareView. Specifies the methods that the PrepareView should implement.
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.scene.layout.VBox
    Gets the root node of the PrepareView.
    javafx.scene.control.Button
    Gets the start game button in the PrepareView.
  • Method Details

    • getStartGameButton

      javafx.scene.control.Button getStartGameButton()
      Gets the start game button in the PrepareView.
      Returns:
      The start game button.
    • getNode

      javafx.scene.layout.VBox getNode()
      Gets the root node of the PrepareView.
      Returns:
      The VBox root node.