Class BeatWidgetController


  • public class BeatWidgetController
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      javafx.scene.control.Button playToggle  
      javafx.scene.control.Spinner<java.lang.Double> timeBetweenMovesSpinner  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(javafx.beans.property.ObjectProperty<GameManager> gameManager)  
      void initialize()  
      void playToggle​(javafx.event.ActionEvent actionEvent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • timeBetweenMovesSpinner

        public javafx.scene.control.Spinner<java.lang.Double> timeBetweenMovesSpinner
      • playToggle

        public javafx.scene.control.Button playToggle
    • Constructor Detail

      • BeatWidgetController

        public BeatWidgetController()
    • Method Detail

      • initialize

        public void initialize()
      • init

        public void init​(javafx.beans.property.ObjectProperty<GameManager> gameManager)
      • playToggle

        public void playToggle​(javafx.event.ActionEvent actionEvent)