Class MatchOverviewController

java.lang.Object
edu.ntnu.idatt1002.k1g4.client.controllers.MatchOverviewController
All Implemented Interfaces:
javafx.fxml.Initializable

public class MatchOverviewController extends Object implements javafx.fxml.Initializable
The match overview controller. Coupled with the match-overview.fxml file
Version:
0.4
Author:
Runar Indahl, Nicolai H. Brand, Eilert Werner Hansen, Callum Gran
  • Constructor Details

    • MatchOverviewController

      public MatchOverviewController()
  • Method Details

    • teamOneScoreIncr

      public void teamOneScoreIncr()
      Team one score increases.
    • teamOneScoreDecr

      public void teamOneScoreDecr()
      Team one score decreases.
    • teamTwoScoreIncr

      public void teamTwoScoreIncr()
      Team two score increases.
    • teamTwoScoreDecr

      public void teamTwoScoreDecr()
      Team two score decreases.
    • updateMatchValues

      public void updateMatchValues()
      Updates the scene with new values
    • endMatchValues

      public void endMatchValues()
      finishes a match and updates the match scene.
    • initialize

      public void initialize(URL url, ResourceBundle resourceBundle)
      Run when the page is loaded in.
      Specified by:
      initialize in interface javafx.fxml.Initializable
      Parameters:
      url - URL: represents a Uniform Resource Locator
      resourceBundle - ResourceBundle: contains locale-specific objects